Home
last modified time | relevance | path

Searched refs:hybrid_synthesis_deint (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Daacpsdsp_init.c60 s->hybrid_synthesis_deint = ff_ps_hybrid_synthesis_deint_sse; in ff_psdsp_init_x86()
70 s->hybrid_synthesis_deint = ff_ps_hybrid_synthesis_deint_sse4; in ff_psdsp_init_x86()
/third_party/ffmpeg/libavcodec/arm/
H A Daacpsdsp_init_arm.c53 s->hybrid_synthesis_deint = ff_ps_hybrid_synthesis_deint_neon; in ff_psdsp_init_arm()
/third_party/ffmpeg/libavcodec/
H A Daacpsdsp.h41 void (*hybrid_synthesis_deint)(INTFLOAT out[2][38][64], INTFLOAT (*in)[32][2], member
H A Daacpsdsp_template.c218 s->hybrid_synthesis_deint = ps_hybrid_synthesis_deint_c; in ff_psdsp_init()
H A Daacps.c171 dsp->hybrid_synthesis_deint(out, in + 27, 5, len); in hybrid_synthesis()
183 dsp->hybrid_synthesis_deint(out, in + 7, 3, len); in hybrid_synthesis()
/third_party/ffmpeg/libavcodec/mips/
H A Daacpsdsp_mips.c456 s->hybrid_synthesis_deint = ps_hybrid_synthesis_deint_mips; in ff_psdsp_init_mips()
/third_party/ffmpeg/tests/checkasm/
H A Daacpsdsp.c256 if (check_func(psdsp.hybrid_synthesis_deint, "ps_hybrid_synthesis_deint")) in checkasm_check_aacpsdsp()
258 report("hybrid_synthesis_deint"); in checkasm_check_aacpsdsp()

Completed in 5 milliseconds