Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c180 WebRtc_Word16 dither1_Q7, dither2_Q7, dither_gain_Q14; in GenerateDitherQ7Lb() local
214 dither_gain_Q14 = (WebRtc_Word16)(22528 - 10 * AvgPitchGain_Q12); in GenerateDitherQ7Lb()
227 bufQ7[k + shft] = (((dither_gain_Q14 * dither1_Q7) + 8192) >> 14); in GenerateDitherQ7Lb()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c358 WebRtc_Word16 dither1_Q7, dither2_Q7, dither_gain_Q14, shft; in GenerateDitherQ7() local
399 dither_gain_Q14 = (WebRtc_Word16)(22528 - WEBRTC_SPL_MUL(10, AvgPitchGain_Q12)); in GenerateDitherQ7()
413 …bufQ7[k + shft] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(dither_gain_Q14, dither1_Q7)… in GenerateDitherQ7()