Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c808 WebRtc_Word32 tmpcoeffs_gQ17[KLT_ORDER_GAIN]; in WebRtcIsacfix_DecodeLpcCoef() local
838tmpcoeffs_gQ17[WebRtcIsacfix_kSelIndGain[k]] = WebRtcIsacfix_kLevelsGainQ17[WebRtcIsacfix_kOfLevel… in WebRtcIsacfix_DecodeLpcCoef()
856 …sumQQ += (WEBRTC_SPL_MUL_16_32_RSFT16(WebRtcIsacfix_kT1GainQ15[model][pos2], tmpcoeffs_gQ17[pos]<<… in WebRtcIsacfix_DecodeLpcCoef()
900 tmpcoeffs_gQ17[posg] = WEBRTC_SPL_RSHIFT_W32(sumQQ, 4); in WebRtcIsacfix_DecodeLpcCoef()
926 …sumQQ16 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpcoeffs_gQ17[posg], 2+9); //Divide by 4 and get … in WebRtcIsacfix_DecodeLpcCoef()
933 …sumQQ16 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpcoeffs_gQ17[posg], 2+9); //Divide by 4 and get … in WebRtcIsacfix_DecodeLpcCoef()
977 WebRtc_Word32 tmpcoeffs_gQ17[KLT_ORDER_GAIN]; in EstCodeLpcCoef() local
1084 tmpcoeffs_gQ17[posg] = WEBRTC_SPL_RSHIFT_W32(sumQQ, 4); in EstCodeLpcCoef()
1111 pos2QQ= (WebRtc_Word16)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in EstCodeLpcCoef()
1258tmpcoeffs_gQ17[WebRtcIsacfix_kSelIndGain[k]] = WebRtcIsacfix_kLevelsGainQ17[WebRtcIsacfix_kOfLevel… in EstCodeLpcCoef()
[all …]