Home | History | Annotate | Download | only in src

Lines Matching refs:psyOutChannel

258               PSY_OUT_CHANNEL  psyOutChannel[MAX_CHANNELS],  /* may be modified in-place */
277 qcOutElement->staticBitsUsed = countStaticBitdemand(psyOutChannel,
293 CalcFormFactor(hQC->logSfbFormFactor, hQC->sfbNRelevantLines, hQC->logSfbEnergy, psyOutChannel, nChannels);
298 psyOutChannel,
309 EstimateScaleFactors(psyOutChannel,
333 QuantizeSpectrum(psyOutChannel[ch].sfbCnt,
334 psyOutChannel[ch].maxSfbPerGroup,
335 psyOutChannel[ch].sfbPerGroup,
336 psyOutChannel[ch].sfbOffsets,
337 psyOutChannel[ch].mdctSpectrum,
342 if (calcMaxValueInSfb(psyOutChannel[ch].sfbCnt,
343 psyOutChannel[ch].maxSfbPerGroup,
344 psyOutChannel[ch].sfbPerGroup,
345 psyOutChannel[ch].sfbOffsets,
354 psyOutChannel[ch].windowSequence,
355 psyOutChannel[ch].sfbCnt,
356 psyOutChannel[ch].maxSfbPerGroup,
357 psyOutChannel[ch].sfbPerGroup,
358 psyOutChannel[ch].sfbOffsets,
375 qcOutChannel[ch].mdctScale = psyOutChannel[ch].mdctScale;
376 qcOutChannel[ch].groupingMask = psyOutChannel[ch].groupingMask;
377 qcOutChannel[ch].windowShape = psyOutChannel[ch].windowShape;