HomeSort by relevance Sort by last modified time
    Searched refs:restart_interval (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium_org/third_party/libjpeg_turbo/
jdhuff.c 140 entropy->restarts_to_go = cinfo->restart_interval;
536 entropy->restarts_to_go = cinfo->restart_interval;
755 if (cinfo->restart_interval) {
jpeglib.h 382 * restart_interval, or in MCU rows by setting restart_in_rows
383 * (in which case the correct restart_interval will be figured
386 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
613 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
jpegtran.c 291 cinfo->restart_interval = (unsigned int) lval;
295 /* restart_interval will be computed during startup */
cjpeg.c 387 cinfo->restart_interval = (unsigned int) lval;
391 /* restart_interval will be computed during startup */
jcmaster.c 422 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
jcparam.c 360 cinfo->restart_interval = 0;
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 378 priv->restart_interval = be16_to_cpu(stream+2);
381 trace("Restart interval = %d\n", priv->restart_interval);
787 slice_param.restart_interval = priv->restart_interval;
  /external/jpeg/
jpeglib.h 332 * restart_interval, or in MCU rows by setting restart_in_rows
333 * (in which case the correct restart_interval will be figured
336 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
553 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
cjpeg.c 368 cinfo->restart_interval = (unsigned int) lval;
372 /* restart_interval will be computed during startup */
jpegtran.c 259 cinfo->restart_interval = (unsigned int) lval;
263 /* restart_interval will be computed during startup */
jdmarker.c 214 cinfo->restart_interval = 0;
572 cinfo->restart_interval = tmp;
    [all...]
jcmaster.c 387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
jcparam.c 330 cinfo->restart_interval = 0;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 395 * restart_interval, or in MCU rows by setting restart_in_rows
396 * (in which case the correct restart_interval will be figured
399 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
612 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 395 * restart_interval, or in MCU rows by setting restart_in_rows
396 * (in which case the correct restart_interval will be figured
399 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
612 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
fpdfapi_jdmarker.c 215 cinfo->restart_interval = 0;
598 cinfo->restart_interval = tmp;
    [all...]
fpdfapi_jcmaster.c 388 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
fpdfapi_jcparam.c 331 cinfo->restart_interval = 0;
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 332 * restart_interval, or in MCU rows by setting restart_in_rows
333 * (in which case the correct restart_interval will be figured
336 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
553 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
cjpeg.c 368 cinfo->restart_interval = (unsigned int) lval;
372 /* restart_interval will be computed during startup */
jpegtran.c 259 cinfo->restart_interval = (unsigned int) lval;
263 /* restart_interval will be computed during startup */
jdmarker.c 214 cinfo->restart_interval = 0;
564 cinfo->restart_interval = tmp;
    [all...]
jcmaster.c 387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
jcparam.c 330 cinfo->restart_interval = 0;
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 409 int restart_interval; member in struct:leveldb::TestArgs
446 options_.block_restart_interval = args.restart_interval;

Completed in 856 milliseconds

12 3