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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c474 Word32 *outData0, *outData1; local
494 outData0 = realOut + FRAME_LEN_LONG/2;
505 *outData0++ = (ws1 >> 2) - (ws2 >> 2);
513 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
522 *outData0-- = -((ws1 >> 2) + (ws2 >> 2));
541 outData0 = realOut + FRAME_LEN_LONG/2;
551 *outData0++ = (ws1 >> 2) - (ws2 >> 2); /* shift 2 to avoid overflow next */
556 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
558 *outData0-- = -mdctDelayBuffer[i] << (15 - 2 + minSf);
564 outData0
[all...]

Completed in 8 milliseconds