Lines Matching defs:psdsp
186 static void test_stereo_interpolate(PSDSPContext *psdsp)
205 if (check_func(psdsp->stereo_interpolate[i], "ps_stereo_interpolate%s", i ? "_ipdopd" : "")) {
236 PSDSPContext psdsp;
238 ff_psdsp_init(&psdsp);
240 if (check_func(psdsp.add_squares, "ps_add_squares"))
244 if (check_func(psdsp.mul_pair_single, "ps_mul_pair_single"))
248 if (check_func(psdsp.hybrid_analysis, "ps_hybrid_analysis"))
252 if (check_func(psdsp.hybrid_analysis_ileave, "ps_hybrid_analysis_ileave"))
256 if (check_func(psdsp.hybrid_synthesis_deint, "ps_hybrid_synthesis_deint"))
260 test_stereo_interpolate(&psdsp);