Home
last modified time | relevance | path

Searched refs:arith_code (Results 1 – 14 of 14) 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.c45 if (cinfo->arith_code) { in jinit_compress_master()
Djdtrans.c111 if (cinfo->arith_code) { in transdecode_master_selection()
Djpeglib.h368 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
603 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
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()
Djctrans.c177 if (cinfo->arith_code) { in transencode_master_selection()
Djcparam.c226 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Djpegtran.c171 cinfo->arith_code = TRUE; in parse_switches()
Dcjpeg.c266 cinfo->arith_code = TRUE; in parse_switches()
Djdmaster.c548 if (cinfo->arith_code) { in master_selection()
Djdmarker.c249 cinfo->arith_code = is_arith; in get_sof()
Dturbojpeg.c252 cinfo->arith_code = TRUE; in setCompDefaults()
Dlibjpeg.txt964 boolean arith_code
/external/ImageMagick/coders/
Djpeg.c1381 if (jpeg_info.arith_code == TRUE) in ReadJPEGImage()
2437 jpeg_info.arith_code=TRUE; in WriteJPEGImage()