Searched refs:smpl (Results 1 – 1 of 1) sorted by relevance
376 int smpl, delay = 96 >> (!(flags & SBRDEC_DOWNSAMPLE) ? 1 : 0); in sbr_dec() local380 for (smpl = 0; smpl < delay; smpl += 1) { in sbr_dec()381 pcmTemp[smpl] = timeIn[(codecFrameSize-delay+smpl)*strideIn]; in sbr_dec()384 for (smpl = (codecFrameSize-delay-1)*strideIn; smpl >= 0; smpl -= strideIn) { in sbr_dec()385 timeIn[smpl+delay] = timeIn[smpl]; in sbr_dec()388 for (smpl = 0; smpl < delay; smpl += 1) { in sbr_dec()389 timeIn[smpl*strideIn] = pDlyBuf[smpl]; in sbr_dec()