Home
last modified time | relevance | path

Searched refs:arith_code (Results 1 – 24 of 24) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Djcmarker.c333 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()
Djcinit.c44 if (cinfo->arith_code) { in jinit_compress_master()
Djdtrans.c229 if (cinfo->arith_code) { in transdecode_master_selection()
Djpeglib.h325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
547 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
Djpegtran.c156 cinfo->arith_code = TRUE; in parse_switches()
Djctrans.c169 if (cinfo->arith_code) { in transencode_master_selection()
Dcjpeg.c250 cinfo->arith_code = TRUE; in parse_switches()
Djcparam.c308 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Djdmaster.c398 if (cinfo->arith_code) { in master_selection()
Djcmaster.c436 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
Djdmarker.c246 cinfo->arith_code = is_arith; in get_sof()
Dlibjpeg.doc987 arith_code TRUE because arithmetic coding is unsupported.
/external/jpeg/
Djcmarker.c333 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()
Djcinit.c44 if (cinfo->arith_code) { in jinit_compress_master()
Djdtrans.c229 if (cinfo->arith_code) { in transdecode_master_selection()
Djpeglib.h325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
547 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
Djctrans.c169 if (cinfo->arith_code) { in transencode_master_selection()
Djpegtran.c156 cinfo->arith_code = TRUE; in parse_switches()
Dcjpeg.c250 cinfo->arith_code = TRUE; in parse_switches()
Djcparam.c308 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Djdmaster.c398 if (cinfo->arith_code) { in master_selection()
Djcmaster.c436 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
Djdmarker.c246 cinfo->arith_code = is_arith; in get_sof()
Dlibjpeg.doc987 arith_code TRUE because arithmetic coding is unsupported.