Lines Matching refs:stretch
1234 INT* exponent, int stretch, int mult) { in calculateCenterFIXP() argument
1243 switch (stretch) { in calculateCenterFIXP()
1308 INT stretch, INT scale_factor_hbe, in addHighBandPart() argument
1314 INT add = (stretch == 4) ? 1 : 0; in addHighBandPart()
1315 INT shift = (stretch == 4) ? 1 : 2; in addHighBandPart()
1321 switch (stretch) { in addHighBandPart()
1359 int i, j, stretch, band, sourceband, r, s; in QmfTransposerApply() local
1517 for (stretch = 2; stretch <= hQmfTransposer->maxStretch; stretch++) { in QmfTransposerApply()
1518 int start = slotOffset - winLength[stretch - 2] / 2; in QmfTransposerApply()
1519 int stop = slotOffset + winLength[stretch - 2] / 2; in QmfTransposerApply()
1523 for (band = hQmfTransposer->xOverQmf[stretch - 2]; in QmfTransposerApply()
1524 band < hQmfTransposer->xOverQmf[stretch - 1]; band++) { in QmfTransposerApply()
1541 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1549 stretch, stretch - 2); in QmfTransposerApply()
1551 if (stretch == 4) { in QmfTransposerApply()
1557 } else if (stretch == 2) { in QmfTransposerApply()
1559 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1565 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1576 stretch, stretch - 2); in QmfTransposerApply()
1653 gammaCenter_e[0], stretch, scale_factor_hbe, in QmfTransposerApply()
1659 gammaCenter_e[1], stretch, scale_factor_hbe, in QmfTransposerApply()
1702 gammaCenter_e[0], stretch, scale_factor_hbe, in QmfTransposerApply()
1719 sourceband = 2 * band / stretch - qmfOffset; /* consistent with the in QmfTransposerApply()
1734 for (tr = 1; tr < stretch; tr++) { in QmfTransposerApply()
1744 fMult(tmp_band - tr_p, stretchfac[stretch - 2]); /* scale 7 */ in QmfTransposerApply()
1799 Tcenter = stretch - mTr; /* default phase power parameters */ in QmfTransposerApply()
1801 switch (stretch) /* 2 tap block creation design depends on stretch in QmfTransposerApply()
1865 Tvec = stretch - mTr; in QmfTransposerApply()
1943 Tvec = stretch - mTr; in QmfTransposerApply()
2005 &gammaCenter_e[0], stretch, Tcenter - 1); in QmfTransposerApply()
2008 &gammaVec_e[0], stretch, Tvec - 1); in QmfTransposerApply()
2011 &gammaVec_e[1], stretch, Tvec - 1); in QmfTransposerApply()
2032 INT modstretch4 = ((stretch == 4) && (mTr == 2)); in QmfTransposerApply()
2034 FIXP_DBL cos_twid = twid_m_new[stretch - 2 - modstretch4][0]; in QmfTransposerApply()
2035 FIXP_DBL sin_twid = sign * twid_m_new[stretch - 2 - modstretch4][1]; in QmfTransposerApply()