Searched refs:n_oc (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | remap.c | 263 unsigned n_ic, n_oc; in remap_channels_matrix_s16ne_c() local 266 n_oc = m->o_ss.channels; in remap_channels_matrix_s16ne_c() 268 memset(dst, 0, n * sizeof(int16_t) * n_oc); in remap_channels_matrix_s16ne_c() 270 for (oc = 0; oc < n_oc; oc++) { in remap_channels_matrix_s16ne_c() 281 for (i = n; i > 0; i--, s += n_ic, d += n_oc) in remap_channels_matrix_s16ne_c() 284 for (i = n; i > 0; i--, s += n_ic, d += n_oc) in remap_channels_matrix_s16ne_c() 293 unsigned n_ic, n_oc; in remap_channels_matrix_s32ne_c() local 296 n_oc = m->o_ss.channels; in remap_channels_matrix_s32ne_c() 298 memset(dst, 0, n * sizeof(int32_t) * n_oc); in remap_channels_matrix_s32ne_c() 300 for (oc = 0; oc < n_oc; oc++) { in remap_channels_matrix_s32ne_c() [all …]
|
D | remap_neon.c | 386 unsigned n_oc, n_ic; in init_remap_neon() local 389 n_oc = m->o_ss.channels; in init_remap_neon() 398 if (n_ic == 1 && n_oc == 2 && in init_remap_neon() 413 } else if (n_ic == 1 && n_oc == 4 && in init_remap_neon() 422 } else if (n_ic == 2 && n_oc == 1 && in init_remap_neon() 429 } else if (n_ic == 4 && n_oc == 1 && in init_remap_neon() 439 ((n_ic == 2 && n_oc == 2) || in init_remap_neon() 440 (n_ic == 2 && n_oc == 4) || in init_remap_neon() 441 (n_ic == 4 && n_oc == 4))) { in init_remap_neon() 444 if (n_ic == 2 && n_oc == 2) { in init_remap_neon() [all …]
|
D | remap_mmx.c | 128 unsigned n_oc, n_ic; in init_remap_mmx() local 130 n_oc = m->o_ss.channels; in init_remap_mmx() 134 if (n_ic == 1 && n_oc == 2 && in init_remap_mmx()
|
D | remap_sse.c | 127 unsigned n_oc, n_ic; in init_remap_sse2() local 129 n_oc = m->o_ss.channels; in init_remap_sse2() 133 if (n_ic == 1 && n_oc == 2 && in init_remap_sse2()
|
D | resampler.c | 812 unsigned n_oc; in setup_oc_mono_map() local 818 n_oc = r->o_ss.channels; in setup_oc_mono_map() 822 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 827 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 831 for (oc = 0; oc < n_oc; oc++) { in setup_oc_mono_map() 840 for (oc = 0; oc < n_oc; oc++) { in setup_oc_mono_map() 849 for (oc = 0; oc < n_oc; oc++) { in setup_oc_mono_map() 861 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 867 unsigned n_oc, n_ic; in setup_remap() local 876 n_oc = r->o_ss.channels; in setup_remap() [all …]
|
/third_party/pulseaudio/src/tests/ |
D | cpu-remap-test.c | 50 unsigned n_oc = remap_func->o_ss.channels; in run_remap_test_float() local 54 pa_assert(n_oc >= 1 && n_oc <= 8); in run_remap_test_float() 69 for (i = 0; i < nsamples * n_oc; i++) { in run_remap_test_float() 105 unsigned n_oc = remap_func->o_ss.channels; in run_remap_test_s16() local 109 pa_assert(n_oc >= 1 && n_oc <= 8); in run_remap_test_s16() 123 for (i = 0; i < nsamples * n_oc; i++) { in run_remap_test_s16() 159 unsigned n_oc = remap_func->o_ss.channels; in run_remap_test_s32() local 163 pa_assert(n_oc >= 1 && n_oc <= 8); in run_remap_test_s32() 177 for (i = 0; i < nsamples * n_oc; i++) { in run_remap_test_s32()
|