Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1072 int16_t tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in EstCodeLpcCoef() local
1104 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()
1105tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1108 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()
1109tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1136 sumQQ = tmpcoeffs_gQ6[offsg] * WebRtcIsacfix_kT1GainQ15[0][0] + in EstCodeLpcCoef()
1137 tmpcoeffs_gQ6[offsg + 1] * WebRtcIsacfix_kT1GainQ15[0][2]; in EstCodeLpcCoef()
1142 sumQQ = tmpcoeffs_gQ6[offsg] * WebRtcIsacfix_kT1GainQ15[0][1] + in EstCodeLpcCoef()
1143 tmpcoeffs_gQ6[offsg + 1] * WebRtcIsacfix_kT1GainQ15[0][3]; in EstCodeLpcCoef()
1341 int16_t tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in WebRtcIsacfix_EstCodeLpcGain() local
[all …]
Dentropy_coding.h108 void WebRtcIsacfix_TranscodeLpcCoef(int32_t *tmpcoeffs_gQ6,