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

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

Completed in 84 milliseconds