Lines Matching defs:sse_func
167 pa_convert_func_t orig_func, sse_func;
178 sse_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);