Searched refs:emit_restart (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/ |
D | jcarith.c | 325 emit_restart(j_compress_ptr cinfo, int restart_num) in emit_restart() function 380 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_first() 470 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_first() 567 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_refine() 604 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_refine() 698 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu()
|
D | jcphuff.c | 444 emit_restart(phuff_entropy_ptr entropy, int restart_num) in emit_restart() function 491 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_first() 672 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_first() 759 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_DC_refine() 937 emit_restart(entropy, entropy->next_restart_num); in encode_mcu_AC_refine()
|
D | jchuff.c | 618 emit_restart(working_state *state, int restart_num) in emit_restart() function 659 if (!emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()
|