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

  /external/libjpeg-turbo/
jpegtran.c 299 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
301 cinfo->restart_in_rows = (int) lval;
cjpeg.c 396 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
398 cinfo->restart_in_rows = (int) lval;
jcmaster.c 432 if (cinfo->restart_in_rows > 0) {
433 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
jcparam.c 253 cinfo->restart_in_rows = 0;
jpeglib.h 378 * restart_interval, or in MCU rows by setting restart_in_rows
383 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
    [all...]
turbojpeg.c 235 cinfo->restart_in_rows=0;
238 cinfo->restart_in_rows=temp;
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmaster.c 385 if (cinfo->restart_in_rows > 0) {
386 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
fpdfapi_jcparam.c 331 cinfo->restart_in_rows = 0;
jpeglib.h 430 * restart_interval, or in MCU rows by setting restart_in_rows
435 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
    [all...]

Completed in 2169 milliseconds