HomeSort by relevance Sort by last modified time
    Searched refs:dither2_Q7 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 392 int16_t dither1_Q7, dither2_Q7, dither_gain_Q14, shft;
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;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 180 int16_t dither1_Q7, dither2_Q7, dither_gain_Q14;
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;
    [all...]
  /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 4231 milliseconds