Searched refs:n_ic (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | remap.c | 263 unsigned n_ic, n_oc; in remap_channels_matrix_s16ne_c() local 265 n_ic = m->i_ss.channels; in remap_channels_matrix_s16ne_c() 272 for (ic = 0; ic < n_ic; ic++) { 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 295 n_ic = m->i_ss.channels; in remap_channels_matrix_s32ne_c() 302 for (ic = 0; ic < n_ic; ic++) { in remap_channels_matrix_s32ne_c() 311 for (i = n; i > 0; i--, s += n_ic, d += n_oc) in remap_channels_matrix_s32ne_c() 314 for (i = n; i > 0; i--, s += n_ic, in remap_channels_matrix_s32ne_c() 323 unsigned n_ic, n_oc; remap_channels_matrix_float32ne_c() local 355 unsigned n_ic, n_oc; pa_setup_remap_arrange() local 385 const unsigned n_ic = m->i_ss.channels; remap_arrange_mono_s16ne_c() local 396 const unsigned n_ic = m->i_ss.channels; remap_arrange_stereo_s16ne_c() local 408 const unsigned n_ic = m->i_ss.channels; remap_arrange_ch4_s16ne_c() local 423 const unsigned n_ic = m->i_ss.channels; remap_arrange_mono_s32ne_c() local 434 const unsigned n_ic = m->i_ss.channels; remap_arrange_stereo_s32ne_c() local 446 const unsigned n_ic = m->i_ss.channels; remap_arrange_ch4_s32ne_c() local 461 const unsigned n_ic = m->i_ss.channels; remap_arrange_mono_float32ne_c() local 472 const unsigned n_ic = m->i_ss.channels; remap_arrange_stereo_float32ne_c() local 484 const unsigned n_ic = m->i_ss.channels; remap_arrange_ch4_float32ne_c() local 518 unsigned n_oc, n_ic; init_remap_c() local [all...] |
H A D | remap_neon.c | 386 unsigned n_oc, n_ic; in init_remap_neon() local 390 n_ic = m->i_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 in init_remap_neon() [all...] |
H A D | remap_sse.c | 127 unsigned n_oc, n_ic; in init_remap_sse2() local 130 n_ic = m->i_ss.channels; in init_remap_sse2() 133 if (n_ic == 1 && n_oc == 2 && in init_remap_sse2()
|
H A D | remap_mmx.c | 128 unsigned n_oc, n_ic; in init_remap_mmx() local 131 n_ic = m->i_ss.channels; in init_remap_mmx() 134 if (n_ic == 1 && n_oc == 2 && in init_remap_mmx()
|
H A D | resampler.c | 1022 unsigned n_oc, n_ic; in setup_remap() local 1032 n_ic = r->i_ss.channels; in setup_remap() 1045 for (oc = 0; oc < PA_MIN(n_ic, n_oc); oc++) in setup_remap() 1052 for (ic = 0; ic < n_ic; ic++) { in setup_remap() 1134 for (ic = 0; ic < n_ic; ic++) { in setup_remap() 1150 for (ic = 0; ic < n_ic; ic++) { in setup_remap() 1166 m->map_table_f[oc][ic] = 1.0f / (float) n_ic; in setup_remap() 1182 for (ic = 0; ic < n_ic; ic++) in setup_remap() 1197 for (ic = 0; ic < n_ic; ic++) in setup_remap() 1214 for (ic = 0; ic < n_ic; i in setup_remap() [all...] |
/third_party/pulseaudio/src/tests/ |
H A D | cpu-remap-test.c | 49 unsigned n_ic = remap_func->i_ss.channels; in run_remap_test_float() local 53 pa_assert(n_ic >= 1 && n_ic <= 8); in run_remap_test_float() 62 for (i = 0; i < nsamples * n_ic; i++) in run_remap_test_float() 104 unsigned n_ic = remap_func->i_ss.channels; in run_remap_test_s16() local 108 pa_assert(n_ic >= 1 && n_ic <= 8); in run_remap_test_s16() 117 pa_random(in, nsamples * n_ic * sizeof(int16_t)); in run_remap_test_s16() 158 unsigned n_ic = remap_func->i_ss.channels; in run_remap_test_s32() local 162 pa_assert(n_ic > in run_remap_test_s32() [all...] |
Completed in 7 milliseconds