Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdapistd.c48 cinfo->global_state = DSTATE_PRELOAD; in jpeg_start_decompress()
50 if (cinfo->global_state == DSTATE_PRELOAD) { in jpeg_start_decompress()
Dfpdfapi_jdapimin.c313 case DSTATE_PRELOAD: in jpeg_consume_input()
Djpegint.h32 #define DSTATE_PRELOAD 203 /* reading multiscan file in start_decompress*/ macro
/external/libjpeg-turbo/
Djdapistd.c53 cinfo->global_state = DSTATE_PRELOAD; in jpeg_start_decompress()
55 if (cinfo->global_state == DSTATE_PRELOAD) { in jpeg_start_decompress()
Djdapimin.c325 case DSTATE_PRELOAD: in jpeg_consume_input()
Djpegint.h37 #define DSTATE_PRELOAD 203 /* reading multiscan file in start_decompress*/ macro