HomeSort by relevance Sort by last modified time
    Searched refs:restart_in_rows (Results 1 - 5 of 5) sorted by null

  /external/jpeg/
cjpeg.c 369 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
371 cinfo->restart_in_rows = (int) lval;
jpegtran.c 260 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
262 cinfo->restart_in_rows = (int) lval;
jcmaster.c 385 if (cinfo->restart_in_rows > 0) {
386 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
jcparam.c 331 cinfo->restart_in_rows = 0;
jpeglib.h 332 * 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
    [all...]

Completed in 909 milliseconds