Searched refs:index_sQQ (Results 1 – 1 of 1) sorted by relevance
972 WebRtc_Word16 index_gQQ[KLT_ORDER_GAIN], index_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local1135 …index_sQQ[k] = (WebRtc_Word16)(CalcLrIntQ(tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]], 17) + Web… in EstCodeLpcCoef()1137 if (index_sQQ[k] < 0) in EstCodeLpcCoef()1138 index_sQQ[k] = 0; in EstCodeLpcCoef()1139 else if (index_sQQ[k] > WebRtcIsacfix_kMaxIndShape[k]) in EstCodeLpcCoef()1140 index_sQQ[k] = WebRtcIsacfix_kMaxIndShape[k]; in EstCodeLpcCoef()1141 index_ovr_sQQ[k] = WebRtcIsacfix_kOffsetShape[0][k]+index_sQQ[k]; in EstCodeLpcCoef()1160 …status = WebRtcIsacfix_EncHistMulti(streamdata, index_sQQ, WebRtcIsacfix_kCdfShapePtr[0], KLT_ORDE… in EstCodeLpcCoef()1169 encData->LPCindex_s[KLT_ORDER_SHAPE*encData->startIdx + k] = index_sQQ[k]; in EstCodeLpcCoef()