Searched refs:hybrid_synthesis_deint (Results 1 – 7 of 7) sorted by relevance
60 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()
53 s->hybrid_synthesis_deint = ff_ps_hybrid_synthesis_deint_neon; in ff_psdsp_init_arm()
41 void (*hybrid_synthesis_deint)(INTFLOAT out[2][38][64], INTFLOAT (*in)[32][2], member
218 s->hybrid_synthesis_deint = ps_hybrid_synthesis_deint_c; in AAC_RENAME()
170 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()
456 s->hybrid_synthesis_deint = ps_hybrid_synthesis_deint_mips; in ff_psdsp_init_mips()
256 if (check_func(psdsp.hybrid_synthesis_deint, "ps_hybrid_synthesis_deint")) in checkasm_check_aacpsdsp()