Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp196 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()
[all …]
Dsbrdec_drc.h140 int numQmfSubSamples,
147 int numQmfSubSamples,