Searched refs:dct_method (Results 1 – 18 of 18) sorted by relevance
216 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()
266 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()
72 switch (cinfo->dct_method) { in start_pass_fdctmgr()356 switch (cinfo->dct_method) { in jinit_forward_dct()
146 switch (cinfo->dct_method) { in start_pass()
194 cinfo->dct_method = JDCT_DEFAULT; in default_decompress_parms()
329 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member
327 cinfo->dct_method = JDCT_DEFAULT; in jpeg_set_defaults()
876 J_DCT_METHOD dct_method1130 J_DCT_METHOD dct_method2011 * dct_method can be changed before each call to jpeg_start_output().
235 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()
271 m_info.dct_method = JDCT_ISLOW; in decode()