x86/fixed_dsp: add ff_butterflies_fixed_sse2
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
aa6aa2ef09
commit
dee579ffcd
5 changed files with 90 additions and 0 deletions
|
|
@ -160,5 +160,8 @@ AVFixedDSPContext * avpriv_alloc_fixed_dsp(int bit_exact)
|
|||
fdsp->butterflies_fixed = butterflies_fixed_c;
|
||||
fdsp->scalarproduct_fixed = scalarproduct_fixed_c;
|
||||
|
||||
if (ARCH_X86)
|
||||
ff_fixed_dsp_init_x86(fdsp);
|
||||
|
||||
return fdsp;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue