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

  /external/jpeg/
jcphuff.c 187 entropy->restarts_to_go = cinfo->restart_interval;
392 if (cinfo->restart_interval)
445 if (cinfo->restart_interval) {
447 entropy->restarts_to_go = cinfo->restart_interval;
478 if (cinfo->restart_interval)
551 if (cinfo->restart_interval) {
553 entropy->restarts_to_go = cinfo->restart_interval;
583 if (cinfo->restart_interval)
600 if (cinfo->restart_interval) {
602 entropy->restarts_to_go = cinfo->restart_interval;
    [all...]
jdphuff.c 191 entropy->restarts_to_go = cinfo->restart_interval;
248 entropy->restarts_to_go = cinfo->restart_interval;
298 if (cinfo->restart_interval) {
368 if (cinfo->restart_interval) {
450 if (cinfo->restart_interval) {
506 if (cinfo->restart_interval) {
661 if (cinfo->restart_interval) {
jchuff.c 166 entropy->restarts_to_go = cinfo->restart_interval;
490 if (cinfo->restart_interval) {
515 if (cinfo->restart_interval) {
517 entropy->restarts_to_go = cinfo->restart_interval;
652 if (cinfo->restart_interval) {
658 entropy->restarts_to_go = cinfo->restart_interval;
jdhuff.c 138 entropy->restarts_to_go = cinfo->restart_interval;
488 entropy->restarts_to_go = cinfo->restart_interval;
528 if (cinfo->restart_interval) {
611 if (cinfo->restart_interval) {
730 if (cinfo->restart_interval) {
jcmarker.c 272 emit_2bytes(cinfo, (int) cinfo->restart_interval);
588 if (cinfo->restart_interval != marker->last_restart_interval) {
590 marker->last_restart_interval = cinfo->restart_interval;
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;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 161 milliseconds