Home
last modified time | relevance | path

Searched refs:NUM_TABLE_VALUES (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/common_audio/vad/
Dvad_core.h27 WebRtc_Word16 noise_means[NUM_TABLE_VALUES];
28 WebRtc_Word16 speech_means[NUM_TABLE_VALUES];
29 WebRtc_Word16 noise_stds[NUM_TABLE_VALUES];
30 WebRtc_Word16 speech_stds[NUM_TABLE_VALUES];
Dvad_core.c83 for (i = 0; i < NUM_TABLE_VALUES; i++) in WebRtcVad_InitCore()
343 WebRtc_Word16 deltaN[NUM_TABLE_VALUES], deltaS[NUM_TABLE_VALUES]; in WebRtcVad_GmmProbability()
344 WebRtc_Word16 ngprvec[NUM_TABLE_VALUES], sgprvec[NUM_TABLE_VALUES]; in WebRtcVad_GmmProbability()
Dvad_defines.h21 #define NUM_TABLE_VALUES NUM_CHANNELS * NUM_MODELS macro