Home | History | Annotate | Download | only in src

Lines Matching refs:psyOutChannel

260               PSY_OUT_CHANNEL  psyOutChannel[MAX_CHANNELS],  /* may be modified in-place */
279 qcOutElement->staticBitsUsed = countStaticBitdemand(psyOutChannel,
295 CalcFormFactor(hQC->logSfbFormFactor, hQC->sfbNRelevantLines, hQC->logSfbEnergy, psyOutChannel, nChannels);
300 psyOutChannel,
311 EstimateScaleFactors(psyOutChannel,
335 QuantizeSpectrum(psyOutChannel[ch].sfbCnt,
336 psyOutChannel[ch].maxSfbPerGroup,
337 psyOutChannel[ch].sfbPerGroup,
338 psyOutChannel[ch].sfbOffsets,
339 psyOutChannel[ch].mdctSpectrum,
344 if (calcMaxValueInSfb(psyOutChannel[ch].sfbCnt,
345 psyOutChannel[ch].maxSfbPerGroup,
346 psyOutChannel[ch].sfbPerGroup,
347 psyOutChannel[ch].sfbOffsets,
356 psyOutChannel[ch].windowSequence,
357 psyOutChannel[ch].sfbCnt,
358 psyOutChannel[ch].maxSfbPerGroup,
359 psyOutChannel[ch].sfbPerGroup,
360 psyOutChannel[ch].sfbOffsets,
377 qcOutChannel[ch].mdctScale = psyOutChannel[ch].mdctScale;
378 qcOutChannel[ch].groupingMask = psyOutChannel[ch].groupingMask;
379 qcOutChannel[ch].windowShape = psyOutChannel[ch].windowShape;