Searched defs:qcOutChannel (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbitenc.c434 QC_OUT_CHANNEL* qcOutChannel,
441 qcOutChannel->mdctScale,
442 qcOutChannel->windowShape,
443 qcOutChannel->groupingMask,
445 qcOutChannel->scf,
446 qcOutChannel->maxValueInSfb,
447 qcOutChannel->globalGain,
448 qcOutChannel->quantSpec,
449 &(qcOutChannel->sectionData),
469 QC_OUT_CHANNEL qcOutChannel[
432 writeSingleChannelElement(Word16 instanceTag, Word16 *sfbOffset, QC_OUT_CHANNEL* qcOutChannel, HANDLE_BIT_BUF hBitStream, TNS_INFO tnsInfo) argument
465 writeChannelPairElement(Word16 instanceTag, Word16 msDigest, Word16 msFlags[MAX_GROUPED_SFB], Word16 *sfbOffset[2], QC_OUT_CHANNEL qcOutChannel[2], HANDLE_BIT_BUF hBitStream, TNS_INFO tnsInfo[2]) argument
[all...]
H A Dqc_main.c262 QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS], /* out */
312 qcOutChannel,
340 qcOutChannel[ch].globalGain,
341 qcOutChannel[ch].scf,
342 qcOutChannel[ch].quantSpec);
348 qcOutChannel[ch].quantSpec,
349 qcOutChannel[ch].maxValueInSfb) > MAX_QUANT) {
353 chDynBits = dynBitCount(qcOutChannel[ch].quantSpec,
354 qcOutChannel[ch].maxValueInSfb,
355 qcOutChannel[c
257 QCMain(QC_STATE* hQC, ELEMENT_BITS* elBits, ATS_ELEMENT* adjThrStateElement, PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], PSY_OUT_ELEMENT* psyOutElement, QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS], QC_OUT_ELEMENT* qcOutElement, Word16 nChannels, Word16 ancillaryDataBytes) argument
[all...]
H A Dsf_estim.c865 QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS],
875 qcOutChannel[j].scf,
876 &(qcOutChannel[j].globalGain),
864 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS], Word16 logSfbEnergy[MAX_CHANNELS][MAX_GROUPED_SFB], Word16 logSfbFormFactor[MAX_CHANNELS][MAX_GROUPED_SFB], Word16 sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB], const Word16 nChannels) argument

Completed in 41 milliseconds