Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c350 static const int16_t kMulPitchGain = -25; /* 200/256 in Q5 */ variable
409 pg3 = (int16_t)(pg3 * kMulPitchGain >> 5); // Q10 in WebRtcIsacfix_GetVars()