Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_tables.h93 extern const int16_t WebRtcIsacfix_kMeansGainQ8[KLT_NUM_MODELS][12];
Dentropy_coding.c1021 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[model][posg]; in WebRtcIsacfix_DecodeLpcCoef()
1029 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[model][posg]; in WebRtcIsacfix_DecodeLpcCoef()
1105 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1109 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1322 sumQQ16 += WebRtcIsacfix_kMeansGainQ8[0][posg]; in EstCodeLpcCoef()
1370 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_EstCodeLpcGain()
1374 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_EstCodeLpcGain()
1991 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_TranscodeLpcCoef()
1995 …tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_TranscodeLpcCoef()
Dlpc_tables.c1231 const int16_t WebRtcIsacfix_kMeansGainQ8[3][12] = { variable