Lines Matching refs:out1
116 LOCAL_ALIGNED_16(INTFLOAT, out1, [91], [32][2]); in test_hybrid_analysis_ileave()
123 memcpy(out1, out0, 91 * 32 * 2 * sizeof(INTFLOAT)); in test_hybrid_analysis_ileave()
134 call_new(out1, in, 3, 32); in test_hybrid_analysis_ileave()
137 if (memcmp(out0, out1, 91 * 32 * 2 * sizeof(INTFLOAT))) in test_hybrid_analysis_ileave()
141 call_new(out1, in, 5, 32); in test_hybrid_analysis_ileave()
143 if (memcmp(out0, out1, 91 * 32 * 2 * sizeof(INTFLOAT))) in test_hybrid_analysis_ileave()
146 bench_new(out1, in, 3, 32); in test_hybrid_analysis_ileave()
152 LOCAL_ALIGNED_16(INTFLOAT, out1, [2], [38][64]); in test_hybrid_synthesis_deint()
160 memcpy(out1, out0, 2 * 38 * 64 * sizeof(INTFLOAT)); in test_hybrid_synthesis_deint()
171 call_new(out1, in, 3, 32); in test_hybrid_synthesis_deint()
174 if (memcmp(out0, out1, 2 * 38 * 64 * sizeof(INTFLOAT))) in test_hybrid_synthesis_deint()
178 call_new(out1, in, 5, 32); in test_hybrid_synthesis_deint()
180 if (memcmp(out0, out1, 2 * 38 * 64 * sizeof(INTFLOAT))) in test_hybrid_synthesis_deint()
183 bench_new(out1, in, 3, 32); in test_hybrid_synthesis_deint()