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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c472 Word32 ws1,ws2; local
503 ws2 = timeSignalSample * (*winPtr & 0xffff);
506 *outData0++ = (ws1 >> 2) - (ws2 >> 2);
520 ws2 = timeSignalSample * (*winPtr >> 16);
523 *outData0-- = -((ws1 >> 2) + (ws2 >> 2));
550 ws2 = timeSignalSample * (*winPtr & 0xffff);
552 *outData0++ = (ws1 >> 2) - (ws2 >> 2); /* shift 2 to avoid overflow next */
571 ws2 = timeSignalSample * (*winPtr >> 16);
573 *outData0-- = -((ws1 >> 2) + (ws2 >> 2)); /* shift 2 to avoid overflow next */
607 ws2
[all...]

Completed in 59 milliseconds