Home | History | Annotate | Download | only in src

Lines Matching refs:ch

1005   int    i, ch, decision_bit;
1036 ch = 0;
1053 pChSectionData = &(qcOutChannel[ch]->sectionData);
1054 pChScf = qcOutChannel[ch]->scf;
1055 chGlobalGain = qcOutChannel[ch]->globalGain;
1056 pChMaxValueInSfb = qcOutChannel[ch]->maxValueInSfb;
1065 chSfbCnt = psyOutChannel[ch]->sfbCnt;
1066 chSfbPerGrp = psyOutChannel[ch]->sfbPerGroup;
1067 chMaxSfbPerGrp = psyOutChannel[ch]->maxSfbPerGroup;
1069 pTnsInfo = &psyOutChannel[ch]->tnsInfo;
1073 chBlockType = psyOutChannel[ch]->lastWindowSequence;
1098 psyOutChannel[ch]->windowShape,
1099 psyOutChannel[ch]->groupingMask,
1132 psyOutChannel[ch]->mdctScale );
1139 if (siBits != qcOutChannel[ch]->sectionData.sideInfoBits) {
1153 psyOutChannel[ch]->noiseNrg,
1154 psyOutChannel[ch]->isScale,
1157 && (sfDataBits != (qcOutChannel[ch]->sectionData.scalefacBits + qcOutChannel[ch]->sectionData.noiseNrgBits)) ) {
1210 spectralBits = FDKaacEnc_encodeSpectralData( psyOutChannel[ch]->sfbOffsets,
1212 qcOutChannel[ch]->quantSpec,
1215 if (spectralBits != qcOutChannel[ch]->sectionData.huffmanBits) {
1250 ch = (ch + 1) % numberOfChannels;