Searched refs:arith_code (Results 1 – 24 of 24) sorted by relevance
333 if (cinfo->Ah != 0 && !cinfo->arith_code) in emit_sos()513 if (cinfo->arith_code || cinfo->progressive_mode || in write_frame_header()531 if (cinfo->arith_code) { in write_frame_header()557 if (cinfo->arith_code) { in write_scan_header()627 if (! cinfo->arith_code) { in write_tables_only()
44 if (cinfo->arith_code) { in jinit_compress_master()
229 if (cinfo->arith_code) { in transdecode_master_selection()
325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member547 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
156 cinfo->arith_code = TRUE; in parse_switches()
169 if (cinfo->arith_code) { in transencode_master_selection()
250 cinfo->arith_code = TRUE; in parse_switches()
308 cinfo->arith_code = FALSE; in jpeg_set_defaults()
398 if (cinfo->arith_code) { in master_selection()
436 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
246 cinfo->arith_code = is_arith; in get_sof()
987 arith_code TRUE because arithmetic coding is unsupported.