Searched refs:orderLo (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 709 WebRtc_Word16 orderLo, in Poly2LarFix() argument 720 orderTot = (orderLo + orderHi); in Poly2LarFix() 724 Rc2LarFix(lowbandQ15, larQ17, orderLo); in Poly2LarFix() 726 for (n = 0; n < orderLo; n++) in Poly2LarFix() 732 outpQ17[n + orderLo] = larQ17[n]; //Q17; in Poly2LarFix() 735 lowbandQ15 += orderLo; in Poly2LarFix() 743 WebRtc_Word16 orderLo, in Lar2polyFix() argument 754 orderTot = (orderLo + orderHi); in Lar2polyFix() 763 Lar2RcFix(&inpQ17[0], rcQ15, orderLo); in Lar2polyFix() 764 for (n = 0; n < orderLo; n++) in Lar2polyFix() [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 653 void WebRtcIsac_Poly2Lar(double* lowband, int orderLo, double* hiband, in WebRtcIsac_Poly2Lar() argument 669 WebRtcIsac_Poly2Rc(inpl, orderLo, rc); in WebRtcIsac_Poly2Lar() 670 WebRtcIsac_Rc2Lar(rc, outp, orderLo); in WebRtcIsac_Poly2Lar() 671 outp += orderLo; in WebRtcIsac_Poly2Lar() 679 inpl += orderLo + 1; in WebRtcIsac_Poly2Lar() 719 void WebRtcIsac_Lar2Poly(double* lars, double* lowband, int orderLo, in WebRtcIsac_Lar2Poly() argument 724 orderTot = (orderLo + orderHi + 2); in WebRtcIsac_Lar2Poly() 731 WebRtcIsac_Lar2Rc(&inp[2], rc, orderLo); in WebRtcIsac_Lar2Poly() 732 WebRtcIsac_Rc2Poly(rc, orderLo, outpl); in WebRtcIsac_Lar2Poly() 735 WebRtcIsac_Lar2Rc(&inp[orderLo + 2], rc, orderHi); in WebRtcIsac_Lar2Poly() [all …]
|