OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dither2_Q7
(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;
374
dither2_Q7
= (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(seed + 16777216, 25);
380
bufQ7[k+1] =
dither2_Q7
;
387
bufQ7[k+2] =
dither2_Q7
;
393
bufQ7[k+2] =
dither2_Q7
;
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
180
WebRtc_Word16 dither1_Q7,
dither2_Q7
, dither_gain_Q14;
196
dither2_Q7
= (WebRtc_Word16)(((int)seed + 16777216) >> 25);
201
bufQ7[k + 1] =
dither2_Q7
;
206
bufQ7[k + 2] =
dither2_Q7
;
210
bufQ7[k + 2] =
dither2_Q7
;
[
all
...]
Completed in 126 milliseconds