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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c279 static void PreMDCT(int *buf0, int num, const int *csptr) argument
286 buf1 = buf0 + num - 1;
295 tr1 = *(buf0 + 0);
296 ti2 = *(buf0 + 1);
300 *buf0++ = MULHIGH(cosa, tr1) + MULHIGH(sina, ti1);
301 *buf0++ = MULHIGH(cosa, ti1) - MULHIGH(sina, tr1);
314 static void PostMDCT(int *buf0, int num, const int *csptr) argument
321 buf1 = buf0 + num - 1;
330 tr1 = *(buf0 + 0);
331 ti1 = *(buf0
[all...]

Completed in 63 milliseconds