Searched refs:CSTATE_WRCOEFS (Results 1 – 3 of 3) sorted by relevance
172 } else if (cinfo->global_state != CSTATE_WRCOEFS) in jpeg_finish_compress()215 cinfo->global_state != CSTATE_WRCOEFS)) in jpeg_write_marker()234 cinfo->global_state != CSTATE_WRCOEFS)) in jpeg_write_m_header()
55 cinfo->global_state = CSTATE_WRCOEFS; in jpeg_write_coefficients()
33 #define CSTATE_WRCOEFS 103 /* jpeg_write_coefficients done */ macro