Searched refs:dither2_Q7 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c392 int16_t dither1_Q7, dither2_Q7, dither_gain_Q14, shft; local
408 dither2_Q7 = (int16_t)WEBRTC_SPL_RSHIFT_W32(seed + 16777216, 25);
414 bufQ7[k+1] = dither2_Q7;
421 bufQ7[k+2] = dither2_Q7;
427 bufQ7[k+2] = dither2_Q7;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c180 int16_t dither1_Q7, dither2_Q7, dither_gain_Q14; local
196 dither2_Q7 = (int16_t)(((int)seed + 16777216) >> 25);
201 bufQ7[k + 1] = dither2_Q7;
206 bufQ7[k + 2] = dither2_Q7;
210 bufQ7[k + 2] = dither2_Q7;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c358 WebRtc_Word16 dither1_Q7, dither2_Q7, dither_gain_Q14, shft; local
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;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c180 WebRtc_Word16 dither1_Q7, dither2_Q7, dither_gain_Q14; local
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;

Completed in 160 milliseconds