Searched refs:map_table_f (Results 1 – 5 of 5) sorted by relevance
883 memset(m->map_table_f, 0, sizeof(m->map_table_f)); in setup_remap()891 m->map_table_f[oc][oc] = 1.0f; in setup_remap()902 m->map_table_f[oc][ic] = 1.0f; in setup_remap()1000 m->map_table_f[oc][ic] = 1.0f; in setup_remap()1006 m->map_table_f[oc][ic] = oc_mono_map[oc]; in setup_remap()1012 m->map_table_f[oc][ic] = 1.0f / (float) n_ic; in setup_remap()1031 m->map_table_f[oc][ic] = 1.0f; in setup_remap()1050 m->map_table_f[oc][ic] = 1.0f / (float) ic_left; in setup_remap()1065 m->map_table_f[oc][ic] = 1.0f / (float) ic_right; in setup_remap()1082 m->map_table_f[oc][ic] = 1.0f / (float) ic_center; in setup_remap()[all …]
33 float map_table_f[PA_CHANNELS_MAX][PA_CHANNELS_MAX]; member
530 ((float *) &f[i])[o] = PA_CLAMP_UNLIKELY(m->map_table_f[o][i], 0.0f, 1.0f); in init_remap_neon()
335 float vol = m->map_table_f[oc][ic]; in remap_channels_matrix_float32ne_c()
215 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()