Home
last modified time | relevance | path

Searched refs:restarts_to_go (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Djcphuff.c52 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
190 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
394 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
447 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
448 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
452 entropy->restarts_to_go--; in encode_mcu_DC_first()
480 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
553 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
554 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
558 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Djcarith.c40 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
376 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
378 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
382 entropy->restarts_to_go--; in encode_mcu_DC_first()
466 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
468 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
472 entropy->restarts_to_go--; in encode_mcu_AC_first()
563 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
565 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
569 entropy->restarts_to_go--; in encode_mcu_DC_refine()
[all …]
Djdphuff.c69 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
196 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
255 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
306 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
351 entropy->restarts_to_go--; in decode_mcu_DC_first()
376 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
435 entropy->restarts_to_go--; in decode_mcu_AC_first()
458 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
486 entropy->restarts_to_go--; in decode_mcu_DC_refine()
514 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Djdarith.c41 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
226 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
257 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
259 entropy->restarts_to_go--; in decode_mcu_DC_first()
336 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
338 entropy->restarts_to_go--; in decode_mcu_AC_first()
408 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
410 entropy->restarts_to_go--; in decode_mcu_DC_refine()
444 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
446 entropy->restarts_to_go--; in decode_mcu_AC_refine()
[all …]
Djchuff.c101 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
209 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
659 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
698 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
699 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
703 entropy->restarts_to_go--; in encode_mcu_huff()
835 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
840 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
842 entropy->restarts_to_go--; in encode_mcu_gather()
Djdhuff.c67 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
143 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
540 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
763 if (entropy->restarts_to_go == 0) in decode_mcu()
789 entropy->restarts_to_go--; in decode_mcu()
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c689 priv->restarts_to_go = priv->restart_interval; in resync()
691 priv->restarts_to_go = -1; in resync()
956 if (priv->restarts_to_go>0) in tinyjpeg_decode()
958 priv->restarts_to_go--; in tinyjpeg_decode()
959 if (priv->restarts_to_go == 0) in tinyjpeg_decode()
Dtinyjpeg-internal.h106 int restarts_to_go; /* MCUs left in this restart interval */ member