Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c976 WebRtc_Word16 tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in EstCodeLpcCoef() local
1008 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()
1009tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1012 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()
1013tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1045 …sumQQ += WEBRTC_SPL_MUL_16_16(tmpcoeffs_gQ6[pos], WebRtcIsacfix_kT1GainQ15[0][pos2]); //Q21 = Q6*Q… in EstCodeLpcCoef()
1331 WebRtc_Word16 tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in WebRtcIsacfix_EstCodeLpcGain() local
1359 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in WebRtcIsacfix_EstCodeLpcGain()
1360tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in WebRtcIsacfix_EstCodeLpcGain()
1363 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in WebRtcIsacfix_EstCodeLpcGain()
[all …]
Dentropy_coding.h108 void WebRtcIsacfix_TranscodeLpcCoef(WebRtc_Word32 *tmpcoeffs_gQ6,