Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcmarker.c517 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()
Djcinit.c48 if (cinfo->arith_code) { in jinit_compress_master()
DREADME.android11 jpeg_compress_struct.arith_code to true, so we enable both to ensure full
Djdtrans.c112 if (cinfo->arith_code) { in transdecode_master_selection()
Djcmaster.c484 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()
Djpeglib.h374 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
609 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
Djctrans.c178 if (cinfo->arith_code) { in transencode_master_selection()
Djcparam.c226 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Dcjpeg.c307 cinfo->arith_code = TRUE; in parse_switches()
Djpegtran.c184 cinfo->arith_code = TRUE; in parse_switches()
Djdmaster.c536 if (cinfo->arith_code) { in master_selection()
Djdmarker.c249 cinfo->arith_code = is_arith; in get_sof()
Dturbojpeg.c286 cinfo->arith_code = TRUE; in setCompDefaults()
Dlibjpeg.txt966 boolean arith_code
/external/ImageMagick/coders/
Djpeg.c1339 if (jpeg_info->arith_code == TRUE) in ReadJPEGImage_()
2400 jpeg_info->arith_code=TRUE; in WriteJPEGImage_()