Searched refs:arith_code (Results 1 – 15 of 15) sorted by relevance
517 if (cinfo->arith_code || cinfo->progressive_mode || in write_frame_header()535 if (cinfo->arith_code) { in write_frame_header()564 if (cinfo->arith_code) { in write_scan_header()627 if (!cinfo->arith_code) { in write_tables_only()
48 if (cinfo->arith_code) { in jinit_compress_master()
11 jpeg_compress_struct.arith_code to true, so we enable both to ensure full
112 if (cinfo->arith_code) { in transdecode_master_selection()
484 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()618 if (cinfo->progressive_mode && !cinfo->arith_code) /* TEMPORARY HACK ??? */ in jinit_c_master_control()
374 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member609 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
178 if (cinfo->arith_code) { in transencode_master_selection()
226 cinfo->arith_code = FALSE; in jpeg_set_defaults()
307 cinfo->arith_code = TRUE; in parse_switches()
184 cinfo->arith_code = TRUE; in parse_switches()
536 if (cinfo->arith_code) { in master_selection()
249 cinfo->arith_code = is_arith; in get_sof()
286 cinfo->arith_code = TRUE; in setCompDefaults()
966 boolean arith_code
1339 if (jpeg_info->arith_code == TRUE) in ReadJPEGImage_()2400 jpeg_info->arith_code=TRUE; in WriteJPEGImage_()