Searched refs:topMdct (Results 1 – 1 of 1) sorted by relevance
204 int band, bottomMdct, topMdct, bin, useLP; in sbrDecoder_drcApplySlot() local319 topMdct = (bandTop[band] + 1) << 2; in sbrDecoder_drcApplySlot()325 topQmf = fMultIfloor((FIXP_DBL)0x4444445, topMdct); in sbrDecoder_drcApplySlot()327 topMdct = 30 * topQmf; in sbrDecoder_drcApplySlot()330 topMdct &= ~0x1f; in sbrDecoder_drcApplySlot()333 topQmf = topMdct >> 5; in sbrDecoder_drcApplySlot()381 if (topMdct < 0) { in sbrDecoder_drcApplySlot()382 topMdct = 0; in sbrDecoder_drcApplySlot()384 if (topMdct >= frameSize) { in sbrDecoder_drcApplySlot()385 topMdct = frameSize - 1; in sbrDecoder_drcApplySlot()[all …]