Home
last modified time | relevance | path

Searched refs:CSTATE_WRCOEFS (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djcapimin.c157 } else if (cinfo->global_state != CSTATE_WRCOEFS) in jpeg_finish_compress()
200 cinfo->global_state != CSTATE_WRCOEFS)) in jpeg_write_marker()
219 cinfo->global_state != CSTATE_WRCOEFS)) in jpeg_write_m_header()
Djctrans.c51 cinfo->global_state = CSTATE_WRCOEFS; in jpeg_write_coefficients()
Djpegint.h28 #define CSTATE_WRCOEFS 103 /* jpeg_write_coefficients done */ macro