Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_tables.h93 extern const int16_t WebRtcIsacfix_kMeansGainQ8[KLT_NUM_MODELS][12];
Dentropy_coding.c1042 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[model][posg]; in WebRtcIsacfix_DecodeLpcCoef()
1050 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[model][posg]; in WebRtcIsacfix_DecodeLpcCoef()
1127 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1131 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1344 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[0][posg]; in EstCodeLpcCoef()
1392 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_EstCodeLpcGain()
1396 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_EstCodeLpcGain()
2013 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_TranscodeLpcCoef()
2017 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_TranscodeLpcCoef()
Dlpc_tables.c1232 const int16_t WebRtcIsacfix_kMeansGainQ8[3][12] = { variable