Home
last modified time | relevance | path

Searched refs:bottomMdct (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
226 bottomMdct = 0; in sbrDecoder_drcApplySlot()
332 bottomMdct = 30 * (bottomMdct / 30); in sbrDecoder_drcApplySlot()
335 bottomQmf = fMultIfloor((FIXP_DBL)0x4444444, bottomMdct); in sbrDecoder_drcApplySlot()
340 bottomMdct &= ~0x1f; in sbrDecoder_drcApplySlot()
343 bottomQmf = bottomMdct >> 5; in sbrDecoder_drcApplySlot()
390 bottomMdct = 30/8 * (bottomMdct*8/30); in sbrDecoder_drcApplySlot()
395 bottomMdct &= ~0x03; in sbrDecoder_drcApplySlot()
401 startSample = ((fMultIfloor( invFrameSizeDiv8, bottomMdct ) & 0x7) * numQmfSubSamples) >> 3; in sbrDecoder_drcApplySlot()
407 bottomQmf = fMultIfloor( invFrameSizeDiv8, ((bottomMdct%(numQmfSubSamples<<2)) << 5) ); in sbrDecoder_drcApplySlot()
[all …]