Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdapistd.c659 cinfo->global_state = DSTATE_BUFPOST; in jpeg_finish_output()
660 } else if (cinfo->global_state != DSTATE_BUFPOST) { in jpeg_finish_output()
Djdapimin.c330 case DSTATE_BUFPOST: in jpeg_consume_input()
Djpegint.h42 #define DSTATE_BUFPOST 208 /* looking for SOS/EOI in jpeg_finish_output */ macro