Searched refs:orderHi (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 740 int16_t orderHi, in Poly2LarFix() argument 749 orderTot = (orderLo + orderHi); in Poly2LarFix() 758 Rc2LarFix(hibandQ15, larQ17, orderHi); in Poly2LarFix() 760 for (n = 0; n < orderHi; n++) in Poly2LarFix() 765 hibandQ15 += orderHi; in Poly2LarFix() 774 int16_t orderHi, in Lar2polyFix() argument 783 orderTot = (orderLo + orderHi); in Lar2polyFix() 797 Lar2RcFix(&inpQ17[orderLo], rcQ15, orderHi); in Lar2polyFix() 798 for (n = 0; n < orderHi; n++) in Lar2polyFix() 803 outphQ15 += orderHi; in Lar2polyFix()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 649 int orderHi, int Nsub, double* lars) { in WebRtcIsac_Poly2Lar() argument 670 WebRtcIsac_Poly2Rc(inph, orderHi, rc); in WebRtcIsac_Poly2Lar() 671 WebRtcIsac_Rc2Lar(rc, outp, orderHi); in WebRtcIsac_Poly2Lar() 672 outp += orderHi; in WebRtcIsac_Poly2Lar() 675 inph += orderHi + 1; in WebRtcIsac_Poly2Lar() 715 double* hiband, int orderHi, int Nsub) { in WebRtcIsac_Lar2Poly() argument 719 orderTot = (orderLo + orderHi + 2); in WebRtcIsac_Lar2Poly() 730 WebRtcIsac_Lar2Rc(&inp[orderLo + 2], rc, orderHi); in WebRtcIsac_Lar2Poly() 731 WebRtcIsac_Rc2Poly(rc, orderHi, outph); in WebRtcIsac_Lar2Poly() 738 outph += orderHi + 1; in WebRtcIsac_Lar2Poly()
|