Searched refs:restart_interval (Results 1 - 25 of 26) sorted by relevance

12

/external/jpeg/
H A Djcphuff.c187 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...]
H A Djdphuff.c191 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) {
H A Djchuff.c166 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;
H A Djdhuff.c138 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) {
H A Djcmarker.c272 emit_2bytes(cinfo, (int) cinfo->restart_interval);
588 if (cinfo->restart_interval != marker->last_restart_interval) {
590 marker->last_restart_interval = cinfo->restart_interval;
H A Djpeglib.h332 * 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
H A Dcjpeg.c368 cinfo->restart_interval = (unsigned int) lval;
372 /* restart_interval will be computed during startup */
H A Djpegtran.c259 cinfo->restart_interval = (unsigned int) lval;
263 /* restart_interval will be computed during startup */
H A Djdmarker.c214 cinfo->restart_interval = 0;
572 cinfo->restart_interval = tmp;
H A Djcmaster.c387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
H A Djcparam.c330 cinfo->restart_interval = 0;
/external/qemu/distrib/jpeg-6b/
H A Djcphuff.c187 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...]
H A Djdphuff.c195 entropy->restarts_to_go = cinfo->restart_interval;
252 entropy->restarts_to_go = cinfo->restart_interval;
302 if (cinfo->restart_interval) {
372 if (cinfo->restart_interval) {
454 if (cinfo->restart_interval) {
510 if (cinfo->restart_interval) {
665 if (cinfo->restart_interval) {
H A Djchuff.c166 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;
H A Djdhuff.c138 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) {
H A Djcmarker.c272 emit_2bytes(cinfo, (int) cinfo->restart_interval);
588 if (cinfo->restart_interval != marker->last_restart_interval) {
590 marker->last_restart_interval = cinfo->restart_interval;
H A Djpeglib.h332 * 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
H A Dcjpeg.c368 cinfo->restart_interval = (unsigned int) lval;
372 /* restart_interval will be computed during startup */
H A Djpegtran.c259 cinfo->restart_interval = (unsigned int) lval;
263 /* restart_interval will be computed during startup */
H A Djdmarker.c214 cinfo->restart_interval = 0;
564 cinfo->restart_interval = tmp;
H A Djcmaster.c387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
H A Djcparam.c330 cinfo->restart_interval = 0;
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc409 int restart_interval; member in struct:leveldb::TestArgs
446 options_.block_restart_interval = args.restart_interval;
/external/chromium_org/third_party/libva/va/
H A Dva.h719 int restart_interval; /* specifies the number of MCUs in restart interval, defined in DRI marker */ member in struct:_VASliceParameterBufferJPEG
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 583 milliseconds

12