HomeSort by relevance Sort by last modified time
    Searched refs:psyOut (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitenc.h 44 PSY_OUT *psyOut,
aacenc_core.h 58 PSY_OUT psyOut; /* Word16 size: MAX_CHANNELS*186 + 2 = 188 / 374 */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 169 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
170 &aacEnc->psyOut.psyOutElement,
183 &aacEnc->psyOut.psyOutChannel[elInfo->ChannelIndex[0]],
184 &aacEnc->psyOut.psyOutElement,
199 &aacEnc->psyOut,
229 PsyOutDelete(&hAacEnc->psyOut, pMemOP);
bitenc.c 578 PSY_OUT *psyOut,
625 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
626 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
638 Word16 *msFlags = psyOut->psyOutElement.toolsInfo.msMask;
639 msDigest = psyOut->psyOutElement.toolsInfo.msDigest;
641 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
643 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets;
646 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
648 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo;
aacenc.c 95 PsyOutNew(&hAacEnc->psyOut, pMemOP));
  /external/aac/libAACenc/src/
bitenc.h 157 * \param psyOut
167 PSY_OUT* psyOut,
aacEnc_ram.h 134 PSY_OUT *psyOut[(1)];
qc_main.cpp 570 PSY_OUT** psyOut)
587 psyOut[0]->psyOutElement[i],
588 psyOut[0]->psyOutElement[i]->psyOutChannel,
604 PSY_OUT** psyOut,
620 if ( (qcOut[0]->grantedDynBits+hQC->bitResTot) < (FDKaacEnc_getMinimalStaticBitdemand(cm, psyOut)-qcOut[0]->staticBits) )
648 psyOut[0]->psyOutElement[i]->psyOutChannel,
653 psyOut[0]->psyOutElement[i]->commonWindow,
789 PSY_OUT** psyOut,
845 psyOut,
    [all...]
qc_main.h 132 PSY_OUT** psyOut,
aacenc.cpp 339 ErrorStatus = FDKaacEnc_PsyOutNew(hAacEnc->psyOut,
532 hAacEnc->psyOut,
696 PSY_OUT *psyOut = hAacEnc->psyOut[c];
717 PSY_OUT_CHANNEL *psyOutChan = psyOut->psyOutElement[el]->psyOutChannel[ch];
733 psyOut->psyOutElement[el],
743 psyOut->psyOutElement[el],
    [all...]
bitenc.cpp     [all...]

Completed in 284 milliseconds