Home | History | Annotate | Download | only in src

Lines Matching refs:smpl

376       int smpl, delay = 96 >> (!(flags & SBRDEC_DOWNSAMPLE) ? 1 : 0);
380 for (smpl = 0; smpl < delay; smpl += 1) {
381 pcmTemp[smpl] = timeIn[(codecFrameSize-delay+smpl)*strideIn];
384 for (smpl = (codecFrameSize-delay-1)*strideIn; smpl >= 0; smpl -= strideIn) {
385 timeIn[smpl+delay] = timeIn[smpl];
388 for (smpl = 0; smpl < delay; smpl += 1) {
389 timeIn[smpl*strideIn] = pDlyBuf[smpl];