Searched refs:tmpcoeffs_sQ17 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 970 int32_t tmpcoeffs_sQ17[KLT_ORDER_SHAPE]; in WebRtcIsacfix_DecodeLpcCoef() local 1030 tmpcoeffs2_sQ18, tmpcoeffs_sQ17, kTIndexFactor1, kTIndexFactor1, in WebRtcIsacfix_DecodeLpcCoef() 1058 …tmp32 = WEBRTC_SPL_MUL_16_32_RSFT16(31208, tmpcoeffs_sQ17[poss]); // (Q16*Q17)>>16 = Q17, with 1/2… in WebRtcIsacfix_DecodeLpcCoef() 1067 WEBRTC_SPL_MUL_16_32_RSFT16(18204, tmpcoeffs_sQ17[poss]) * (1 << 3); in WebRtcIsacfix_DecodeLpcCoef() 1096 int32_t tmpcoeffs_sQ17[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local 1138 tmpcoeffs_sQ17[poss] = tmp32; //Q17 in EstCodeLpcCoef() 1145 tmpcoeffs_sQ17[poss] = tmp32; //Q17 in EstCodeLpcCoef() 1172 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1ShapeQ15[0], tmpcoeffs_sQ17, in EstCodeLpcCoef() 1181 tmpcoeffs_sQ17, kTIndexFactor1, kTIndexFactor3, kTInitCase1, kTIndexStep3, in EstCodeLpcCoef() 1214 …index_sQQ[k] = (int16_t)(CalcLrIntQ(tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]], 17) + WebRtcIsa… in EstCodeLpcCoef() [all …]
|