Home | History | Annotate | Download | only in src

Lines Matching refs:psyOutChannel

179 Word16 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
196 statBits += countTnsBits(&(psyOutChannel[0].tnsInfo),
197 psyOutChannel[0].windowSequence);
199 switch(psyOutChannel[0].windowSequence){
214 statBits += countMsMaskBits(psyOutChannel[0].sfbCnt,
215 psyOutChannel[0].sfbPerGroup,
216 psyOutChannel[0].maxSfbPerGroup,
219 switch (psyOutChannel[0].windowSequence) {
230 statBits += countTnsBits(&(psyOutChannel[ch].tnsInfo),
231 psyOutChannel[ch].windowSequence);