Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c967 int32_t tmpcoeffs_gQ17[KLT_ORDER_GAIN]; in WebRtcIsacfix_DecodeLpcCoef() local
997tmpcoeffs_gQ17[WebRtcIsacfix_kSelIndGain[k]] = WebRtcIsacfix_kLevelsGainQ17[WebRtcIsacfix_kOfLevel… in WebRtcIsacfix_DecodeLpcCoef()
1004 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1GainQ15[model], tmpcoeffs_gQ17, in WebRtcIsacfix_DecodeLpcCoef()
1028 tmpcoeffs_gQ17, kTIndexFactor1, kTIndexStep2); in WebRtcIsacfix_DecodeLpcCoef()
1041 sumQQ16 = (int16_t)(tmpcoeffs_gQ17[posg] >> 11); in WebRtcIsacfix_DecodeLpcCoef()
1049 sumQQ16 = (int16_t)(tmpcoeffs_gQ17[posg] >> 11); in WebRtcIsacfix_DecodeLpcCoef()
1095 int32_t tmpcoeffs_gQ17[KLT_ORDER_GAIN]; in EstCodeLpcCoef() local
1178 tmpcoeffs_gQ17, kTIndexFactor3, kTIndexStep1); in EstCodeLpcCoef()
1190 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in EstCodeLpcCoef()
1305tmpcoeffs_gQ17[WebRtcIsacfix_kSelIndGain[k]] = WebRtcIsacfix_kLevelsGainQ17[WebRtcIsacfix_kOfLevel… in EstCodeLpcCoef()
[all …]