Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c634 static void Rc2LarFix(const int16_t *rcQ15, int32_t *larQ17, int16_t order) { in Rc2LarFix() argument
673 rc = WEBRTC_SPL_ABS_W16(rcQ15[k]); //Q15 in Rc2LarFix()
691 if (rcQ15[k]>0) { in Rc2LarFix()
700 static void Lar2RcFix(const int32_t *larQ17, int16_t *rcQ15, int16_t order) { in Lar2RcFix() argument
733 rcQ15[k] = (int16_t) rc; // Q15 in Lar2RcFix()
781 int16_t rcQ15[7+6]; in Lar2polyFix() local
792 Lar2RcFix(&inpQ17[0], rcQ15, orderLo); in Lar2polyFix()
794 outplQ15[n] = rcQ15[n]; // Refl. coeffs in Lar2polyFix()
797 Lar2RcFix(&inpQ17[orderLo], rcQ15, orderHi); in Lar2polyFix()
799 outphQ15[n] = rcQ15[n]; // Refl. coeffs in Lar2polyFix()