Home
last modified time | relevance | path

Searched refs:restarts_to_go (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c49 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
187 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
393 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
446 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
447 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
451 entropy->restarts_to_go--; in encode_mcu_DC_first()
479 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
552 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
553 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
557 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Dfpdfapi_jdphuff.c66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
192 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
249 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
300 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
345 entropy->restarts_to_go--; in decode_mcu_DC_first()
370 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
429 entropy->restarts_to_go--; in decode_mcu_AC_first()
452 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
480 entropy->restarts_to_go--; in decode_mcu_DC_refine()
508 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Dfpdfapi_jchuff.c64 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
169 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
494 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
519 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
520 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
524 entropy->restarts_to_go--; in encode_mcu_huff()
656 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
661 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
663 entropy->restarts_to_go--; in encode_mcu_gather()
Dfpdfapi_jdhuff.c65 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
140 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
490 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
529 if (entropy->restarts_to_go == 0) in decode_mcu()
627 entropy->restarts_to_go--; in decode_mcu()
/external/libjpeg-turbo/
Djcphuff.c51 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
189 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff()
393 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
446 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
447 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
451 entropy->restarts_to_go--; in encode_mcu_DC_first()
479 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
552 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
553 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
557 entropy->restarts_to_go--; in encode_mcu_AC_first()
[all …]
Djcarith.c39 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
375 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
377 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
381 entropy->restarts_to_go--; in encode_mcu_DC_first()
465 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
467 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
471 entropy->restarts_to_go--; in encode_mcu_AC_first()
562 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
564 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
568 entropy->restarts_to_go--; in encode_mcu_DC_refine()
[all …]
Djdphuff.c68 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
195 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_phuff_decoder()
254 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
305 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
350 entropy->restarts_to_go--; in decode_mcu_DC_first()
375 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
434 entropy->restarts_to_go--; in decode_mcu_AC_first()
457 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
485 entropy->restarts_to_go--; in decode_mcu_DC_refine()
513 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
[all …]
Djdarith.c37 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
222 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
253 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
255 entropy->restarts_to_go--; in decode_mcu_DC_first()
332 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
334 entropy->restarts_to_go--; in decode_mcu_AC_first()
404 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
406 entropy->restarts_to_go--; in decode_mcu_DC_refine()
440 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
442 entropy->restarts_to_go--; in decode_mcu_AC_refine()
[all …]
Djchuff.c98 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
202 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff()
635 if (entropy->restarts_to_go == 0) in encode_mcu_huff()
660 if (entropy->restarts_to_go == 0) { in encode_mcu_huff()
661 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_huff()
665 entropy->restarts_to_go--; in encode_mcu_huff()
797 if (entropy->restarts_to_go == 0) { in encode_mcu_gather()
802 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_gather()
804 entropy->restarts_to_go--; in encode_mcu_gather()
Djdhuff.c66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
142 entropy->restarts_to_go = cinfo->restart_interval; in start_pass_huff_decoder()
539 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
762 if (entropy->restarts_to_go == 0) in decode_mcu()
788 entropy->restarts_to_go--; in decode_mcu()
/external/opencv3/3rdparty/libjpeg/
Djchuff.c87 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
557 if (entropy->restarts_to_go == 0) in encode_mcu_DC_first()
610 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
611 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
615 entropy->restarts_to_go--; in encode_mcu_DC_first()
643 if (entropy->restarts_to_go == 0) in encode_mcu_AC_first()
720 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
721 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
725 entropy->restarts_to_go--; in encode_mcu_AC_first()
752 if (entropy->restarts_to_go == 0) in encode_mcu_DC_refine()
[all …]
Djcarith.c37 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
373 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_first()
375 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_first()
379 entropy->restarts_to_go--; in encode_mcu_DC_first()
464 if (entropy->restarts_to_go == 0) { in encode_mcu_AC_first()
466 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_AC_first()
470 entropy->restarts_to_go--; in encode_mcu_AC_first()
566 if (entropy->restarts_to_go == 0) { in encode_mcu_DC_refine()
568 entropy->restarts_to_go = cinfo->restart_interval; in encode_mcu_DC_refine()
572 entropy->restarts_to_go--; in encode_mcu_DC_refine()
[all …]
Djdarith.c35 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
221 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
252 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
254 entropy->restarts_to_go--; in decode_mcu_DC_first()
332 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
334 entropy->restarts_to_go--; in decode_mcu_AC_first()
409 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
411 entropy->restarts_to_go--; in decode_mcu_DC_refine()
446 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
448 entropy->restarts_to_go--; in decode_mcu_AC_refine()
[all …]
Djdhuff.c233 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member
657 entropy->restarts_to_go = cinfo->restart_interval; in process_restart()
709 if (entropy->restarts_to_go == 0) in decode_mcu_DC_first()
754 entropy->restarts_to_go--; in decode_mcu_DC_first()
779 if (entropy->restarts_to_go == 0) in decode_mcu_AC_first()
841 entropy->restarts_to_go--; in decode_mcu_AC_first()
864 if (entropy->restarts_to_go == 0) in decode_mcu_DC_refine()
892 entropy->restarts_to_go--; in decode_mcu_DC_refine()
919 if (entropy->restarts_to_go == 0) in decode_mcu_AC_refine()
1041 entropy->restarts_to_go--; in decode_mcu_AC_refine()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...