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

12 3

  /external/libjpeg-turbo/
jcparam.c 251 cinfo->restart_interval = 0;
jpegtran.c 297 cinfo->restart_interval = (unsigned int) lval;
301 /* restart_interval will be computed during startup */
cjpeg.c 393 cinfo->restart_interval = (unsigned int) lval;
397 /* restart_interval will be computed during startup */
jdmarker.c 216 cinfo->restart_interval = 0;
580 cinfo->restart_interval = tmp;
    [all...]
jcmaster.c 422 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
turbojpeg.c 233 cinfo->restart_interval=temp;
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c 214 cinfo->restart_interval = 0;
597 cinfo->restart_interval = tmp;
    [all...]
jpeglib.h 430 * restart_interval, or in MCU rows by setting restart_in_rows
431 * (in which case the correct restart_interval will be figured
434 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
647 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
fpdfapi_jcmaster.c 387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
fpdfapi_jcparam.c 330 cinfo->restart_interval = 0;
  /external/opencv3/3rdparty/libjpeg/
jcparam.c 352 cinfo->restart_interval = 0;
jdmarker.c 216 cinfo->restart_interval = 0;
633 cinfo->restart_interval = tmp;
    [all...]
jcmaster.c 651 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 656 cinfo.restart_interval = rst_interval;
  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 878 const uint32_t num_MCUs_dec = slice_param->restart_interval ? min(slice_param->restart_interval, num_MCUs) : num_MCUs;
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 1513 int restart_interval, todo; member in struct:__anon15000
    [all...]
  /hardware/intel/common/libva/va/
va_trace.c     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1379 milliseconds

12 3