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

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

Completed in 85 milliseconds