Searched refs:sumQQ16 (Results 1 – 1 of 1) sorted by relevance
814 WebRtc_Word16 sumQQ16; in WebRtcIsacfix_DecodeLpcCoef() local926 …sumQQ16 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpcoeffs_gQ17[posg], 2+9); //Divide by 4 and get … in WebRtcIsacfix_DecodeLpcCoef()927 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[model][posg]; in WebRtcIsacfix_DecodeLpcCoef()928 sumQQ = CalcExpN(sumQQ16); // Q8 in and Q17 out in WebRtcIsacfix_DecodeLpcCoef()933 …sumQQ16 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpcoeffs_gQ17[posg], 2+9); //Divide by 4 and get … in WebRtcIsacfix_DecodeLpcCoef()934 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[model][posg]; in WebRtcIsacfix_DecodeLpcCoef()935 sumQQ = CalcExpN(sumQQ16); // Q8 in and Q17 out in WebRtcIsacfix_DecodeLpcCoef()983 WebRtc_Word16 sumQQ16; in EstCodeLpcCoef() local1311 …sumQQ16 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(tmpcoeffs_gQ17[posg], 2+9); //Divide by 4 and get … in EstCodeLpcCoef()1312 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[0][posg]; in EstCodeLpcCoef()[all …]