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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c474 Word32 *outData0, *outData1; local
495 outData0 = realOut + FRAME_LEN_LONG/2;
506 *outData0++ = (ws1 >> 2) - (ws2 >> 2);
514 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
523 *outData0-- = -((ws1 >> 2) + (ws2 >> 2));
542 outData0 = realOut + FRAME_LEN_LONG/2;
552 *outData0++ = (ws1 >> 2) - (ws2 >> 2); /* shift 2 to avoid overflow next */
557 outData0 = realOut + FRAME_LEN_LONG/2 - 1;
559 *outData0-- = -mdctDelayBuffer[i] << (15 - 2 + minSf);
565 outData0
[all...]

Completed in 76 milliseconds