Lines Matching defs:orig_func
38 pa_convert_func_t orig_func,
61 orig_func(nsamples, floats, samples_ref);
81 orig_func(nsamples, floats, samples_ref);
90 pa_convert_func_t orig_func,
111 orig_func(nsamples, samples, floats_ref);
131 orig_func(nsamples, samples, floats_ref);
140 pa_convert_func_t orig_func, sse2_func;
149 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE);
154 run_conv_test_float_to_s16(sse2_func, orig_func, 0, true, false);
155 run_conv_test_float_to_s16(sse2_func, orig_func, 1, true, false);
156 run_conv_test_float_to_s16(sse2_func, orig_func, 2, true, false);
157 run_conv_test_float_to_s16(sse2_func, orig_func, 3, true, false);
158 run_conv_test_float_to_s16(sse2_func, orig_func, 4, true, false);
159 run_conv_test_float_to_s16(sse2_func, orig_func, 5, true, false);
160 run_conv_test_float_to_s16(sse2_func, orig_func, 6, true, false);
161 run_conv_test_float_to_s16(sse2_func, orig_func, 7, true, true);
167 pa_convert_func_t orig_func, sse_func;
176 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE);
181 run_conv_test_float_to_s16(sse_func, orig_func, 0, true, false);
182 run_conv_test_float_to_s16(sse_func, orig_func, 1, true, false);
183 run_conv_test_float_to_s16(sse_func, orig_func, 2, true, false);
184 run_conv_test_float_to_s16(sse_func, orig_func, 3, true, false);
185 run_conv_test_float_to_s16(sse_func, orig_func, 4, true, false);
186 run_conv_test_float_to_s16(sse_func, orig_func, 5, true, false);
187 run_conv_test_float_to_s16(sse_func, orig_func, 6, true, false);
188 run_conv_test_float_to_s16(sse_func, orig_func, 7, true, true);