Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c351 static const int16_t kChngFactor = 3523; /* log10(2)*10/4*0.4/1.4=log10(2)/1.4= 0.2150 in Q14 */ variable
396 chngQ = (int16_t)(tmp * kChngFactor >> 10); /* Q12 */ in WebRtcIsacfix_GetVars()