avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions
This patch adds MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions in new file h263dsp_msa.c Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
bb42a7d4d4
commit
63eaf529bc
@@ -121,4 +121,6 @@ av_cold void ff_h263dsp_init(H263DSPContext *ctx)
|
||||
|
||||
if (ARCH_X86)
|
||||
ff_h263dsp_init_x86(ctx);
|
||||
if (ARCH_MIPS)
|
||||
ff_h263dsp_init_mips(ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user