Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmarker.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()
Dfpdfapi_jcinit.c44 if (cinfo->arith_code) { in jinit_compress_master()
Dfpdfapi_jdtrans.c103 if (cinfo->arith_code) { in transdecode_master_selection()
Djpeglib.h423 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
641 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
Dfpdfapi_jctrans.c169 if (cinfo->arith_code) { in transencode_master_selection()
Dfpdfapi_jcparam.c308 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Dfpdfapi_jdmaster.c375 if (cinfo->arith_code) { in master_selection()
Dfpdfapi_jcmaster.c436 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
/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.c44 if (cinfo->arith_code) { in jinit_compress_master()
Djdtrans.c110 if (cinfo->arith_code) { in transdecode_master_selection()
Djpeglib.h367 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
602 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
Djcmaster.c471 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
605 if (cinfo->progressive_mode && !cinfo->arith_code) /* TEMPORARY HACK ??? */ in jinit_c_master_control()
Djctrans.c178 if (cinfo->arith_code) { in transencode_master_selection()
Djpegtran.c167 cinfo->arith_code = TRUE; in parse_switches()
Djcparam.c224 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Dcjpeg.c256 cinfo->arith_code = TRUE; in parse_switches()
Djdmaster.c535 if (cinfo->arith_code) { in master_selection()
/external/opencv3/3rdparty/libjpeg/
Djcmarker.c564 if (cinfo->arith_code || cinfo->progressive_mode || in write_frame_header()
582 if (cinfo->arith_code) { in write_frame_header()
619 if (cinfo->arith_code) { in write_scan_header()
682 if (! cinfo->arith_code) { in write_tables_only()
Djcinit.c44 if (cinfo->arith_code) in jinit_compress_master()
Djdtrans.c107 if (cinfo->arith_code) in transdecode_master_selection()
Djpeglib.h351 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
581 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member
Djctrans.c173 if (cinfo->arith_code) in transencode_master_selection()
Djcparam.c327 cinfo->arith_code = FALSE; in jpeg_set_defaults()
Djdmaster.c356 if (cinfo->arith_code) in master_selection()

12