• Home
  • Raw
  • Download

Lines Matching refs:stretch

1230                                 INT* exponent, int stretch, int mult) {  in calculateCenterFIXP()  argument
1239 switch (stretch) { in calculateCenterFIXP()
1304 INT stretch, INT scale_factor_hbe, in addHighBandPart() argument
1310 INT add = (stretch == 4) ? 1 : 0; in addHighBandPart()
1311 INT shift = (stretch == 4) ? 1 : 2; in addHighBandPart()
1317 switch (stretch) { in addHighBandPart()
1355 int i, j, stretch, band, sourceband, r, s; in QmfTransposerApply() local
1513 for (stretch = 2; stretch <= hQmfTransposer->maxStretch; stretch++) { in QmfTransposerApply()
1514 int start = slotOffset - winLength[stretch - 2] / 2; in QmfTransposerApply()
1515 int stop = slotOffset + winLength[stretch - 2] / 2; in QmfTransposerApply()
1519 for (band = hQmfTransposer->xOverQmf[stretch - 2]; in QmfTransposerApply()
1520 band < hQmfTransposer->xOverQmf[stretch - 1]; band++) { in QmfTransposerApply()
1537 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1545 stretch, stretch - 2); in QmfTransposerApply()
1547 if (stretch == 4) { in QmfTransposerApply()
1553 } else if (stretch == 2) { in QmfTransposerApply()
1555 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1561 sourceband = 2 * band / stretch - qmfOffset; in QmfTransposerApply()
1572 stretch, stretch - 2); in QmfTransposerApply()
1649 gammaCenter_e[0], stretch, scale_factor_hbe, in QmfTransposerApply()
1655 gammaCenter_e[1], stretch, scale_factor_hbe, in QmfTransposerApply()
1698 gammaCenter_e[0], stretch, scale_factor_hbe, in QmfTransposerApply()
1715 sourceband = 2 * band / stretch - qmfOffset; /* consistent with the in QmfTransposerApply()
1730 for (tr = 1; tr < stretch; tr++) { in QmfTransposerApply()
1740 fMult(tmp_band - tr_p, stretchfac[stretch - 2]); /* scale 7 */ in QmfTransposerApply()
1795 Tcenter = stretch - mTr; /* default phase power parameters */ in QmfTransposerApply()
1797 switch (stretch) /* 2 tap block creation design depends on stretch in QmfTransposerApply()
1861 Tvec = stretch - mTr; in QmfTransposerApply()
1939 Tvec = stretch - mTr; in QmfTransposerApply()
2001 &gammaCenter_e[0], stretch, Tcenter - 1); in QmfTransposerApply()
2004 &gammaVec_e[0], stretch, Tvec - 1); in QmfTransposerApply()
2007 &gammaVec_e[1], stretch, Tvec - 1); in QmfTransposerApply()
2028 INT modstretch4 = ((stretch == 4) && (mTr == 2)); in QmfTransposerApply()
2030 FIXP_DBL cos_twid = twid_m_new[stretch - 2 - modstretch4][0]; in QmfTransposerApply()
2031 FIXP_DBL sin_twid = sign * twid_m_new[stretch - 2 - modstretch4][1]; in QmfTransposerApply()