Home | History | Annotate | Download | only in vad

Lines Matching full:num_channels

92     for (i = 0; i < 16 * NUM_CHANNELS; i++)
316 WebRtc_Word16 feature_vector[NUM_CHANNELS], total_power;
383 nmean2ptr = &inst->noise_means[NUM_CHANNELS];
385 smean2ptr = &inst->speech_means[NUM_CHANNELS];
387 nstd2ptr = &inst->noise_stds[NUM_CHANNELS];
389 sstd2ptr = &inst->speech_stds[NUM_CHANNELS];
393 for (n = 0; n < NUM_CHANNELS; n++)
405 probn[1] = (WebRtc_Word32)(kNoiseDataWeights[n + NUM_CHANNELS] * tmp32_1);
415 probs[1] = (WebRtc_Word32)(kSpeechDataWeights[n + NUM_CHANNELS] * tmp32_1);
488 for (n = 0; n < NUM_CHANNELS; n++)
498 nmid += WEBRTC_SPL_MUL_16_16(kNoiseDataWeights[n+NUM_CHANNELS],
499 *(nmean1ptr+NUM_CHANNELS));
507 nmean2ptr = nmean1ptr + k * NUM_CHANNELS;
508 smean2ptr = smean1ptr + k * NUM_CHANNELS;
509 nstd2ptr = nstd1ptr + k * NUM_CHANNELS;
510 sstd2ptr = sstd1ptr + k * NUM_CHANNELS;
629 nmid += WEBRTC_SPL_MUL_16_16(kNoiseDataWeights[n+NUM_CHANNELS], *nmean2ptr);
633 smid += WEBRTC_SPL_MUL_16_16(kSpeechDataWeights[n+NUM_CHANNELS], *smean2ptr);
658 smid += WEBRTC_SPL_MUL_16_16(tmp16, kSpeechDataWeights[n+NUM_CHANNELS]);
669 nmid += WEBRTC_SPL_MUL_16_16(tmp16, kNoiseDataWeights[n+NUM_CHANNELS]);