Searched refs:tmp16c (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 1687 WebRtc_Word16 shft,tmp16a,tmp16c; in WebRtcIsacfix_DecodePitchLag() local 1744 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); in WebRtcIsacfix_DecodePitchLag() 1745 PitchLags_Q7[k] += tmp16c; in WebRtcIsacfix_DecodePitchLag() 1751 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); in WebRtcIsacfix_DecodePitchLag() 1752 PitchLags_Q7[k] += tmp16c; in WebRtcIsacfix_DecodePitchLag() 1772 WebRtc_Word16 shft, tmp16a, tmp16b, tmp16c; in WebRtcIsacfix_EncodePitchLag() local 1850 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q7 in WebRtcIsacfix_EncodePitchLag() 1851 PitchLagsQ7[k] += tmp16c; in WebRtcIsacfix_EncodePitchLag() 1857 tmp16c = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmp32b, 5); // Q7 in WebRtcIsacfix_EncodePitchLag() 1858 PitchLagsQ7[k] += tmp16c; in WebRtcIsacfix_EncodePitchLag()
|
D | pitch_estimator.c | 288 WebRtc_Word16 oldgQ12, tmp16a, tmp16b, gain_bias16,tmp16c, tmp16d, bias16; in WebRtcIsacfix_InitialPitch() local 339 tmp16c = (WebRtc_Word16) tmp32d; // Q10 & <4 in WebRtcIsacfix_InitialPitch() 340 tmp16d = Exp2Q10((WebRtc_Word16) -tmp16c); //Q10 in WebRtcIsacfix_InitialPitch()
|