Lines Matching refs:sourceband
1359 int i, j, stretch, band, sourceband, r, s; in QmfTransposerApply() local
1541 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1542 FDK_ASSERT(sourceband >= 0); in QmfTransposerApply()
1546 hQmfTransposer->qmfInBufReal_F[slotOffset][sourceband], in QmfTransposerApply()
1547 hQmfTransposer->qmfInBufImag_F[slotOffset][sourceband], in QmfTransposerApply()
1553 sourceband += (r == 0) ? -1 : 1; in QmfTransposerApply()
1559 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1565 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1573 hQmfTransposer->qmfInBufReal_F[slotOffset][sourceband + 1], in QmfTransposerApply()
1574 hQmfTransposer->qmfInBufImag_F[slotOffset][sourceband + 1], in QmfTransposerApply()
1584 hQmfTransposer->qmfInBufReal_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1586 hQmfTransposer->qmfInBufReal_F[pSlotStretch[k]][sourceband + 1]; in QmfTransposerApply()
1588 hQmfTransposer->qmfInBufImag_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1590 hQmfTransposer->qmfInBufImag_F[pSlotStretch[k]][sourceband + 1]; in QmfTransposerApply()
1597 (fMult(gammaVecReal_m[0], hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1599 hintReal_F[(sourceband + 3) % 4][1])) >> in QmfTransposerApply()
1602 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][1]) + in QmfTransposerApply()
1603 fMult(gammaVecImag_m[0], hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1607 ->qmfInBufReal_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1609 ->qmfInBufImag_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1612 (fMult(tmpRealF, hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1613 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][1])) >> in QmfTransposerApply()
1616 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][1]) + in QmfTransposerApply()
1617 fMult(tmpImagF, hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1624 (fMult(gammaVecReal_m[1], hintReal_F[sourceband % 4][2]) - in QmfTransposerApply()
1626 hintReal_F[(sourceband + 3) % 4][2])) >> in QmfTransposerApply()
1629 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][2]) + in QmfTransposerApply()
1630 fMult(gammaVecImag_m[1], hintReal_F[sourceband % 4][2])) >> in QmfTransposerApply()
1635 ->qmfInBufReal_F[pSlotStretch[k] + 1][sourceband + 1]; in QmfTransposerApply()
1638 ->qmfInBufImag_F[pSlotStretch[k] + 1][sourceband + 1]; in QmfTransposerApply()
1641 (fMult(tmpRealF, hintReal_F[sourceband % 4][2]) - in QmfTransposerApply()
1642 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][2])) >> in QmfTransposerApply()
1645 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][2]) + in QmfTransposerApply()
1646 fMult(tmpImagF, hintReal_F[sourceband % 4][2])) >> in QmfTransposerApply()
1666 hQmfTransposer->qmfInBufReal_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1668 hQmfTransposer->qmfInBufImag_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1675 (fMult(gammaVecReal_m[0], hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1677 hintReal_F[(sourceband + 3) % 4][1])) >> in QmfTransposerApply()
1680 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][1]) + in QmfTransposerApply()
1681 fMult(gammaVecImag_m[0], hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1685 ->qmfInBufReal_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1687 ->qmfInBufImag_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1690 (fMult(tmpRealF, hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1691 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][1])) >> in QmfTransposerApply()
1694 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][1]) + in QmfTransposerApply()
1695 fMult(tmpImagF, hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1719 sourceband = 2 * band / stretch - qmfOffset; /* consistent with the in QmfTransposerApply()
1722 FDK_ASSERT(sourceband >= 0); in QmfTransposerApply()
1725 hQmfTransposer->qmfInBufReal_F[slotOffset][sourceband]; in QmfTransposerApply()
1727 hQmfTransposer->qmfInBufImag_F[slotOffset][sourceband]; in QmfTransposerApply()