Searched refs:emit_restart (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | jcarith.c | 321 emit_restart (j_compress_ptr cinfo, int restart_num) in emit_restart() function 376 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_first() 466 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_first() 563 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_refine() 600 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_refine() 694 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu()
|
D | jcphuff.c | 347 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()
|
D | jchuff.c | 595 emit_restart (working_state * state, int restart_num) in emit_restart() function 636 if (! emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcarith.c | 319 emit_restart (j_compress_ptr cinfo, int restart_num) in emit_restart() function 374 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_DC_first() 465 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() 605 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu_AC_refine() 705 emit_restart(cinfo, entropy->next_restart_num); in encode_mcu()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcphuff.c | 347 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()
|
D | fpdfapi_jchuff.c | 454 emit_restart (working_state * state, int restart_num) in emit_restart() function 495 if (! emit_restart(&state, entropy->next_restart_num)) in encode_mcu_huff()
|