Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1066 int16_t posQQ, pos2QQ, gainpos; in EstCodeLpcCoef() local
1168 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in EstCodeLpcCoef()
1170 index_gQQ[k] = pos2QQ + WebRtcIsacfix_kQuantMinGain[k]; //ATTN: ok? in EstCodeLpcCoef()
1337 int16_t posQQ, pos2QQ, gainpos; in WebRtcIsacfix_EstCodeLpcGain() local
1405 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in WebRtcIsacfix_EstCodeLpcGain()
1407 index_gQQ[k] = pos2QQ + WebRtcIsacfix_kQuantMinGain[k]; //ATTN: ok? in WebRtcIsacfix_EstCodeLpcGain()
1968 int16_t posQQ, pos2QQ; in WebRtcIsacfix_TranscodeLpcCoef() local
2024 pos2QQ= (int16_t)CalcLrIntQ(tmpcoeffs_gQ17[posQQ], 17); in WebRtcIsacfix_TranscodeLpcCoef()
2026 index_gQQ[k] = pos2QQ + WebRtcIsacfix_kQuantMinGain[k]; //ATTN: ok? in WebRtcIsacfix_TranscodeLpcCoef()