Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1068 int16_t index_gQQ[KLT_ORDER_GAIN], index_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local
1192index_sQQ[k] = (int16_t)(CalcLrIntQ(tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]], 17) + WebRtcIsa… in EstCodeLpcCoef()
1194 if (index_sQQ[k] < 0) in EstCodeLpcCoef()
1195 index_sQQ[k] = 0; in EstCodeLpcCoef()
1196 else if (index_sQQ[k] > WebRtcIsacfix_kMaxIndShape[k]) in EstCodeLpcCoef()
1197 index_sQQ[k] = WebRtcIsacfix_kMaxIndShape[k]; in EstCodeLpcCoef()
1198 index_ovr_sQQ[k] = WebRtcIsacfix_kOffsetShape[0][k]+index_sQQ[k]; in EstCodeLpcCoef()
1217 …status = WebRtcIsacfix_EncHistMulti(streamdata, index_sQQ, WebRtcIsacfix_kCdfShapePtr[0], KLT_ORDE… in EstCodeLpcCoef()
1226 encData->LPCindex_s[KLT_ORDER_SHAPE*encData->startIdx + k] = index_sQQ[k]; in EstCodeLpcCoef()