Searched defs:cosa (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c283 int cosa, sina, cosb, sinb; local
290 cosa = *csptr++;
300 *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1);
301 *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1);
318 int cosa, sina, cosb, sinb; local
325 cosa = *csptr++;
335 *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1);
336 *buf1-- = MULHIGH(sina, tr1) - MULHIGH(cosa, ti1);

Completed in 76 milliseconds