Searched refs:neon_to_func (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | cpu-sconv-test.c | 197 pa_convert_func_t orig_to_func, neon_to_func; in START_TEST() local 210 neon_to_func = pa_get_convert_to_float32ne_function(PA_SAMPLE_S16LE); in START_TEST() 223 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 0, true, false); in START_TEST() 224 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 1, true, false); in START_TEST() 225 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 2, true, false); in START_TEST() 226 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 3, true, false); in START_TEST() 227 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 4, true, false); in START_TEST() 228 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 5, true, false); in START_TEST() 229 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 6, true, false); in START_TEST() 230 run_conv_test_s16_to_float(neon_to_func, orig_to_func, 7, true, true); in START_TEST()
|