Searched refs:index_gQQ (Results 1 – 2 of 2) sorted by relevance
972 WebRtc_Word16 index_gQQ[KLT_ORDER_GAIN], index_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local1113 index_gQQ[k] = pos2QQ + WebRtcIsacfix_kQuantMinGain[k]; //ATTN: ok? in EstCodeLpcCoef()1114 if (index_gQQ[k] < 0) { in EstCodeLpcCoef()1115 index_gQQ[k] = 0; in EstCodeLpcCoef()1117 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in EstCodeLpcCoef()1118 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in EstCodeLpcCoef()1120 index_ovr_gQQ[k] = WebRtcIsacfix_kOffsetGain[0][k]+index_gQQ[k]; in EstCodeLpcCoef()1125 encData->LPCindex_g[KLT_ORDER_GAIN*encData->startIdx + k] = index_gQQ[k]; in EstCodeLpcCoef()1181 …status = WebRtcIsacfix_EncHistMulti(streamdata, index_gQQ, WebRtcIsacfix_kCdfGainPtr[0], KLT_ORDER… in EstCodeLpcCoef()1329 WebRtc_Word16 index_gQQ[KLT_ORDER_GAIN]; in WebRtcIsacfix_EstCodeLpcGain() local[all …]
109 WebRtc_Word16 *index_gQQ);