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

/external/jpeg/
H A Djdct.h17 * A forward DCT routine is given a pointer to a work area of type DCTELEM[];
18 * the DCT is to be performed in-place in that buffer. Type DCTELEM is int
31 typedef short DCTELEM; /* 16 or 32 bits is fine */ typedef
33 typedef int DCTELEM; /* 16 or 32 bits is fine */ typedef
36 typedef INT32 DCTELEM; /* must have 32 bits */ typedef
39 typedef JMETHOD(void, forward_DCT_method_ptr, (DCTELEM * data));
101 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
102 EXTERN(void) jpeg_fdct_ifast JPP((DCTELEM * data));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djdct.h17 * A forward DCT routine is given a pointer to a work area of type DCTELEM[];
18 * the DCT is to be performed in-place in that buffer. Type DCTELEM is int
30 typedef int DCTELEM; /* 16 or 32 bits is fine */ typedef
32 typedef INT32 DCTELEM; /* must have 32 bits */ typedef
35 typedef JMETHOD(void, forward_DCT_method_ptr, (DCTELEM * data));
97 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
98 EXTERN(void) jpeg_fdct_ifast JPP((DCTELEM * data));

Completed in 84 milliseconds