Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1094 int16_t tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in EstCodeLpcCoef() local
1126 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()
1127tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1130 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()
1131tmpcoeffs_gQ6[posg] -= WebRtcIsacfix_kMeansGainQ8[0][posg]; //Q8, but Q6 after not-needed mult. by… in EstCodeLpcCoef()
1158 sumQQ = tmpcoeffs_gQ6[offsg] * WebRtcIsacfix_kT1GainQ15[0][0] + in EstCodeLpcCoef()
1159 tmpcoeffs_gQ6[offsg + 1] * WebRtcIsacfix_kT1GainQ15[0][2]; in EstCodeLpcCoef()
1164 sumQQ = tmpcoeffs_gQ6[offsg] * WebRtcIsacfix_kT1GainQ15[0][1] + in EstCodeLpcCoef()
1165 tmpcoeffs_gQ6[offsg + 1] * WebRtcIsacfix_kT1GainQ15[0][3]; in EstCodeLpcCoef()
1363 int16_t tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in WebRtcIsacfix_EstCodeLpcGain() local
[all …]
Dentropy_coding.h97 void WebRtcIsacfix_TranscodeLpcCoef(int32_t* tmpcoeffs_gQ6, int16_t* index_gQQ);