Searched refs:jpeg_resync_to_restart (Results 1 – 5 of 5) sorted by relevance
207 src->pub.resync_to_restart = jpeg_resync_to_restart; /* use default method */ in jpeg_stdio_src()
943 #define jpeg_resync_to_restart jResyncRestart macro1115 EXTERN(boolean) jpeg_resync_to_restart JPP((j_decompress_ptr cinfo,
1201 jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired) in jpeg_resync_to_restart() function
1492 procedure, jpeg_resync_to_restart(). However, if you are able to back1495 Read the read_restart_marker() and jpeg_resync_to_restart() routines
147 src->pub.resync_to_restart = jpeg_resync_to_restart; in JPEGImageReader()