Searched defs:psyOut (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daacenc_core.h58 PSY_OUT psyOut; /* Word16 size: MAX_CHANNELS*186 + 2 = 188 / 374 */ member in struct:__anon303
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbitenc.c579 PSY_OUT *psyOut,
628 sfbOffset[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
629 tnsInfo[0] = psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
641 Word16 *msFlags = psyOut->psyOutElement.toolsInfo.msMask;
642 msDigest = psyOut->psyOutElement.toolsInfo.msDigest;
644 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].sfbOffsets;
646 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].sfbOffsets;
649 psyOut->psyOutChannel[elInfo.ChannelIndex[0]].tnsInfo;
651 psyOut->psyOutChannel[elInfo.ChannelIndex[1]].tnsInfo;
576 WriteBitstream(HANDLE_BIT_BUF hBitStream, ELEMENT_INFO elInfo, QC_OUT *qcOut, PSY_OUT *psyOut, Word16 *globUsedBits, const UWord8 *ancBytes, Word16 sampindex ) argument

Completed in 442 milliseconds