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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant_loop.c 30 int16_t tmp16a; local
80 tmp16a = ((WebRtcIlbcfix_kStateSq3[index] + 2 ) >> 2);
82 *syntOut = (int16_t) (tmp16a + (int32_t)(*in_weighted) - toQW32);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 178 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
226 tmp16a = (int16_t) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4
227 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT(tmp16a,tmp16a, 6); //Q10
lpc_masking_model.c 582 int16_t tmp16a; local
    [all...]
entropy_coding.c 1684 int16_t shft,tmp16a,tmp16c; local
1769 int16_t shft, tmp16a, tmp16b, tmp16c; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 288 WebRtc_Word16 oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
335 tmp16a = (WebRtc_Word16) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4
336 tmp32c = WEBRTC_SPL_MUL_16_16_RSFT(tmp16a,tmp16a, 6); //Q10
lpc_masking_model.c 582 WebRtc_Word16 tmp16a; local
    [all...]
entropy_coding.c 1687 WebRtc_Word16 shft,tmp16a,tmp16c; local
1772 WebRtc_Word16 shft, tmp16a, tmp16b, tmp16c; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core.c 495 int16_t tmp16a = 0; local
501 tmp16a = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
503 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 635 int16_t tmp16a = 0; local
641 tmp16a = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
643 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0
    [all...]

Completed in 640 milliseconds