HomeSort by relevance Sort by last modified time
    Searched refs:restarts_to_go (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jcphuff.c 49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon17349
187 entropy->restarts_to_go = cinfo->restart_interval;
391 if (entropy->restarts_to_go == 0)
444 if (entropy->restarts_to_go == 0) {
445 entropy->restarts_to_go = cinfo->restart_interval;
449 entropy->restarts_to_go--;
477 if (entropy->restarts_to_go == 0)
550 if (entropy->restarts_to_go == 0) {
551 entropy->restarts_to_go = cinfo->restart_interval;
555 entropy->restarts_to_go--
    [all...]
jdphuff.c 66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon17374
192 entropy->restarts_to_go = cinfo->restart_interval;
250 entropy->restarts_to_go = cinfo->restart_interval;
301 if (entropy->restarts_to_go == 0)
346 entropy->restarts_to_go--;
371 if (entropy->restarts_to_go == 0)
430 entropy->restarts_to_go--;
453 if (entropy->restarts_to_go == 0)
481 entropy->restarts_to_go--;
509 if (entropy->restarts_to_go == 0
    [all...]
jdarith.c 35 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon17353
220 entropy->restarts_to_go = cinfo->restart_interval;
251 if (entropy->restarts_to_go == 0)
253 entropy->restarts_to_go--;
330 if (entropy->restarts_to_go == 0)
332 entropy->restarts_to_go--;
402 if (entropy->restarts_to_go == 0)
404 entropy->restarts_to_go--;
438 if (entropy->restarts_to_go == 0)
440 entropy->restarts_to_go--
    [all...]
jcarith.c 37 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon17336
373 if (entropy->restarts_to_go == 0) {
375 entropy->restarts_to_go = cinfo->restart_interval;
379 entropy->restarts_to_go--;
463 if (entropy->restarts_to_go == 0) {
465 entropy->restarts_to_go = cinfo->restart_interval;
469 entropy->restarts_to_go--;
560 if (entropy->restarts_to_go == 0) {
562 entropy->restarts_to_go = cinfo->restart_interval;
566 entropy->restarts_to_go--
    [all...]
jchuff.c 99 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon17341
204 entropy->restarts_to_go = cinfo->restart_interval;
637 if (entropy->restarts_to_go == 0)
662 if (entropy->restarts_to_go == 0) {
663 entropy->restarts_to_go = cinfo->restart_interval;
667 entropy->restarts_to_go--;
799 if (entropy->restarts_to_go == 0) {
804 entropy->restarts_to_go = cinfo->restart_interval;
806 entropy->restarts_to_go--;
jdhuff.c 65 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon17363
140 entropy->restarts_to_go = cinfo->restart_interval;
536 entropy->restarts_to_go = cinfo->restart_interval;
756 if (entropy->restarts_to_go == 0)
782 entropy->restarts_to_go--;
  /external/jpeg/
jcphuff.c 49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon27302
187 entropy->restarts_to_go = cinfo->restart_interval;
393 if (entropy->restarts_to_go == 0)
446 if (entropy->restarts_to_go == 0) {
447 entropy->restarts_to_go = cinfo->restart_interval;
451 entropy->restarts_to_go--;
479 if (entropy->restarts_to_go == 0)
552 if (entropy->restarts_to_go == 0) {
553 entropy->restarts_to_go = cinfo->restart_interval;
557 entropy->restarts_to_go--
    [all...]
jdphuff.c 66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon27324
191 entropy->restarts_to_go = cinfo->restart_interval;
248 entropy->restarts_to_go = cinfo->restart_interval;
299 if (entropy->restarts_to_go == 0)
344 entropy->restarts_to_go--;
369 if (entropy->restarts_to_go == 0)
428 entropy->restarts_to_go--;
451 if (entropy->restarts_to_go == 0)
479 entropy->restarts_to_go--;
507 if (entropy->restarts_to_go == 0
    [all...]
jdhuff.c 64 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon27313
138 entropy->restarts_to_go = cinfo->restart_interval;
488 entropy->restarts_to_go = cinfo->restart_interval;
530 if (entropy->restarts_to_go == 0)
535 // Save restarts_to_go and next_restart_num
536 offset->restarts_to_go = (unsigned short) entropy->restarts_to_go;
571 // Restore restarts_to_go and next_restart_num
573 entropy->restarts_to_go = offset.restarts_to_go;
    [all...]
jchuff.c 61 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon27294
166 entropy->restarts_to_go = cinfo->restart_interval;
491 if (entropy->restarts_to_go == 0)
516 if (entropy->restarts_to_go == 0) {
517 entropy->restarts_to_go = cinfo->restart_interval;
521 entropy->restarts_to_go--;
653 if (entropy->restarts_to_go == 0) {
658 entropy->restarts_to_go = cinfo->restart_interval;
660 entropy->restarts_to_go--;
jpeglib.h 654 unsigned short restarts_to_go; member in struct:__anon27345
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 50 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33337
188 entropy->restarts_to_go = cinfo->restart_interval;
394 if (entropy->restarts_to_go == 0)
447 if (entropy->restarts_to_go == 0) {
448 entropy->restarts_to_go = cinfo->restart_interval;
452 entropy->restarts_to_go--;
480 if (entropy->restarts_to_go == 0)
553 if (entropy->restarts_to_go == 0) {
554 entropy->restarts_to_go = cinfo->restart_interval;
558 entropy->restarts_to_go--;
    [all...]
fpdfapi_jdphuff.c 67 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33354
193 entropy->restarts_to_go = cinfo->restart_interval;
250 entropy->restarts_to_go = cinfo->restart_interval;
301 if (entropy->restarts_to_go == 0)
346 entropy->restarts_to_go--;
371 if (entropy->restarts_to_go == 0)
430 entropy->restarts_to_go--;
453 if (entropy->restarts_to_go == 0)
481 entropy->restarts_to_go--;
509 if (entropy->restarts_to_go == 0)
    [all...]
fpdfapi_jchuff.c 65 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33330
170 entropy->restarts_to_go = cinfo->restart_interval;
495 if (entropy->restarts_to_go == 0)
520 if (entropy->restarts_to_go == 0) {
521 entropy->restarts_to_go = cinfo->restart_interval;
525 entropy->restarts_to_go--;
657 if (entropy->restarts_to_go == 0) {
662 entropy->restarts_to_go = cinfo->restart_interval;
664 entropy->restarts_to_go--;
fpdfapi_jdhuff.c 66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33346
141 entropy->restarts_to_go = cinfo->restart_interval;
491 entropy->restarts_to_go = cinfo->restart_interval;
530 if (entropy->restarts_to_go == 0)
628 entropy->restarts_to_go--;
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33886
187 entropy->restarts_to_go = cinfo->restart_interval;
393 if (entropy->restarts_to_go == 0)
446 if (entropy->restarts_to_go == 0) {
447 entropy->restarts_to_go = cinfo->restart_interval;
451 entropy->restarts_to_go--;
479 if (entropy->restarts_to_go == 0)
552 if (entropy->restarts_to_go == 0) {
553 entropy->restarts_to_go = cinfo->restart_interval;
557 entropy->restarts_to_go--
    [all...]
jdphuff.c 66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33908
195 entropy->restarts_to_go = cinfo->restart_interval;
252 entropy->restarts_to_go = cinfo->restart_interval;
303 if (entropy->restarts_to_go == 0)
348 entropy->restarts_to_go--;
373 if (entropy->restarts_to_go == 0)
432 entropy->restarts_to_go--;
455 if (entropy->restarts_to_go == 0)
483 entropy->restarts_to_go--;
511 if (entropy->restarts_to_go == 0
    [all...]
jdhuff.c 64 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33897
138 entropy->restarts_to_go = cinfo->restart_interval;
488 entropy->restarts_to_go = cinfo->restart_interval;
530 if (entropy->restarts_to_go == 0)
535 // Save restarts_to_go and next_restart_num
536 offset->restarts_to_go = (unsigned short) entropy->restarts_to_go;
571 // Restore restarts_to_go and next_restart_num
573 entropy->restarts_to_go = offset.restarts_to_go;
    [all...]
jchuff.c 61 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon33878
166 entropy->restarts_to_go = cinfo->restart_interval;
491 if (entropy->restarts_to_go == 0)
516 if (entropy->restarts_to_go == 0) {
517 entropy->restarts_to_go = cinfo->restart_interval;
521 entropy->restarts_to_go--;
653 if (entropy->restarts_to_go == 0) {
658 entropy->restarts_to_go = cinfo->restart_interval;
660 entropy->restarts_to_go--;
jpeglib.h 654 unsigned short restarts_to_go; member in struct:__anon33929
    [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 

Completed in 209 milliseconds

1 2