Home | History | Annotate | Download | only in src

Lines Matching refs:LPC_ORDER

205       autoCorrScaling = fixMin(getScalefactor(&realBuf[k-LPC_ORDER], LPC_ORDER+blockLength), getScalefactor(&imagBuf[k-LPC_ORDER], LPC_ORDER+blockLength));
208 scaleValues(&realBuf[k-LPC_ORDER], LPC_ORDER+blockLength, autoCorrScaling);
209 scaleValues(&imagBuf[k-LPC_ORDER], LPC_ORDER+blockLength, autoCorrScaling);
690 hTonCorr->lpcLength[0] = 8 - LPC_ORDER;
691 hTonCorr->lpcLength[1] = 7 - LPC_ORDER;
698 hTonCorr->lpcLength[0] = 8 - LPC_ORDER;
699 hTonCorr->lpcLength[1] = 8 - LPC_ORDER;
709 hTonCorr->lpcLength[0] = 16 - LPC_ORDER; /* blockLength[0] */
710 hTonCorr->lpcLength[1] = 16 - LPC_ORDER; /* blockLength[0] */
717 hTonCorr->lpcLength[0] = 15 - LPC_ORDER; /* blockLength[0] */
718 hTonCorr->lpcLength[1] = 15 - LPC_ORDER; /* blockLength[0] */
729 hTonCorr->stepSize = hTonCorr->lpcLength[0] + LPC_ORDER; /* stepSize[0] implicitly 0. */
731 hTonCorr->nextSample = LPC_ORDER; /* firstSample */