• Home
  • Raw
  • Download

Lines Matching refs:sourceband

1359   int i, j, stretch, band, sourceband, r, s;  in QmfTransposerApply()  local
1526 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1527 FDK_ASSERT(sourceband >= 0); in QmfTransposerApply()
1531 hQmfTransposer->qmfInBufReal_F[slotOffset][sourceband], in QmfTransposerApply()
1532 hQmfTransposer->qmfInBufImag_F[slotOffset][sourceband], in QmfTransposerApply()
1538 sourceband += (r == 0) ? -1 : 1; in QmfTransposerApply()
1544 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1550 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1558 hQmfTransposer->qmfInBufReal_F[slotOffset][sourceband + 1], in QmfTransposerApply()
1559 hQmfTransposer->qmfInBufImag_F[slotOffset][sourceband + 1], in QmfTransposerApply()
1569 hQmfTransposer->qmfInBufReal_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1571 hQmfTransposer->qmfInBufReal_F[pSlotStretch[k]][sourceband + 1]; in QmfTransposerApply()
1573 hQmfTransposer->qmfInBufImag_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1575 hQmfTransposer->qmfInBufImag_F[pSlotStretch[k]][sourceband + 1]; in QmfTransposerApply()
1582 (fMult(gammaVecReal_m[0], hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1584 hintReal_F[(sourceband + 3) % 4][1])) >> in QmfTransposerApply()
1587 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][1]) + in QmfTransposerApply()
1588 fMult(gammaVecImag_m[0], hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1592 ->qmfInBufReal_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1594 ->qmfInBufImag_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1597 (fMult(tmpRealF, hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1598 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][1])) >> in QmfTransposerApply()
1601 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][1]) + in QmfTransposerApply()
1602 fMult(tmpImagF, hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1609 (fMult(gammaVecReal_m[1], hintReal_F[sourceband % 4][2]) - in QmfTransposerApply()
1611 hintReal_F[(sourceband + 3) % 4][2])) >> in QmfTransposerApply()
1614 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][2]) + in QmfTransposerApply()
1615 fMult(gammaVecImag_m[1], hintReal_F[sourceband % 4][2])) >> in QmfTransposerApply()
1620 ->qmfInBufReal_F[pSlotStretch[k] + 1][sourceband + 1]; in QmfTransposerApply()
1623 ->qmfInBufImag_F[pSlotStretch[k] + 1][sourceband + 1]; in QmfTransposerApply()
1626 (fMult(tmpRealF, hintReal_F[sourceband % 4][2]) - in QmfTransposerApply()
1627 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][2])) >> in QmfTransposerApply()
1630 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][2]) + in QmfTransposerApply()
1631 fMult(tmpImagF, hintReal_F[sourceband % 4][2])) >> in QmfTransposerApply()
1651 hQmfTransposer->qmfInBufReal_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1653 hQmfTransposer->qmfInBufImag_F[pSlotStretch[k]][sourceband]; in QmfTransposerApply()
1660 (fMult(gammaVecReal_m[0], hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1662 hintReal_F[(sourceband + 3) % 4][1])) >> in QmfTransposerApply()
1665 (fMult(tmpRealF, hintReal_F[(sourceband + 3) % 4][1]) + in QmfTransposerApply()
1666 fMult(gammaVecImag_m[0], hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1670 ->qmfInBufReal_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1672 ->qmfInBufImag_F[pSlotStretch[k] + 1][sourceband]; in QmfTransposerApply()
1675 (fMult(tmpRealF, hintReal_F[sourceband % 4][1]) - in QmfTransposerApply()
1676 fMult(tmpImagF, hintReal_F[(sourceband + 1) % 4][1])) >> in QmfTransposerApply()
1679 (fMult(tmpRealF, hintReal_F[(sourceband + 1) % 4][1]) + in QmfTransposerApply()
1680 fMult(tmpImagF, hintReal_F[sourceband % 4][1])) >> in QmfTransposerApply()
1704 sourceband = 2 * band / stretch - qmfOffset; /* consistent with the in QmfTransposerApply()
1707 FDK_ASSERT(sourceband >= 0); in QmfTransposerApply()
1710 hQmfTransposer->qmfInBufReal_F[slotOffset][sourceband]; in QmfTransposerApply()
1712 hQmfTransposer->qmfInBufImag_F[slotOffset][sourceband]; in QmfTransposerApply()