Home | History | Annotate | Download | only in src

Lines Matching defs:csptr

195 	int *xptr, *csptr;
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)
290 cosa = *csptr++;
291 sina = *csptr++;
292 cosb = *csptr++;
293 sinb = *csptr++;
314 static void PostMDCT(int *buf0, int num, const int *csptr)
325 cosa = *csptr++;
326 sina = *csptr++;
327 cosb = *csptr++;
328 sinb = *csptr++;
346 void PreMDCT(int *buf0, int num, const int *csptr);
347 void PostMDCT(int *buf0, int num, const int *csptr);