Searched refs:restart_in_rows (Results 1 - 9 of 9) sorted by relevance

/external/jpeg/
H A Dcjpeg.c369 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
371 cinfo->restart_in_rows = (int) lval;
H A Djpegtran.c260 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
262 cinfo->restart_in_rows = (int) lval;
H A Djcmaster.c385 if (cinfo->restart_in_rows > 0) {
386 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
H A Djcparam.c331 cinfo->restart_in_rows = 0;
H A Djpeglib.h332 * restart_interval, or in MCU rows by setting restart_in_rows
337 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c386 if (cinfo->restart_in_rows > 0) {
387 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
H A Dfpdfapi_jcparam.c332 cinfo->restart_in_rows = 0;
H A Djpeglib.h395 * restart_interval, or in MCU rows by setting restart_in_rows
400 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h395 * restart_interval, or in MCU rows by setting restart_in_rows
400 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct

Completed in 99 milliseconds