Searched refs:tmp16b (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c178 int16_t oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
228 tmp16b = (int16_t) tmp32c; // Q10 & <8
229 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8
H A Dlpc_masking_model.c557 int16_t tmp16,tmp16b; local
596 tmp16b = exp2_Q10_T(tmp16); // Q10
597 snrq = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 285, 10); // Q10
H A Dentropy_coding.c1769 int16_t shft, tmp16a, tmp16b, tmp16c; local
1820 tmp16b = (int16_t) WEBRTC_SPL_RSHIFT_W32(CQ17 + 65536, 17 );
1821 index[k] = tmp16b;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c288 WebRtc_Word16 oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
337 tmp16b = (WebRtc_Word16) tmp32c; // Q10 & <8
338 tmp32d = WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 177 , 8); // mult with ln2 in Q8
H A Dlpc_masking_model.c557 WebRtc_Word16 tmp16,tmp16b; local
596 tmp16b = exp2_Q10_T(tmp16); // Q10
597 snrq = (WebRtc_Word16) WEBRTC_SPL_MUL_16_16_RSFT(tmp16b, 285, 10); // Q10
H A Dentropy_coding.c1772 WebRtc_Word16 shft, tmp16a, tmp16b, tmp16c; local
1823 tmp16b = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(CQ17 + 65536, 17 );
1824 index[k] = tmp16b;
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.c496 int16_t tmp16b = 0; local
505 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
507 tmp16b); // Q0
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c636 int16_t tmp16b = 0; local
645 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0
647 tmp16b); // Q0

Completed in 215 milliseconds