Searched refs:topMdct (Results 1 – 1 of 1) sorted by relevance
204 int band, bottomMdct, topMdct, bin, useLP; in sbrDecoder_drcApplySlot() local334 topMdct = (bandTop[band] + 1) << 2; in sbrDecoder_drcApplySlot()340 topQmf = fMultIfloor((FIXP_DBL)0x4444445, topMdct); in sbrDecoder_drcApplySlot()342 topMdct = 30 * topQmf; in sbrDecoder_drcApplySlot()345 topMdct &= ~0x1f; in sbrDecoder_drcApplySlot()348 topQmf = topMdct >> 5; in sbrDecoder_drcApplySlot()396 if (topMdct < 0) { in sbrDecoder_drcApplySlot()397 topMdct = 0; in sbrDecoder_drcApplySlot()399 if (topMdct >= frameSize) { in sbrDecoder_drcApplySlot()400 topMdct = frameSize - 1; in sbrDecoder_drcApplySlot()[all …]