Home | History | Annotate | Download | only in src

Lines Matching refs:band

325   int band;
328 for (band = 0; band < numOttBands; band++) {
329 SpatialDequantGetCLDValues(cld[band], &c_l[band], &c_r[band]);
333 band = 0;
335 for (; band < numOttBands; band++) {
337 const int idx1 = cld[band];
338 const int idx2 = icc[band];
339 H11[band] = FX_CFG2FX_DBL(H11_nc[idx1][idx2]);
340 H21[band] = FX_CFG2FX_DBL(H11_nc[30 - idx1][idx2]);
341 H12[band] = FX_CFG2FX_DBL(H12_nc[idx1][idx2]);
342 H22[band] = FX_CFG2FX_DBL(-H12_nc[30 - idx1][idx2]);
365 int band;
371 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands;
372 band++) {
373 H11[band] = H21[band] = H12[band] = H22[band] = FL2FXCONST_DBL(0.f);
479 INT band;
481 for (band = 0; band < self->numOttBandsIPD; band++) {
482 INT idxCld = self->ottCLD__FDK[ottBoxIndx][parameterSetIndx][band];
483 INT idxIpd = self->ottIPD__FDK[ottBoxIndx][parameterSetIndx][band];
484 INT idxIcc = self->ottICC__FDK[ottBoxIndx][parameterSetIndx][band];
493 opd[2 * band] = FL2FXCONST_DBL(0.0f);
496 opd[2 * band] =
499 opd[2 * band + 1] = opd[2 * band] - ipd;
529 INT band;
543 for (band = self->numOttBands[ottBoxIndx]; band < self->numParameterBands;
544 band++) {
545 H11[band] = H21[band] = H12[band] = H22[band] = FL2FXCONST_DBL(0.f);
551 for (band = 0; band < numIpdBands; band++) {
552 self->PhaseLeft__FDK[band] = wrapPhase(opd[2 * band]);
553 self->PhaseRight__FDK[band] = wrapPhase(opd[2 * band + 1]);
557 for (band = numIpdBands; band < numOttBands; band++) {
558 self->PhaseLeft__FDK[band] = FL2FXCONST_DBL(0.0f);
559 self->PhaseRight__FDK[band] = FL2FXCONST_DBL(0.0f);
566 int cldIdx, int iccIdx, int ipdIdx, int band, int numOttBandsIPD,
571 if ((band < numOttBandsIPD) && (cldIdx == 15) && (iccIdx == 0) &&
577 if (band < resBands) {
614 cosIpd = COS_IPD((band < numOttBandsIPD) ? ipdIdx : 0);
615 sinIpd = SIN_IPD((band < numOttBandsIPD) ? ipdIdx : 0);
693 if (band < resBands) {
725 int band;
728 for (band = 0; band < self->numParameterBands; band++) {
729 int cldIdx = self->ottCLD__FDK[ottBoxIndx][parameterSetIndx][band];
730 int iccIdx = self->ottICC__FDK[ottBoxIndx][parameterSetIndx][band];
731 int ipdIdx = self->ottIPD__FDK[ottBoxIndx][parameterSetIndx][band];
734 &H11re[band], (H11im ? &H11im[band] : NULL), &H12re[band], NULL,
735 &H21re[band], (H21im ? &H21im[band] : NULL), &H22re[band], NULL, cldIdx,
736 iccIdx, ipdIdx, band, self->numOttBandsIPD, resBands);