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

/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimdcfg.inc.h100 ; A forward DCT routine is given a pointer to a work area of type DCTELEM[]; variable
102 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
104 %define DCTELEM word ; short
105 %define SIZEOF_DCTELEM SIZEOF_WORD ; sizeof(DCTELEM)
/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));
/external/qemu/distrib/jpeg-6b/
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));
/external/chromium_org/third_party/libjpeg_turbo/
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
32 typedef int DCTELEM; /* 16 or 32 bits is fine */ typedef
36 typedef short DCTELEM; /* prefer 16 bit with SIMD for parellelism */ typedef
41 typedef INT32 DCTELEM; /* must have 32 bits */ typedef
117 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
118 EXTERN(void) jpeg_fdct_ifast JPP((DCTELEM * data));

Completed in 903 milliseconds