Searched refs:arith_code (Results 1 – 14 of 14) 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()
45 if (cinfo->arith_code) { in jinit_compress_master()
111 if (cinfo->arith_code) { in transdecode_master_selection()
368 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member603 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
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()
177 if (cinfo->arith_code) { in transencode_master_selection()
226 cinfo->arith_code = FALSE; in jpeg_set_defaults()
171 cinfo->arith_code = TRUE; in parse_switches()
266 cinfo->arith_code = TRUE; in parse_switches()
548 if (cinfo->arith_code) { in master_selection()
249 cinfo->arith_code = is_arith; in get_sof()
252 cinfo->arith_code = TRUE; in setCompDefaults()
964 boolean arith_code
1381 if (jpeg_info.arith_code == TRUE) in ReadJPEGImage()2437 jpeg_info.arith_code=TRUE; in WriteJPEGImage()