Home | History | Annotate | Download | only in src

Lines Matching refs:blockLength

177     int blockLength;
201 blockLength = pBlockLength[0];
203 while(k <= buffLen - blockLength)
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);
212 autoCorrScaling += autoCorr2nd_cplx ( ac, realBuf+k, imagBuf+k, blockLength );
300 blockLength = pBlockLength[1];
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] */