Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dlpc_gain_swb_tables.h47 extern const double WebRtcIsac_kLpcGainDecorrMat[SUBFRAMES][SUBFRAMES];
Dlpc_gain_swb_tables.c129 const double WebRtcIsac_kLpcGainDecorrMat[SUBFRAMES][SUBFRAMES] = variable
Dencode_lpc_swb.c584 *out += data[rowCntr] * WebRtcIsac_kLpcGainDecorrMat[rowCntr][colCntr]; in WebRtcIsac_DecorrelateLPGain()
679 *out += WebRtcIsac_kLpcGainDecorrMat[rowCntr][colCntr] * data[colCntr]; in WebRtcIsac_CorrelateLpcGain()