Home
last modified time | relevance | path

Searched refs:emit_restart (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Djcarith.c322 emit_restart (j_compress_ptr cinfo, int restart_num) in emit_restart() function
377 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_first()
467 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_first()
564 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_refine()
601 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_refine()
695 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu()
Djcphuff.c348 emit_restart (phuff_entropy_ptr entropy, int restart_num) in emit_restart() function
395 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_first()
481 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_first()
586 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_refine()
638 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_refine()
Djchuff.c619 emit_restart (working_state *state, int restart_num) in emit_restart() function
660 if (! emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c347 emit_restart (phuff_entropy_ptr entropy, int restart_num) in emit_restart() function
394 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_first()
480 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_first()
585 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_refine()
637 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_refine()
Dfpdfapi_jchuff.c450 emit_restart (working_state * state, int restart_num) in emit_restart() function
491 if (! emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()