Home
last modified time | relevance | path

Searched refs:next_restart_num (Results 1 – 13 of 13) sorted by relevance

/external/opencv3/3rdparty/libjpeg/
Djcarith.c38 int next_restart_num; /* next restart number to write (0-7) */ member
374 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_first()
376 entropy->next_restart_num++; in encode_mcu_DC_first()
377 entropy->next_restart_num &= 7; in encode_mcu_DC_first()
465 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_first()
467 entropy->next_restart_num++; in encode_mcu_AC_first()
468 entropy->next_restart_num &= 7; in encode_mcu_AC_first()
567 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_refine()
569 entropy->next_restart_num++; in encode_mcu_DC_refine()
570 entropy->next_restart_num &= 7; in encode_mcu_DC_refine()
[all …]
Djchuff.c88 int next_restart_num; /* next restart number to write (0-7) */ member
558 emit_restart_e(entropy, entropy->next_restart_num); in encode_mcu_DC_first()
612 entropy->next_restart_num++; in encode_mcu_DC_first()
613 entropy->next_restart_num &= 7; in encode_mcu_DC_first()
644 emit_restart_e(entropy, entropy->next_restart_num); in encode_mcu_AC_first()
722 entropy->next_restart_num++; in encode_mcu_AC_first()
723 entropy->next_restart_num &= 7; in encode_mcu_AC_first()
753 emit_restart_e(entropy, entropy->next_restart_num); in encode_mcu_DC_refine()
771 entropy->next_restart_num++; in encode_mcu_DC_refine()
772 entropy->next_restart_num &= 7; in encode_mcu_DC_refine()
[all …]
Djdmarker.c397 cinfo->marker->next_restart_num = 0; in get_sos()
1268 ((int) M_RST0 + cinfo->marker->next_restart_num)) { in read_restart_marker()
1270 TRACEMS1(cinfo, 3, JTRC_RST, cinfo->marker->next_restart_num); in read_restart_marker()
1276 cinfo->marker->next_restart_num)) in read_restart_marker()
1281 cinfo->marker->next_restart_num = (cinfo->marker->next_restart_num + 1) & 7; in read_restart_marker()
Djpegint.h207 int next_restart_num; /* next restart number expected (0-7) */ member
/external/libjpeg-turbo/
Djcarith.c40 int next_restart_num; /* next restart number to write (0-7) */ member
376 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_first()
378 entropy->next_restart_num++; in encode_mcu_DC_first()
379 entropy->next_restart_num &= 7; in encode_mcu_DC_first()
466 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_first()
468 entropy->next_restart_num++; in encode_mcu_AC_first()
469 entropy->next_restart_num &= 7; in encode_mcu_AC_first()
563 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_refine()
565 entropy->next_restart_num++; in encode_mcu_DC_refine()
566 entropy->next_restart_num &= 7; in encode_mcu_DC_refine()
[all …]
Djcphuff.c52 int next_restart_num; /* next restart number to write (0-7) */ member
190 entropy->next_restart_num = 0; in start_pass_phuff()
394 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_first()
448 entropy->next_restart_num++; in encode_mcu_DC_first()
449 entropy->next_restart_num &= 7; in encode_mcu_DC_first()
480 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_first()
554 entropy->next_restart_num++; in encode_mcu_AC_first()
555 entropy->next_restart_num &= 7; in encode_mcu_AC_first()
585 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_refine()
603 entropy->next_restart_num++; in encode_mcu_DC_refine()
[all …]
Djchuff.c99 int next_restart_num; /* next restart number to write (0-7) */ member
203 entropy->next_restart_num = 0; in start_pass_huff()
636 if (! emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()
662 entropy->next_restart_num++; in encode_mcu_huff()
663 entropy->next_restart_num &= 7; in encode_mcu_huff()
Djdmarker.c373 cinfo->marker->next_restart_num = 0; in get_sos()
1139 ((int) M_RST0 + cinfo->marker->next_restart_num)) { in read_restart_marker()
1141 TRACEMS1(cinfo, 3, JTRC_RST, cinfo->marker->next_restart_num); in read_restart_marker()
1147 cinfo->marker->next_restart_num)) in read_restart_marker()
1152 cinfo->marker->next_restart_num = (cinfo->marker->next_restart_num + 1) & 7; in read_restart_marker()
Djpegint.h218 int next_restart_num; /* next restart number expected (0-7) */ member
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c50 int next_restart_num; /* next restart number to write (0-7) */ member
188 entropy->next_restart_num = 0; in start_pass_phuff()
394 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_first()
448 entropy->next_restart_num++; in encode_mcu_DC_first()
449 entropy->next_restart_num &= 7; in encode_mcu_DC_first()
480 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_first()
554 entropy->next_restart_num++; in encode_mcu_AC_first()
555 entropy->next_restart_num &= 7; in encode_mcu_AC_first()
585 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_refine()
603 entropy->next_restart_num++; in encode_mcu_DC_refine()
[all …]
Dfpdfapi_jchuff.c65 int next_restart_num; /* next restart number to write (0-7) */ member
170 entropy->next_restart_num = 0; in start_pass_huff()
495 if (! emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()
521 entropy->next_restart_num++; in encode_mcu_huff()
522 entropy->next_restart_num &= 7; in encode_mcu_huff()
Dfpdfapi_jdmarker.c393 cinfo->marker->next_restart_num = 0; in get_sos()
1156 ((int) M_RST0 + cinfo->marker->next_restart_num)) { in read_restart_marker()
1158 TRACEMS1(cinfo, 3, JTRC_RST, cinfo->marker->next_restart_num); in read_restart_marker()
1164 cinfo->marker->next_restart_num)) in read_restart_marker()
1169 cinfo->marker->next_restart_num = (cinfo->marker->next_restart_num + 1) & 7; in read_restart_marker()
Djpegint.h204 int next_restart_num; /* next restart number expected (0-7) */ member