Searched refs:tmp16c (Results 1 - 4 of 4) 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
230 tmp16c = (int16_t) tmp32d; // Q10 & <4
231 tmp16d = Exp2Q10((int16_t) -tmp16c); //Q10
H A Dentropy_coding.c1684 int16_t shft,tmp16a,tmp16c; local
1741 tmp16c = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5);
1742 PitchLags_Q7[k] += tmp16c;
1748 tmp16c = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5);
1749 PitchLags_Q7[k] += tmp16c;
1769 int16_t shft, tmp16a, tmp16b, tmp16c; local
1847 tmp16c = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q7
1848 PitchLagsQ7[k] += tmp16c;
1854 tmp16c = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q7
1855 PitchLagsQ7[k] += tmp16c;
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c1687 WebRtc_Word16 shft,tmp16a,tmp16c; local
1744 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5);
1745 PitchLags_Q7[k] += tmp16c;
1751 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5);
1752 PitchLags_Q7[k] += tmp16c;
1772 WebRtc_Word16 shft, tmp16a, tmp16b, tmp16c; local
1850 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q7
1851 PitchLagsQ7[k] += tmp16c;
1857 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q7
1858 PitchLagsQ7[k] += tmp16c;
[all...]
H A Dpitch_estimator.c288 WebRtc_Word16 oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; local
339 tmp16c = (WebRtc_Word16) tmp32d; // Q10 & <4
340 tmp16d = Exp2Q10((WebRtc_Word16) -tmp16c); //Q10

Completed in 316 milliseconds