Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
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/
Daacpsdsp_init_arm.c53 s->hybrid_synthesis_deint = ff_ps_hybrid_synthesis_deint_neon; in ff_psdsp_init_arm()
/third_party/ffmpeg/libavcodec/
Daacpsdsp.h41 void (*hybrid_synthesis_deint)(INTFLOAT out[2][38][64], INTFLOAT (*in)[32][2], member
Daacpsdsp_template.c218 s->hybrid_synthesis_deint = ps_hybrid_synthesis_deint_c; in AAC_RENAME()
Daacps.c170 dsp->hybrid_synthesis_deint(out, in + 27, 5, len); in hybrid_synthesis()
182 dsp->hybrid_synthesis_deint(out, in + 7, 3, len); in hybrid_synthesis()
/third_party/ffmpeg/libavcodec/mips/
Daacpsdsp_mips.c456 s->hybrid_synthesis_deint = ps_hybrid_synthesis_deint_mips; in ff_psdsp_init_mips()
/third_party/ffmpeg/tests/checkasm/
Daacpsdsp.c256 if (check_func(psdsp.hybrid_synthesis_deint, "ps_hybrid_synthesis_deint")) in checkasm_check_aacpsdsp()