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

  /external/jpeg/
jcdctmgr.c 26 forward_DCT_method_ptr do_dct; member in struct:__anon6927
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;

Completed in 65 milliseconds