Home
last modified time | relevance | path

Searched refs:CalcLrIntQ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter.c37 static __inline size_t CalcLrIntQ(int16_t fixVal, in CalcLrIntQ() function
111 indW32 = CalcLrIntQ(curLagQ7, 7); in WebRtcIsacfix_PitchFilter()
184 indW16 = CalcLrIntQ(curLagQ7, 7); in WebRtcIsacfix_PitchFilterGains()
Dentropy_coding.c74 static __inline int32_t CalcLrIntQ(int32_t fixVal, int16_t qDomain) { in CalcLrIntQ() function
1168 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in EstCodeLpcCoef()
1192 …index_sQQ[k] = (int16_t)(CalcLrIntQ(tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]], 17) + WebRtcIsa… in EstCodeLpcCoef()
1405 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in WebRtcIsacfix_EstCodeLpcGain()
2024 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in WebRtcIsacfix_TranscodeLpcCoef()