Home
last modified time | relevance | path

Searched refs:index_gQQ (Results 1 – 2 of 2) 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
1170 index_gQQ[k] = pos2QQ + WebRtcIsacfix_kQuantMinGain[k]; //ATTN: ok? in EstCodeLpcCoef()
1171 if (index_gQQ[k] < 0) { in EstCodeLpcCoef()
1172 index_gQQ[k] = 0; in EstCodeLpcCoef()
1174 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in EstCodeLpcCoef()
1175 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in EstCodeLpcCoef()
1177 index_ovr_gQQ[k] = WebRtcIsacfix_kOffsetGain[0][k]+index_gQQ[k]; in EstCodeLpcCoef()
1182 encData->LPCindex_g[KLT_ORDER_GAIN*encData->startIdx + k] = index_gQQ[k]; in EstCodeLpcCoef()
1238 …status = WebRtcIsacfix_EncHistMulti(streamdata, index_gQQ, WebRtcIsacfix_kCdfGainPtr[0], KLT_ORDER… in EstCodeLpcCoef()
1339 int16_t index_gQQ[KLT_ORDER_GAIN]; in WebRtcIsacfix_EstCodeLpcGain() local
[all …]
Dentropy_coding.h109 int16_t *index_gQQ);