Lines Matching refs:numQmfSubSamples

196     int  numQmfSubSamples,  in sbrDecoder_drcApplySlot()  argument
203 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ in sbrDecoder_drcApplySlot()
204 int frameLenFlag = (numQmfSubSamples == 30) ? 1 : 0; in sbrDecoder_drcApplySlot()
230 if (col < (numQmfSubSamples>>1)) { /* first half of current frame */ in sbrDecoder_drcApplySlot()
232 int j = col + (numQmfSubSamples>>1); in sbrDecoder_drcApplySlot()
254 else if (col < numQmfSubSamples) { /* second half of current frame */ in sbrDecoder_drcApplySlot()
256 int j = col - (numQmfSubSamples>>1); in sbrDecoder_drcApplySlot()
295 int j = col - (numQmfSubSamples>>1); in sbrDecoder_drcApplySlot()
317 col -= numQmfSubSamples; in sbrDecoder_drcApplySlot()
379 if (col == (numQmfSubSamples>>1)-1) { in sbrDecoder_drcApplySlot()
401 startSample = ((fMultIfloor( invFrameSizeDiv8, bottomMdct ) & 0x7) * numQmfSubSamples) >> 3; in sbrDecoder_drcApplySlot()
405 stopSample = ((fMultIceil( invFrameSizeDiv8, topMdct ) & 0xf) * numQmfSubSamples) >> 3; in sbrDecoder_drcApplySlot()
407 bottomQmf = fMultIfloor( invFrameSizeDiv8, ((bottomMdct%(numQmfSubSamples<<2)) << 5) ); in sbrDecoder_drcApplySlot()
408 topQmf = fMultIfloor( invFrameSizeDiv8, ((topMdct%(numQmfSubSamples<<2)) << 5) ); in sbrDecoder_drcApplySlot()
413 stopSample = numQmfSubSamples; in sbrDecoder_drcApplySlot()
421 if (stopSample == numQmfSubSamples) { in sbrDecoder_drcApplySlot()
424 if (((numQmfSubSamples-1) & ~0x03) > startSample) { in sbrDecoder_drcApplySlot()
462 if (col == (numQmfSubSamples>>1)-1) { in sbrDecoder_drcApplySlot()
483 int numQmfSubSamples, in sbrDecoder_drcApply() argument
508 for (col = 0; col < numQmfSubSamples; col++) in sbrDecoder_drcApply()
518 numQmfSubSamples, in sbrDecoder_drcApply()