HomeSort by relevance Sort by last modified time
    Searched refs:jpeg_fdct_islow (Results 1 - 7 of 7) sorted by null

  /external/jpeg/
jdct.h 88 #define jpeg_fdct_islow jFDislow macro
101 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
jfdctint.c 140 jpeg_fdct_islow (DCTELEM * data) function
jcdctmgr.c 360 fdct->do_dct = jpeg_fdct_islow;
  /external/chromium_org/third_party/libjpeg_turbo/
jpeglibmangler.h 16 #define jpeg_fdct_islow chromium_jpeg_fdct_islow macro
jdct.h 92 #define jpeg_fdct_islow jFDislow macro
117 EXTERN(void) jpeg_fdct_islow JPP((DCTELEM * data));
jfdctint.c 140 jpeg_fdct_islow (DCTELEM * data) function
jcdctmgr.c 562 fdct->dct = jpeg_fdct_islow;

Completed in 4759 milliseconds