Searched refs:orderHi (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 654 int orderHi, int Nsub, double* lars) { in WebRtcIsac_Poly2Lar() argument 675 WebRtcIsac_Poly2Rc(inph, orderHi, rc); in WebRtcIsac_Poly2Lar() 676 WebRtcIsac_Rc2Lar(rc, outp, orderHi); in WebRtcIsac_Poly2Lar() 677 outp += orderHi; in WebRtcIsac_Poly2Lar() 680 inph += orderHi + 1; in WebRtcIsac_Poly2Lar() 720 double* hiband, int orderHi, int Nsub) { in WebRtcIsac_Lar2Poly() argument 724 orderTot = (orderLo + orderHi + 2); in WebRtcIsac_Lar2Poly() 735 WebRtcIsac_Lar2Rc(&inp[orderLo + 2], rc, orderHi); in WebRtcIsac_Lar2Poly() 736 WebRtcIsac_Rc2Poly(rc, orderHi, outph); in WebRtcIsac_Lar2Poly() 743 outph += orderHi + 1; in WebRtcIsac_Lar2Poly()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 711 WebRtc_Word16 orderHi, in Poly2LarFix() argument 720 orderTot = (orderLo + orderHi); in Poly2LarFix() 729 Rc2LarFix(hibandQ15, larQ17, orderHi); in Poly2LarFix() 731 for (n = 0; n < orderHi; n++) in Poly2LarFix() 736 hibandQ15 += orderHi; in Poly2LarFix() 745 WebRtc_Word16 orderHi, in Lar2polyFix() argument 754 orderTot = (orderLo + orderHi); in Lar2polyFix() 768 Lar2RcFix(&inpQ17[orderLo], rcQ15, orderHi); in Lar2polyFix() 769 for (n = 0; n < orderHi; n++) in Lar2polyFix() 774 outphQ15 += orderHi; in Lar2polyFix()
|