Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c949 int32_t tmpcoeffs_sQ17[KLT_ORDER_SHAPE]; in WebRtcIsacfix_DecodeLpcCoef() local
1009 tmpcoeffs2_sQ18, tmpcoeffs_sQ17, kTIndexFactor1, kTIndexFactor1, in WebRtcIsacfix_DecodeLpcCoef()
1037 …tmp32 = WEBRTC_SPL_MUL_16_32_RSFT16(31208, tmpcoeffs_sQ17[poss]); // (Q16*Q17)>>16 = Q17, with 1/2… in WebRtcIsacfix_DecodeLpcCoef()
1045 tmp32 = WEBRTC_SPL_MUL_16_32_RSFT16(18204, tmpcoeffs_sQ17[poss]) << 3; in WebRtcIsacfix_DecodeLpcCoef()
1074 int32_t tmpcoeffs_sQ17[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local
1116 tmpcoeffs_sQ17[poss] = tmp32; //Q17 in EstCodeLpcCoef()
1123 tmpcoeffs_sQ17[poss] = tmp32; //Q17 in EstCodeLpcCoef()
1150 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1ShapeQ15[0], tmpcoeffs_sQ17, in EstCodeLpcCoef()
1159 tmpcoeffs_sQ17, kTIndexFactor1, kTIndexFactor3, kTInitCase1, kTIndexStep3, in EstCodeLpcCoef()
1192 …index_sQQ[k] = (int16_t)(CalcLrIntQ(tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]], 17) + WebRtcIsa… in EstCodeLpcCoef()
[all …]