Home
last modified time | relevance | path

Searched refs:numQmfSubSamples (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp201 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()
[all …]
Dsbrdec_drc.h143 int col, int numQmfSubSamples, int maxShift);
147 int numQmfSubSamples, int *scaleFactor);