Lines Matching refs:topQmf
323 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()
439 topQmf = (64); /* band ends in next short window */ in sbrDecoder_drcApplySlot()
450 for (bin = bottomQmf; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot()