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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c465 Word32 *realOut,
494 outData0 = realOut + FRAME_LEN_LONG/2;
513 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
525 Mdct_Long(realOut);
541 outData0 = realOut + FRAME_LEN_LONG/2;
556 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
564 outData0 = realOut + FRAME_LEN_LONG/2 - 1 -LS_TRANS;
575 Mdct_Long(realOut);
591 outData0 = realOut + FRAME_LEN_LONG/2;
600 outData0 = realOut
462 Transform_Real(Word16 *mdctDelayBuffer, Word16 *timeSignal, Word16 chIncrement, Word32 *realOut, Word16 *mdctScale, Word16 blockType ) argument
[all...]

Completed in 1871 milliseconds