Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/vad/
Dvad_core.c140 int16_t sgprvec[kTableSize] = { 0 }; // Conditional probability = 0. in GmmProbability() local
260 sgprvec[channel] = (int16_t) WebRtcSpl_DivW32W16(tmp1_s32, h1); // Q14 in GmmProbability()
261 sgprvec[channel + kNumChannels] = 16384 - sgprvec[channel]; in GmmProbability()
325 delt = (int16_t)((sgprvec[gaussian] * deltaS[gaussian]) >> 11); in GmmProbability()
348 tmp_s16 = sgprvec[gaussian] >> 2; in GmmProbability()