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

1 2

  /external/chromium_org/third_party/libva/va/
va_dec_jpeg.h 165 unsigned short restart_interval; member in struct:_VASliceParameterBufferJPEGBaseline
  /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;
572 cinfo->restart_interval = tmp;
    [all...]
jcmaster.c 387 cinfo->restart_interval = (unsigned int) MIN(nominal, 65535L);
jcparam.c 330 cinfo->restart_interval = 0;
  /external/qemu/distrib/jpeg-6b/
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 195 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) {
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;
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 409 int restart_interval; member in struct:leveldb::TestArgs
446 options_.block_restart_interval = args.restart_interval;
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 614 milliseconds

1 2