Searched refs:numQmfSubSamples (Results 1 – 2 of 2) sorted by relevance
201 int col, int numQmfSubSamples, int maxShift) { in sbrDecoder_drcApplySlot() argument205 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()253 } else if (col < numQmfSubSamples) { /* second half of current frame */ in sbrDecoder_drcApplySlot()255 int j = col - (numQmfSubSamples >> 1); in sbrDecoder_drcApplySlot()290 int j = col - (numQmfSubSamples >> 1); in sbrDecoder_drcApplySlot()310 col -= numQmfSubSamples; in sbrDecoder_drcApplySlot()370 if (col == (numQmfSubSamples >> 1) - 1) { in sbrDecoder_drcApplySlot()[all …]
143 int col, int numQmfSubSamples, int maxShift);147 int numQmfSubSamples, int *scaleFactor);