Searched refs:dct_method (Results 1 – 10 of 10) 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()
329 J_DCT_METHOD dct_method; /* DCT algorithm selector */ member446 J_DCT_METHOD dct_method; /* IDCT algorithm selector */ member
194 cinfo->dct_method = JDCT_DEFAULT; in default_decompress_parms()
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().
240 cinfo.dct_method = JDCT_ISLOW; in onDecode()242 cinfo.dct_method = JDCT_IFAST; in onDecode()529 cinfo->dct_method = JDCT_ISLOW; in onDecodeRegion()531 cinfo->dct_method = JDCT_IFAST; in onDecodeRegion()883 cinfo.dct_method = JDCT_IFAST; in onEncode()
251 m_info.dct_method = JDCT_ISLOW; in decode()