Searched defs:write_all_tables (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djcapistd.c26 * We require a write_all_tables parameter as a failsafe check when writing
33 * to pass write_all_tables=TRUE; then it will take active thought to do the
38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) argument
43 if (write_all_tables)
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcapistd.c27 * We require a write_all_tables parameter as a failsafe check when writing
34 * to pass write_all_tables=TRUE; then it will take active thought to do the
39 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) argument
44 if (write_all_tables)

Completed in 73 milliseconds