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

1 2 3

  /external/jpeg/
jcinit.c 44 if (cinfo->arith_code) {
jcmarker.c 333 if (cinfo->Ah != 0 && !cinfo->arith_code)
513 if (cinfo->arith_code || cinfo->progressive_mode ||
531 if (cinfo->arith_code) {
557 if (cinfo->arith_code) {
627 if (! cinfo->arith_code) {
jdtrans.c 229 if (cinfo->arith_code) {
jpeglib.h 325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_compress_struct
547 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_decompress_struct
    [all...]
cjpeg.c 250 cinfo->arith_code = TRUE;
jctrans.c 169 if (cinfo->arith_code) {
jpegtran.c 156 cinfo->arith_code = TRUE;
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcinit.c 45 if (cinfo->arith_code) {
fpdfapi_jdtrans.c 104 if (cinfo->arith_code) {
fpdfapi_jcmarker.c 334 if (cinfo->Ah != 0 && !cinfo->arith_code)
514 if (cinfo->arith_code || cinfo->progressive_mode ||
532 if (cinfo->arith_code) {
558 if (cinfo->arith_code) {
628 if (! cinfo->arith_code) {
jpeglib.h 388 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_compress_struct
606 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_decompress_struct
    [all...]
fpdfapi_jctrans.c 170 if (cinfo->arith_code) {
  /external/qemu/distrib/jpeg-6b/
jcinit.c 44 if (cinfo->arith_code) {
jcmarker.c 333 if (cinfo->Ah != 0 && !cinfo->arith_code)
513 if (cinfo->arith_code || cinfo->progressive_mode ||
531 if (cinfo->arith_code) {
557 if (cinfo->arith_code) {
627 if (! cinfo->arith_code) {
jdtrans.c 229 if (cinfo->arith_code) {
jpeglib.h 325 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_compress_struct
547 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_decompress_struct
    [all...]
cjpeg.c 250 cinfo->arith_code = TRUE;
  /external/chromium_org/third_party/libjpeg_turbo/
jcinit.c 44 if (cinfo->arith_code) {
jdtrans.c 108 if (cinfo->arith_code) {
jcmarker.c 517 if (cinfo->arith_code || cinfo->progressive_mode ||
535 if (cinfo->arith_code) {
564 if (cinfo->arith_code) {
627 if (! cinfo->arith_code) {
jcmaster.c 471 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) {
605 if (cinfo->progressive_mode && !cinfo->arith_code) /* TEMPORARY HACK ??? */
jpeglib.h 372 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_compress_struct
607 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_decompress_struct
    [all...]
jctrans.c 176 if (cinfo->arith_code) {
jpegtran.c 166 cinfo->arith_code = TRUE;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 388 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_compress_struct
606 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */ member in struct:jpeg_decompress_struct
    [all...]

Completed in 103 milliseconds

1 2 3