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

  /external/chromium_org/third_party/libjpeg_turbo/
jpegtran.c 292 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
294 cinfo->restart_in_rows = (int) lval;
cjpeg.c 388 cinfo->restart_in_rows = 0; /* else prior '-restart n' overrides me */
390 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 361 cinfo->restart_in_rows = 0;
jpeglib.h 382 * restart_interval, or in MCU rows by setting restart_in_rows
387 int restart_in_rows; /* if > 0, MCU rows per restart interval */ member in struct:jpeg_compress_struct
    [all...]
  /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...]
  /external/qemu/distrib/jpeg-6b/
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...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 386 if (cinfo->restart_in_rows > 0) {
387 long nominal = (long) cinfo->restart_in_rows * (long) cinfo->MCUs_per_row;
fpdfapi_jcparam.c 332 cinfo->restart_in_rows = 0;
jpeglib.h 395 * 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
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 395 * 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
    [all...]

Completed in 2453 milliseconds