Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp202 int band, bottomMdct, topMdct, bin, useLP; in sbrDecoder_drcApplySlot() local
327 topMdct = (bandTop[band]+1) << 2; in sbrDecoder_drcApplySlot()
333 topMdct = 30 * (topMdct / 30); in sbrDecoder_drcApplySlot()
336 topQmf = fMultIfloor((FIXP_DBL)0x4444444, topMdct); in sbrDecoder_drcApplySlot()
341 topMdct &= ~0x1f; in sbrDecoder_drcApplySlot()
344 topQmf = topMdct >> 5; in sbrDecoder_drcApplySlot()
391 topMdct = 30/8 * (topMdct*8/30); in sbrDecoder_drcApplySlot()
396 topMdct &= ~0x03; in sbrDecoder_drcApplySlot()
405 stopSample = ((fMultIceil( invFrameSizeDiv8, topMdct ) & 0xf) * numQmfSubSamples) >> 3; in sbrDecoder_drcApplySlot()
408 topQmf = fMultIfloor( invFrameSizeDiv8, ((topMdct%(numQmfSubSamples<<2)) << 5) ); in sbrDecoder_drcApplySlot()
[all …]