Lines Matching refs:boolean
97 boolean sent_table; /* TRUE when table has been output */
113 boolean sent_table; /* TRUE when table has been output */
168 boolean component_needed; /* do we need the value of this component? */
275 boolean is_decompressor; /* So common code can tell which is which */ \
367 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
368 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
369 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
370 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
372 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
387 boolean write_JFIF_header; /* should a JFIF marker be written? */
397 boolean write_Adobe_marker; /* should an Adobe marker be written? */
413 boolean progressive_mode; /* TRUE if scan script uses progressive mode */
497 boolean buffered_image; /* TRUE=multiple output passes */
498 boolean raw_data_out; /* TRUE=downsampled data wanted */
501 boolean do_fancy_upsampling; /* TRUE=apply fancy upsampling */
502 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */
504 boolean quantize_colors; /* TRUE=colormapped output wanted */
507 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */
510 boolean enable_1pass_quant; /* enable future use of 1-pass quantizer */
511 boolean enable_external_quant;/* enable future use of external colormap */
512 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */
600 boolean is_baseline; /* TRUE if Baseline SOF0 encountered */
602 boolean progressive_mode; /* TRUE if SOFn specifies progressive mode */
603 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
614 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
621 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
624 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
795 boolean (*empty_output_buffer) (j_compress_ptr cinfo);
807 boolean (*fill_input_buffer) (j_decompress_ptr cinfo);
809 boolean (*resync_to_restart) (j_decompress_ptr cinfo, int desired);
843 boolean pre_zero,
848 boolean pre_zero,
855 boolean writable);
858 boolean writable);
877 typedef boolean (*jpeg_marker_parser_method) (j_decompress_ptr cinfo);
934 boolean force_baseline);
936 boolean force_baseline);
939 boolean force_baseline);
943 int scale_factor, boolean force_baseline);
946 EXTERN(void) jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress);
952 boolean write_all_tables);
985 EXTERN(int) jpeg_read_header(j_decompress_ptr cinfo, boolean require_image);
997 EXTERN(boolean) jpeg_start_decompress(j_decompress_ptr cinfo);
1005 EXTERN(boolean) jpeg_finish_decompress(j_decompress_ptr cinfo);
1012 EXTERN(boolean) jpeg_has_multiple_scans(j_decompress_ptr cinfo);
1013 EXTERN(boolean) jpeg_start_output(j_decompress_ptr cinfo, int scan_number);
1014 EXTERN(boolean) jpeg_finish_output(j_decompress_ptr cinfo);
1015 EXTERN(boolean) jpeg_input_complete(j_decompress_ptr cinfo);
1063 EXTERN(boolean) jpeg_resync_to_restart(j_decompress_ptr cinfo, int desired);
1066 EXTERN(boolean) jpeg_read_icc_profile(j_decompress_ptr cinfo,