Home
last modified time | relevance | path

Searched refs:restarts_to_go (Results 1 – 12 of 12) 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.c38 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
223 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
254 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
256 entropy->restarts_to_go--; in decode_mcu_DC_first()
333 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
335 entropy->restarts_to_go--; in decode_mcu_AC_first()
405 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
407 entropy->restarts_to_go--; in decode_mcu_DC_refine()
441 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
443 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/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
187 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
393 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
446 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
447 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
451 entropy->restarts_to_go--; in encode_mcu_DC_first()
479 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
552 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
553 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
557 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Dfpdfapi_jdphuff.c66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
192 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
249 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
300 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
345 entropy->restarts_to_go--; in decode_mcu_DC_first()
370 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
429 entropy->restarts_to_go--; in decode_mcu_AC_first()
452 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
480 entropy->restarts_to_go--; in decode_mcu_DC_refine()
508 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Dfpdfapi_jchuff.c60 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
165 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
490 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
515 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
516 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
520 entropy->restarts_to_go--; in encode_mcu_huff()
652 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
657 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
659 entropy->restarts_to_go--; in encode_mcu_gather()
Dfpdfapi_jdhuff.c61 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
136 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
486 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
525 if (entropy->restarts_to_go == 0) in decode_mcu()
623 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