Commit e346a593 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ad507d79'

* commit 'ad507d79':
  x86: dcadsp: implement SSE lfe_dir

Conflicts:
	libavcodec/x86/dcadsp.asm

See: 16924311Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 16924311 ad507d79
......@@ -99,7 +99,7 @@ INT8X8_FMUL_INT32
%else
%define OFFSET NUM_COEF*count
%endif
; for v0, incrementint and for v1, decrementing
; for v0, incrementing and for v1, decrementing
mova va, [cf0q + OFFSET]
mova vb, [cf0q + OFFSET + 4*NUM_COEF]
%if %0 == 3
......@@ -133,7 +133,7 @@ INT8X8_FMUL_INT32
jl .loop%1
%endmacro
; dca_lfe_fir(float *out, float *in, float *coefs)
; void dca_lfe_fir(float *out, float *in, float *coefs)
%macro DCA_LFE_FIR 1
cglobal dca_lfe_fir%1, 3,3,6-%1, out, in, cf0
%define IN1 m3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment