• Home
  • Raw
  • Download

Lines Matching refs:boolean

103   boolean sent_table;           /* TRUE when table has been output */
119 boolean sent_table; /* TRUE when table has been output */
174 boolean component_needed; /* do we need the value of this component? */
281 boolean is_decompressor; /* So common code can tell which is which */ \
373 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
374 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
375 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
376 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
378 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
393 boolean write_JFIF_header; /* should a JFIF marker be written? */
403 boolean write_Adobe_marker; /* should an Adobe marker be written? */
419 boolean progressive_mode; /* TRUE if scan script uses progressive mode */
503 boolean buffered_image; /* TRUE=multiple output passes */
504 boolean raw_data_out; /* TRUE=downsampled data wanted */
507 boolean do_fancy_upsampling; /* TRUE=apply fancy upsampling */
508 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */
510 boolean quantize_colors; /* TRUE=colormapped output wanted */
513 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */
516 boolean enable_1pass_quant; /* enable future use of 1-pass quantizer */
517 boolean enable_external_quant;/* enable future use of external colormap */
518 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */
606 boolean is_baseline; /* TRUE if Baseline SOF0 encountered */
608 boolean progressive_mode; /* TRUE if SOFn specifies progressive mode */
609 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
620 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
627 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
630 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
801 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
813 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);
815 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);
849 boolean pre_zero,
854 boolean pre_zero,
861 boolean writable);
864 boolean writable);
883 typedef boolean (*jpeg_marker_parser_method) (j_decompress_ptr cinfo);
940 boolean force_baseline);
942 boolean force_baseline);
945 boolean force_baseline);
949 int scale_factor, boolean force_baseline);
952 EXTERN(void) jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress);
958 boolean write_all_tables);
991 EXTERN(int) jpeg_read_header(j_decompress_ptr cinfo, boolean require_image);
1003 EXTERN(boolean) jpeg_start_decompress(j_decompress_ptr cinfo);
1011 EXTERN(boolean) jpeg_finish_decompress(j_decompress_ptr cinfo);
1018 EXTERN(boolean) jpeg_has_multiple_scans(j_decompress_ptr cinfo);
1019 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);
1020 EXTERN(boolean) jpeg_finish_output(j_decompress_ptr cinfo);
1021 EXTERN(boolean) jpeg_input_complete(j_decompress_ptr cinfo);
1069 EXTERN(boolean) jpeg_resync_to_restart(j_decompress_ptr cinfo, int desired);
1072 EXTERN(boolean) jpeg_read_icc_profile(j_decompress_ptr cinfo,