Home
last modified time | relevance | path

Searched refs:jpeg_fdct_islow (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Djdct.h84 #define jpeg_fdct_islow jFDislow macro
97 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
Dfpdfapi_jfdctint.c141 jpeg_fdct_islow (DCTELEM * data)
Dfpdfapi_jcdctmgr.c361 fdct->do_dct = jpeg_fdct_islow; in jinit_forward_dct()
/external/jpeg/
Djdct.h88 #define jpeg_fdct_islow jFDislow macro
101 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
Djfdctint.c140 jpeg_fdct_islow (DCTELEM * data)
Djcdctmgr.c360 fdct->do_dct = jpeg_fdct_islow; in jinit_forward_dct()