OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inv_std
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/common_audio/vad/
vad_gmm.c
34
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 58 milliseconds