Searched refs:tmpcoeffs_gQ6 (Results 1 – 2 of 2) sorted by relevance
1094 int16_t tmpcoeffs_gQ6[KLT_ORDER_GAIN]; in EstCodeLpcCoef() local1126 tmpcoeffs_gQ6[posg] = CalcLogN(gain_lo_hiQ17[gainpos])-3017; //Q8 in EstCodeLpcCoef()1127 …tmpcoeffs_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()1131 …tmpcoeffs_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 …]
97 void WebRtcIsacfix_TranscodeLpcCoef(int32_t* tmpcoeffs_gQ6, int16_t* index_gQQ);