Searched refs:numQmfSubSamples (Results 1 – 2 of 2) sorted by relevance
196 int numQmfSubSamples, in sbrDecoder_drcApplySlot() argument203 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()[all …]
140 int numQmfSubSamples,147 int numQmfSubSamples,