Searched refs:inv_std (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_gmm.c34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; local
37 // Calculate |inv_std| = 1 / s, in Q10.
41 inv_std = (int16_t) WebRtcSpl_DivW32W16(tmp32, std);
44 tmp16 = (inv_std >> 2); // Q10 -> Q8.
48 // |inv_std2| = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(|inv_std|, |inv_std|, 6);
82 return WEBRTC_SPL_MUL_16_16(inv_std, exp_value);
/external/webrtc/src/common_audio/vad/
H A Dvad_gmm.c34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; local
37 // Calculate |inv_std| = 1 / s, in Q10.
41 inv_std = (int16_t) WebRtcSpl_DivW32W16(tmp32, std);
44 tmp16 = (inv_std >> 2); // Q10 -> Q8.
48 // |inv_std2| = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(|inv_std|, |inv_std|, 6);
82 return WEBRTC_SPL_MUL_16_16(inv_std, exp_value);

Completed in 106 milliseconds