Home
last modified time | relevance | path

Searched refs:restart_in_rows (Results 1 – 13 of 13) sorted by relevance

/external/libjpeg-turbo/
Djpegtran.c298 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */ in parse_switches()
300 cinfo->restart_in_rows = (int) lval; in parse_switches()
Dcjpeg.c394 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */ in parse_switches()
396 cinfo->restart_in_rows = (int) lval; in parse_switches()
Djcmaster.c420 if (cinfo->restart_in_rows > 0) { in per_scan_setup()
421 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row; in per_scan_setup()
Djcparam.c252 cinfo->restart_in_rows = 0; in jpeg_set_defaults()
Djpeglib.h382 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member
Dturbojpeg.c234 cinfo->restart_in_rows=0; in setCompDefaults()
237 cinfo->restart_in_rows=temp; in setCompDefaults()
Dlibjpeg.txt1005 int restart_in_rows
1008 Set restart_in_rows to specify the interval in MCU rows. (If
1009 restart_in_rows is not 0, then restart_interval is set after the
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmaster.c385 if (cinfo->restart_in_rows > 0) { in per_scan_setup()
386 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row; in per_scan_setup()
Dfpdfapi_jcparam.c331 cinfo->restart_in_rows = 0; in jpeg_set_defaults()
Djpeglib.h435 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member
/external/opencv3/3rdparty/libjpeg/
Djcmaster.c649 if (cinfo->restart_in_rows > 0) { in per_scan_setup()
650 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row; in per_scan_setup()
Djcparam.c353 cinfo->restart_in_rows = 0; in jpeg_set_defaults()
Djpeglib.h364 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member