Home
last modified time | relevance | path

Searched refs:dct_method (Results 1 – 18 of 18) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Ddjpeg.c216 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
218 cinfo->dct_method = JDCT_IFAST; in parse_switches()
220 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
255 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
Dcjpeg.c266 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
268 cinfo->dct_method = JDCT_IFAST; in parse_switches()
270 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
Djcdctmgr.c72 switch (cinfo->dct_method) { in start_pass_fdctmgr()
356 switch (cinfo->dct_method) { in jinit_forward_dct()
Djddctmgr.c146 switch (cinfo->dct_method) { in start_pass()
Djdapimin.c194 cinfo->dct_method = JDCT_DEFAULT; in default_decompress_parms()
Djpeglib.h329 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member
446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member
Djcparam.c327 cinfo->dct_method = JDCT_DEFAULT; in jpeg_set_defaults()
Dlibjpeg.doc876 J_DCT_METHOD dct_method
1130 J_DCT_METHOD dct_method
2011 * dct_method can be changed before each call to jpeg_start_output().
/external/jpeg/
Ddjpeg.c216 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
218 cinfo->dct_method = JDCT_IFAST; in parse_switches()
220 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
255 cinfo->dct_method = JDCT_FASTEST; in parse_switches()
Dcjpeg.c266 cinfo->dct_method = JDCT_ISLOW; in parse_switches()
268 cinfo->dct_method = JDCT_IFAST; in parse_switches()
270 cinfo->dct_method = JDCT_FLOAT; in parse_switches()
Djcdctmgr.c72 switch (cinfo->dct_method) { in start_pass_fdctmgr()
356 switch (cinfo->dct_method) { in jinit_forward_dct()
Djddctmgr.c146 switch (cinfo->dct_method) { in start_pass()
Djdapimin.c194 cinfo->dct_method = JDCT_DEFAULT; in default_decompress_parms()
Djpeglib.h329 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member
446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member
Djcparam.c327 cinfo->dct_method = JDCT_DEFAULT; in jpeg_set_defaults()
Dlibjpeg.doc876 J_DCT_METHOD dct_method
1130 J_DCT_METHOD dct_method
2011 * dct_method can be changed before each call to jpeg_start_output().
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp235 cinfo.dct_method = JDCT_ISLOW; in onDecode()
237 cinfo.dct_method = JDCT_IFAST; in onDecode()
562 cinfo->dct_method = JDCT_ISLOW; in onDecodeRegion()
564 cinfo->dct_method = JDCT_IFAST; in onDecodeRegion()
962 cinfo.dct_method = JDCT_IFAST; in onEncode()
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp271 m_info.dct_method = JDCT_ISLOW; in decode()