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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c283 int cosa, sina, cosb, sinb; local
293 sinb = *csptr++;
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
318 int cosa, sina, cosb, sinb; local
328 sinb = *csptr++;
338 *buf0++ = MULHIGH(sinb, tr2) - MULHIGH(cosb, ti2);
339 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);

Completed in 67 milliseconds