Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/win/
Djpeg62.def48 jpeg_fdct_islow @ 47 ;
Djpeg8.def51 jpeg_fdct_islow @ 50 ;
Djpeg7.def50 jpeg_fdct_islow @ 49 ;
Djpeg7-memsrcdst.def50 jpeg_fdct_islow @ 49 ;
Djpeg62-memsrcdst.def48 jpeg_fdct_islow @ 47 ;
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdct.h93 EXTERN(void) jpeg_fdct_islow(DCTELEM *data);
Djfdctint.c143 jpeg_fdct_islow(DCTELEM *data)
Djcdctmgr.c640 fdct->dct = jpeg_fdct_islow; in jinit_forward_dct()
/third_party/libjpeg/
Djdct.h96 #define jpeg_fdct_islow jFDislow macro
168 EXTERN(void) jpeg_fdct_islow
Djcdctmgr.c332 fdct->do_dct[ci] = jpeg_fdct_islow; in start_pass_fdctmgr()
Djfdctint.c158 jpeg_fdct_islow (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)