Home
last modified time | relevance | path

Searched refs:map_table_f (Results 1 - 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c1038 memset(m->map_table_f, 0, sizeof(m->map_table_f)); in setup_remap()
1046 m->map_table_f[oc][oc] = 1.0f; in setup_remap()
1057 m->map_table_f[oc][ic] = 1.0f; in setup_remap()
1154 m->map_table_f[oc][ic] = 1.0f; in setup_remap()
1160 m->map_table_f[oc][ic] = oc_mono_map[oc]; in setup_remap()
1166 m->map_table_f[oc][ic] = 1.0f / (float) n_ic; in setup_remap()
1184 m->map_table_f[oc][ic] = 1.0f / (float) ic_left; in setup_remap()
1199 m->map_table_f[oc][ic] = 1.0f / (float) ic_right; in setup_remap()
1216 m->map_table_f[o in setup_remap()
[all...]
H A Dremap.h33 float map_table_f[PA_CHANNELS_MAX][PA_CHANNELS_MAX]; member
H A Dremap_neon.c530 ((float *) &f[i])[o] = PA_CLAMP_UNLIKELY(m->map_table_f[o][i], 0.0f, 1.0f); in init_remap_neon()
H A Dremap.c335 float vol = m->map_table_f[oc][ic]; in remap_channels_matrix_float32ne_c()
/third_party/pulseaudio/src/tests/
H A Dcpu-remap-test.c215 m->map_table_f[o][i] = (o == i) ? 1.0f : 0.0f; in setup_remap_channels()
222 m->map_table_f[o][i] = 1.0f / in_channels; in setup_remap_channels()

Completed in 6 milliseconds