Searched refs:index_sQQ (Results 1 – 1 of 1) sorted by relevance
1090 int16_t index_gQQ[KLT_ORDER_GAIN], index_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local1214 …index_sQQ[k] = (int16_t)(CalcLrIntQ(tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]], 17) + WebRtcIsa… in EstCodeLpcCoef()1216 if (index_sQQ[k] < 0) in EstCodeLpcCoef()1217 index_sQQ[k] = 0; in EstCodeLpcCoef()1218 else if (index_sQQ[k] > WebRtcIsacfix_kMaxIndShape[k]) in EstCodeLpcCoef()1219 index_sQQ[k] = WebRtcIsacfix_kMaxIndShape[k]; in EstCodeLpcCoef()1220 index_ovr_sQQ[k] = WebRtcIsacfix_kOffsetShape[0][k]+index_sQQ[k]; in EstCodeLpcCoef()1239 …status = WebRtcIsacfix_EncHistMulti(streamdata, index_sQQ, WebRtcIsacfix_kCdfShapePtr[0], KLT_ORDE… in EstCodeLpcCoef()1248 encData->LPCindex_s[KLT_ORDER_SHAPE*encData->startIdx + k] = index_sQQ[k]; in EstCodeLpcCoef()