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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant_loop.c 30 int16_t tmp16a; local
78 tmp16a = ((WebRtcIlbcfix_kStateSq3[index] + 2 ) >> 2);
80 *syntOut = (int16_t) (tmp16a + (int32_t)(*in_weighted) - toQW32);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 171 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
219 tmp16a = (int16_t) (tmp32b - tmp32a); // Q8 & fabs(ratio)<4
220 tmp32c = tmp16a * tmp16a >> 6; // Q10
lpc_masking_model.c 570 int16_t tmp16a; local
880 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator)
882 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft)
929 tmp16a = (int16_t) WEBRTC_SPL_SHIFT_W32(tmp32c, -shft); // Q(ssh-shft) (denominator)
931 tmp32b = WebRtcSpl_DivW32W16(tmp32a, tmp16a); // Q(24-ssh+shft)
  /external/webrtc/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...]

Completed in 347 milliseconds