Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpeglibmangler.h16 #define jpeg_fdct_islow chromium_jpeg_fdct_islow macro
Djdct.h93 EXTERN(void) jpeg_fdct_islow(DCTELEM *data);
Djfdctint.c143 jpeg_fdct_islow(DCTELEM *data)
Djcdctmgr.c639 fdct->dct = jpeg_fdct_islow; in jinit_forward_dct()