Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp323 int bottomQmf, topQmf; in sbrDecoder_drcApplySlot() local
336 topQmf = fMultIfloor((FIXP_DBL)0x4444444, topMdct); in sbrDecoder_drcApplySlot()
344 topQmf = topMdct >> 5; in sbrDecoder_drcApplySlot()
348 topQmf = (64); in sbrDecoder_drcApplySlot()
351 for (bin = bottomQmf; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot()
408 topQmf = fMultIfloor( invFrameSizeDiv8, ((topMdct%(numQmfSubSamples<<2)) << 5) ); in sbrDecoder_drcApplySlot()
412 topQmf = (64); in sbrDecoder_drcApplySlot()
416 if (topQmf == 0) { in sbrDecoder_drcApplySlot()
417 topQmf = (64); in sbrDecoder_drcApplySlot()
428 for (bin = tmpBottom; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot()
[all …]