Lines Matching refs:numQmfSubSamples
201 int col, int numQmfSubSamples, int maxShift) { in sbrDecoder_drcApplySlot() argument
205 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ in sbrDecoder_drcApplySlot()
206 int frameLenFlag = (numQmfSubSamples == 30) ? 1 : 0; in sbrDecoder_drcApplySlot()
232 if (col < (numQmfSubSamples >> 1)) { /* first half of current frame */ in sbrDecoder_drcApplySlot()
234 int j = col + (numQmfSubSamples >> 1); in sbrDecoder_drcApplySlot()
258 } else if (col < numQmfSubSamples) { /* second half of current frame */ in sbrDecoder_drcApplySlot()
260 int j = col - (numQmfSubSamples >> 1); in sbrDecoder_drcApplySlot()
300 int j = col - (numQmfSubSamples >> 1); in sbrDecoder_drcApplySlot()
325 col -= numQmfSubSamples; in sbrDecoder_drcApplySlot()
385 if (col == (numQmfSubSamples >> 1) - 1) { in sbrDecoder_drcApplySlot()
428 ((bottomMdct % (numQmfSubSamples << 2)) << 5)); in sbrDecoder_drcApplySlot()
430 ((topMdct % (numQmfSubSamples << 2)) << 5)); in sbrDecoder_drcApplySlot()
435 stopCol = numQmfSubSamples; in sbrDecoder_drcApplySlot()
452 if (stopCol == numQmfSubSamples) { in sbrDecoder_drcApplySlot()
493 if (col == (numQmfSubSamples >> 1) - 1) { in sbrDecoder_drcApplySlot()
511 int numQmfSubSamples, int *scaleFactor) { in sbrDecoder_drcApply() argument
534 for (col = 0; col < numQmfSubSamples; col++) { in sbrDecoder_drcApply()
539 numQmfSubSamples, maxShift); in sbrDecoder_drcApply()