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
502 ws2 = timeSignalSample * (*winPtr & 0xffff);
505 *outData0++ = (ws1 >> 2) - (ws2 >> 2);
519 ws2 = timeSignalSample * (*winPtr >> 16);
522 *outData0-- = -((ws1 >> 2) + (ws2 >> 2));
549 ws2 = timeSignalSample * (*winPtr & 0xffff);
551 *outData0++ = (ws1 >> 2) - (ws2 >> 2); /* shift 2 to avoid overflow next */
570 ws2 = timeSignalSample * (*winPtr >> 16);
572 *outData0-- = -((ws1 >> 2) + (ws2 >> 2)); /* shift 2 to avoid overflow next */
606 ws2
[all...]

Completed in 2090 milliseconds