Lines Matching refs:boolean
96 boolean sent_table; /* TRUE when table has been output */
112 boolean sent_table; /* TRUE when table has been output */
167 boolean component_needed; /* do we need the value of this component? */
274 boolean is_decompressor; /* So common code can tell which is which */\
366 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
367 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
368 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
369 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
371 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
386 boolean write_JFIF_header; /* should a JFIF marker be written? */
396 boolean write_Adobe_marker; /* should an Adobe marker be written? */
412 boolean progressive_mode; /* TRUE if scan script uses progressive mode */
496 boolean buffered_image; /* TRUE=multiple output passes */
497 boolean raw_data_out; /* TRUE=downsampled data wanted */
500 boolean do_fancy_upsampling; /* TRUE=apply fancy upsampling */
501 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */
503 boolean quantize_colors; /* TRUE=colormapped output wanted */
506 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */
509 boolean enable_1pass_quant; /* enable future use of 1-pass quantizer */
510 boolean enable_external_quant;/* enable future use of external colormap */
511 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */
599 boolean is_baseline; /* TRUE if Baseline SOF0 encountered */
601 boolean progressive_mode; /* TRUE if SOFn specifies progressive mode */
602 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
613 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
620 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
623 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
794 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
806 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);
808 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);
842 boolean pre_zero,
847 boolean pre_zero,
854 boolean writable);
857 boolean writable);
876 typedef boolean (*jpeg_marker_parser_method) (j_decompress_ptr cinfo);
933 boolean force_baseline);
935 boolean force_baseline);
938 boolean force_baseline);
942 int scale_factor, boolean force_baseline);
945 EXTERN(void) jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress);
951 boolean write_all_tables);
978 EXTERN(int) jpeg_read_header (j_decompress_ptr cinfo, boolean require_image);
990 EXTERN(boolean) jpeg_start_decompress (j_decompress_ptr cinfo);
998 EXTERN(boolean) jpeg_finish_decompress (j_decompress_ptr cinfo);
1005 EXTERN(boolean) jpeg_has_multiple_scans (j_decompress_ptr cinfo);
1006 EXTERN(boolean) jpeg_start_output (j_decompress_ptr cinfo, int scan_number);
1007 EXTERN(boolean) jpeg_finish_output (j_decompress_ptr cinfo);
1008 EXTERN(boolean) jpeg_input_complete (j_decompress_ptr cinfo);
1056 EXTERN(boolean) jpeg_resync_to_restart (j_decompress_ptr cinfo, int desired);