Lines Matching refs:qcChannel
819 /* work on a copy of qcChannel and qcElement */
1482 QC_OUT_CHANNEL **qcChannel = qcElement->qcOutChannel;
1491 for (sect = 0; sect < qcChannel[ch]->sectionData.noOfSections; sect++)
1494 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ;
1496 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart;
1497 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart +
1498 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt;
1503 (sfb < (qcChannel[ch]->sectionData.noOfGroups*qcChannel[ch]->sectionData.maxSfbPerGroup))*/ )
1507 bitsPerScf[ch][sfb] = FDKaacEnc_countValues(&(qcChannel[ch]->quantSpec[sfbStartLine]), noOfLines, codeBook) ;
1518 for (sfb = qcChannel[0]->sectionData.maxSfbPerGroup-1; sfb >= 0; sfb--)
1525 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt-- ;
1528 if (qcChannel[ch]->sectionData.huffsection[sect].sfbCnt == 0) {
1549 qcChannel[ch]->sectionData.maxSfbPerGroup = sfb ;