OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dither_gain_Q14
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c
358
WebRtc_Word16 dither1_Q7, dither2_Q7,
dither_gain_Q14
, shft;
399
dither_gain_Q14
= (WebRtc_Word16)(22528 - WEBRTC_SPL_MUL(10, AvgPitchGain_Q12));
413
bufQ7[k + shft] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(
dither_gain_Q14
, dither1_Q7) + 8192, 14);
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
180
WebRtc_Word16 dither1_Q7, dither2_Q7,
dither_gain_Q14
;
214
dither_gain_Q14
= (WebRtc_Word16)(22528 - 10 * AvgPitchGain_Q12);
227
bufQ7[k + shft] = (((
dither_gain_Q14
* dither1_Q7) + 8192) >> 14);
[
all
...]
Completed in 50 milliseconds