HomeSort by relevance Sort by last modified time
    Searched refs:restart_interval (Results 1 - 25 of 49) 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
  /hardware/intel/common/libva/va/
va_dec_jpeg.h 169 unsigned short restart_interval; member in struct:_VASliceParameterBufferJPEGBaseline
va_enc_jpeg.h 121 unsigned short restart_interval; member in struct:_VAEncSliceParameterBufferJPEG
  /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) {
644 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 */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcphuff.c 188 entropy->restarts_to_go = cinfo->restart_interval;
393 if (cinfo->restart_interval)
446 if (cinfo->restart_interval) {
448 entropy->restarts_to_go = cinfo->restart_interval;
479 if (cinfo->restart_interval)
552 if (cinfo->restart_interval) {
554 entropy->restarts_to_go = cinfo->restart_interval;
584 if (cinfo->restart_interval)
601 if (cinfo->restart_interval) {
603 entropy->restarts_to_go = cinfo->restart_interval;
    [all...]
fpdfapi_jdphuff.c 193 entropy->restarts_to_go = cinfo->restart_interval;
250 entropy->restarts_to_go = cinfo->restart_interval;
300 if (cinfo->restart_interval) {
370 if (cinfo->restart_interval) {
452 if (cinfo->restart_interval) {
508 if (cinfo->restart_interval) {
fpdfapi_jchuff.c 170 entropy->restarts_to_go = cinfo->restart_interval;
494 if (cinfo->restart_interval) {
519 if (cinfo->restart_interval) {
521 entropy->restarts_to_go = cinfo->restart_interval;
656 if (cinfo->restart_interval) {
662 entropy->restarts_to_go = cinfo->restart_interval;
fpdfapi_jcmarker.c 273 emit_2bytes(cinfo, (int) cinfo->restart_interval);
589 if (cinfo->restart_interval != marker->last_restart_interval) {
591 marker->last_restart_interval = cinfo->restart_interval;
fpdfapi_jdhuff.c 141 entropy->restarts_to_go = cinfo->restart_interval;
491 entropy->restarts_to_go = cinfo->restart_interval;
529 if (cinfo->restart_interval) {
jpeglib.h 395 * restart_interval, or in MCU rows by setting restart_in_rows
396 * (in which case the correct restart_interval will be figured
399 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
612 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]
  /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...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg-internal.h 117 int restart_interval; member in struct:jdec_private
tinyjpeg.c 378 priv->restart_interval = be16_to_cpu(stream+2);
381 trace("Restart interval = %d\n", priv->restart_interval);
787 slice_param.restart_interval = priv->restart_interval;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 395 * restart_interval, or in MCU rows by setting restart_in_rows
396 * (in which case the correct restart_interval will be figured
399 unsigned int restart_interval; /* MCUs per restart, or 0 for no restart */ member in struct:jpeg_compress_struct
612 unsigned int restart_interval; /* MCUs per restart interval, or 0 for no restart */ member in struct:jpeg_decompress_struct
    [all...]

Completed in 2902 milliseconds

1 2