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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c195 int *xptr, *csptr; local
204 csptr = twidTab;
214 cosx = csptr[0];
215 sinx = csptr[1];
229 cosx = csptr[2];
230 sinx = csptr[3];
237 cosx = csptr[4];
238 sinx = csptr[5];
241 csptr += 6;
279 static void PreMDCT(int *buf0, int num, const int *csptr) argument
314 PostMDCT(int *buf0, int num, const int *csptr) argument
[all...]

Completed in 18 milliseconds