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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c284 int *buf1; local
286 buf1 = buf0 + num - 1;
297 tr2 = *(buf1 - 1);
298 ti1 = *(buf1 + 0);
303 *buf1-- = MULHIGH(cosb, ti2) - MULHIGH(sinb, tr2);
304 *buf1-- = MULHIGH(cosb, tr2) + MULHIGH(sinb, ti2);
319 int *buf1; local
321 buf1 = buf0 + num - 1;
332 ti2 = *(buf1 + 0);
333 tr2 = *(buf1
[all...]

Completed in 31 milliseconds