Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1090 int16_t index_gQQ[KLT_ORDER_GAIN], index_sQQ[KLT_ORDER_SHAPE]; in EstCodeLpcCoef() local
1192 index_gQQ[k] = pos2QQ + WebRtcIsacfix_kQuantMinGain[k]; //ATTN: ok? in EstCodeLpcCoef()
1193 if (index_gQQ[k] < 0) { in EstCodeLpcCoef()
1194 index_gQQ[k] = 0; in EstCodeLpcCoef()
1196 else if (index_gQQ[k] > WebRtcIsacfix_kMaxIndGain[k]) { in EstCodeLpcCoef()
1197 index_gQQ[k] = WebRtcIsacfix_kMaxIndGain[k]; in EstCodeLpcCoef()
1199 index_ovr_gQQ[k] = WebRtcIsacfix_kOffsetGain[0][k]+index_gQQ[k]; in EstCodeLpcCoef()
1204 encData->LPCindex_g[KLT_ORDER_GAIN*encData->startIdx + k] = index_gQQ[k]; in EstCodeLpcCoef()
1260 …status = WebRtcIsacfix_EncHistMulti(streamdata, index_gQQ, WebRtcIsacfix_kCdfGainPtr[0], KLT_ORDER… in EstCodeLpcCoef()
1361 int16_t index_gQQ[KLT_ORDER_GAIN]; in WebRtcIsacfix_EstCodeLpcGain() local
[all …]
Dentropy_coding.h97 void WebRtcIsacfix_TranscodeLpcCoef(int32_t* tmpcoeffs_gQ6, int16_t* index_gQQ);