Home
last modified time | relevance | path

Searched refs:NUM_CHANNELS (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/src/common_audio/vad/
Dvad_core.c92 for (i = 0; i < 16 * NUM_CHANNELS; i++) in WebRtcVad_InitCore()
316 WebRtc_Word16 feature_vector[NUM_CHANNELS], total_power; in WebRtcVad_CalcVad8khz()
383 nmean2ptr = &inst->noise_means[NUM_CHANNELS]; in WebRtcVad_GmmProbability()
385 smean2ptr = &inst->speech_means[NUM_CHANNELS]; in WebRtcVad_GmmProbability()
387 nstd2ptr = &inst->noise_stds[NUM_CHANNELS]; in WebRtcVad_GmmProbability()
389 sstd2ptr = &inst->speech_stds[NUM_CHANNELS]; in WebRtcVad_GmmProbability()
393 for (n = 0; n < NUM_CHANNELS; n++) in WebRtcVad_GmmProbability()
405 probn[1] = (WebRtc_Word32)(kNoiseDataWeights[n + NUM_CHANNELS] * tmp32_1); in WebRtcVad_GmmProbability()
415 probs[1] = (WebRtc_Word32)(kSpeechDataWeights[n + NUM_CHANNELS] * tmp32_1); in WebRtcVad_GmmProbability()
488 for (n = 0; n < NUM_CHANNELS; n++) in WebRtcVad_GmmProbability()
[all …]
Dvad_core.h36 WebRtc_Word16 index_vector[16 * NUM_CHANNELS];
37 WebRtc_Word16 low_value_vector[16 * NUM_CHANNELS];
39 WebRtc_Word16 mean_value[NUM_CHANNELS];
Dvad_defines.h19 #define NUM_CHANNELS 6 // Eight frequency bands macro
21 #define NUM_TABLE_VALUES NUM_CHANNELS * NUM_MODELS
Dvad_sp.c75 assert(channel < NUM_CHANNELS); in WebRtcVad_FindMinimum()
Dvad_unittest.cc220 for (int j = 0; j < NUM_CHANNELS; ++j) { in TEST_F()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c41 #define NUM_CHANNELS 4 macro
251 for (i = 0; i < NUM_CHANNELS; i++) { in setup_point_coefficients()
263 for (i = 0; i < NUM_CHANNELS; i++) { in setup_point_coefficients()
276 for (i = 0; i < NUM_CHANNELS; i++) in setup_point_coefficients()
Dlp_setup_line.c40 #define NUM_CHANNELS 4 macro
180 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
185 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
192 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
198 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
214 for (i = 0; i < NUM_CHANNELS; i++) in setup_line_coefficients()
Dlp_setup_tri.c42 #define NUM_CHANNELS 4 macro
87 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float); in lp_setup_alloc_triangle()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c1171 for( j = 0; j < NUM_CHANNELS; j++ ) { in emit_declaration()