Home
last modified time | relevance | path

Searched refs:WebRtcIsacfix_kT1GainQ15 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c983 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1GainQ15[model], tmpcoeffs_gQ17, in WebRtcIsacfix_DecodeLpcCoef()
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()
1295 sumQQ = (WEBRTC_SPL_MUL_16_32_RSFT16(WebRtcIsacfix_kT1GainQ15[0][0], in EstCodeLpcCoef()
1297 sumQQ += (WEBRTC_SPL_MUL_16_32_RSFT16(WebRtcIsacfix_kT1GainQ15[0][1], in EstCodeLpcCoef()
1302 sumQQ = (WEBRTC_SPL_MUL_16_32_RSFT16(WebRtcIsacfix_kT1GainQ15[0][2], in EstCodeLpcCoef()
1304 sumQQ += (WEBRTC_SPL_MUL_16_32_RSFT16(WebRtcIsacfix_kT1GainQ15[0][3], in EstCodeLpcCoef()
1385 sumQQ = tmpcoeffs_gQ6[j * 2] * WebRtcIsacfix_kT1GainQ15[0][0] + in WebRtcIsacfix_EstCodeLpcGain()
[all …]
Dlpc_tables.h83 extern const int16_t WebRtcIsacfix_kT1GainQ15[KLT_NUM_MODELS][4];
Dlpc_tables.c1080 const int16_t WebRtcIsacfix_kT1GainQ15[3][4] = { variable