Home
last modified time | relevance | path

Searched refs:DSTATE_RAW_OK (Results 1 – 6 of 6) sorted by relevance

/external/qemu/distrib/jpeg-6b/
Djdapistd.c159 cinfo->global_state = cinfo->raw_data_out ? DSTATE_RAW_OK : DSTATE_SCANNING; in output_pass_setup()
312 if (cinfo->global_state != DSTATE_RAW_OK) in jpeg_read_raw_data()
378 cinfo->global_state == DSTATE_RAW_OK) && cinfo->buffered_image) { in jpeg_finish_output()
Djdapimin.c317 case DSTATE_RAW_OK: in jpeg_consume_input()
373 cinfo->global_state == DSTATE_RAW_OK) && ! cinfo->buffered_image) { in jpeg_finish_decompress()
Djpegint.h35 #define DSTATE_RAW_OK 206 /* start_decompress done, read_raw_data OK */ macro
/external/jpeg/
Djdapistd.c159 cinfo->global_state = cinfo->raw_data_out ? DSTATE_RAW_OK : DSTATE_SCANNING; in output_pass_setup()
312 if (cinfo->global_state != DSTATE_RAW_OK) in jpeg_read_raw_data()
378 cinfo->global_state == DSTATE_RAW_OK) && cinfo->buffered_image) { in jpeg_finish_output()
Djdapimin.c317 case DSTATE_RAW_OK: in jpeg_consume_input()
373 cinfo->global_state == DSTATE_RAW_OK) && ! cinfo->buffered_image) { in jpeg_finish_decompress()
Djpegint.h35 #define DSTATE_RAW_OK 206 /* start_decompress done, read_raw_data OK */ macro