Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcarith.c43 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
379 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
381 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
385 entropy->restarts_to_go--; in encode_mcu_DC_first()
469 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
471 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
475 entropy->restarts_to_go--; in encode_mcu_AC_first()
566 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
568 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
572 entropy->restarts_to_go--; in encode_mcu_DC_refine()
[all …]
Djcphuff.c113 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
295 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
498 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
551 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
552 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
556 entropy->restarts_to_go--; in encode_mcu_DC_first()
679 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
734 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
735 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
739 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Djdarith.c44 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
229 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
260 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
262 entropy->restarts_to_go--; in decode_mcu_DC_first()
339 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
341 entropy->restarts_to_go--; in decode_mcu_AC_first()
411 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
413 entropy->restarts_to_go--; in decode_mcu_DC_refine()
447 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
449 entropy->restarts_to_go--; in decode_mcu_AC_refine()
[all …]
Djdphuff.c54 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
188 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
251 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
302 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
352 entropy->restarts_to_go--; in decode_mcu_DC_first()
377 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
437 entropy->restarts_to_go--; in decode_mcu_AC_first()
460 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
489 entropy->restarts_to_go--; in decode_mcu_DC_refine()
517 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Djchuff.c117 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
235 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
701 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
740 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
741 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
745 entropy->restarts_to_go--; in encode_mcu_huff()
878 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
883 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
885 entropy->restarts_to_go--; in encode_mcu_gather()
Djdhuff.c53 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
129 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
529 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
775 if (entropy->restarts_to_go == 0) in decode_mcu()
801 entropy->restarts_to_go--; in decode_mcu()
/external/v4l-utils/lib/libv4lconvert/
Dtinyjpeg-internal.h101 int restarts_to_go; /* MCUs left in this restart interval */ member
Dtinyjpeg.c1907 priv->restarts_to_go = priv->restart_interval; in resync()
1909 priv->restarts_to_go = -1; in resync()
2379 if (priv->restarts_to_go > 0) { in tinyjpeg_decode()
2380 priv->restarts_to_go--; in tinyjpeg_decode()
2381 if (priv->restarts_to_go == 0) { in tinyjpeg_decode()