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

  /external/pdfium/third_party/libjpeg/
fpdfapi_jcdctmgr.c 26 forward_DCT_method_ptr do_dct; member in struct:__anon29402
188 forward_DCT_method_ptr do_dct = fdct->do_dct; local
224 (*do_dct) (workspace);
278 float_DCT_method_ptr do_dct = fdct->do_float_dct; local
315 (*do_dct) (workspace);
360 fdct->do_dct = jpeg_fdct_islow;
366 fdct->do_dct = jpeg_fdct_ifast;
  /external/libjpeg-turbo/
jcdctmgr.c 503 forward_DCT_method_ptr do_dct = fdct->dct; local
515 (*do_dct) (workspace);
594 float_DCT_method_ptr do_dct = fdct->float_dct; local
606 (*do_dct) (workspace);

Completed in 68 milliseconds