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

  /external/libjpeg-turbo/
jpegtran.c 298 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
300 cinfo->restart_in_rows = (int) lval;
cjpeg.c 394 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
396 cinfo->restart_in_rows = (int) lval;
jcmaster.c 420 if (cinfo->restart_in_rows > 0) {
421 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
jcparam.c 252 cinfo->restart_in_rows = 0;
jpeglib.h 377 * restart_interval, or in MCU rows by setting restart_in_rows
382 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
    [all...]
turbojpeg.c 234 cinfo->restart_in_rows=0;
237 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...]
  /external/opencv3/3rdparty/libjpeg/
jcmaster.c 649 if (cinfo->restart_in_rows > 0) {
650 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
jcparam.c 353 cinfo->restart_in_rows = 0;
jpeglib.h 359 * restart_interval, or in MCU rows by setting restart_in_rows
364 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
    [all...]

Completed in 541 milliseconds