Home | History | Annotate | Download | only in src

Lines Matching refs:bnds

519         const int bnds = group * 16 + band;
521 if ((pCodeBook[bnds] == ZERO_HCB) ||
522 (pCodeBook[bnds] == INTENSITY_HCB) ||
523 (pCodeBook[bnds] == INTENSITY_HCB2))
526 if (pCodeBook[bnds] == NOISE_HCB) {
530 pSfbScale[window * 16 + band] = (pScaleFactor[bnds] >> 2) + 1;
581 int msb = pScaleFactor[bnds] >> 2;
585 int lsb = pScaleFactor[bnds] & 0x03;
652 int bnds = group * 16;
655 for (band = 0; band < ScaleFactorBandsTransmitted; band++, bnds++) {
656 UCHAR currentCB = pCodeBook[bnds];
664 pCodeBook[bnds] = currentCB = 11;