Lines Matching refs:boolean
103 boolean sent_table; /* TRUE when table has been output */
119 boolean sent_table; /* TRUE when table has been output */
169 boolean component_needed; /* do we need the value of this component? */
262 boolean is_decompressor; /* So common code can tell which is which */\
350 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
351 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
352 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
353 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
354 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
368 boolean write_JFIF_header; /* should a JFIF marker be written? */
378 boolean write_Adobe_marker; /* should an Adobe marker be written? */
397 boolean progressive_mode; /* TRUE if scan script uses progressive mode */
477 boolean buffered_image; /* TRUE=multiple output passes */
478 boolean raw_data_out; /* TRUE=downsampled data wanted */
481 boolean do_fancy_upsampling; /* TRUE=apply fancy upsampling */
482 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */
484 boolean quantize_colors; /* TRUE=colormapped output wanted */
487 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */
490 boolean enable_1pass_quant; /* enable future use of 1-pass quantizer */
491 boolean enable_external_quant;/* enable future use of external colormap */
492 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */
579 boolean is_baseline; /* TRUE if Baseline SOF0 encountered */
580 boolean progressive_mode; /* TRUE if SOFn specifies progressive mode */
581 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
592 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
599 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
605 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
770 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
782 JMETHOD(boolean, fill_input_buffer, (j_decompress_ptr cinfo));
784 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
822 boolean pre_zero,
828 boolean pre_zero,
837 boolean writable));
842 boolean writable));
861 typedef JMETHOD(boolean, jpeg_marker_parser_method, (j_decompress_ptr cinfo));
985 boolean force_baseline));
988 boolean force_baseline));
990 boolean force_baseline));
994 boolean force_baseline));
998 boolean suppress));
1004 boolean write_all_tables));
1033 boolean require_image));
1045 EXTERN(boolean) jpeg_start_decompress JPP((j_decompress_ptr cinfo));
1049 EXTERN(boolean) jpeg_finish_decompress JPP((j_decompress_ptr cinfo));
1057 EXTERN(boolean) jpeg_has_multiple_scans JPP((j_decompress_ptr cinfo));
1058 EXTERN(boolean) jpeg_start_output JPP((j_decompress_ptr cinfo,
1060 EXTERN(boolean) jpeg_finish_output JPP((j_decompress_ptr cinfo));
1061 EXTERN(boolean) jpeg_input_complete JPP((j_decompress_ptr cinfo));
1108 EXTERN(boolean) jpeg_resync_to_restart JPP((j_decompress_ptr cinfo,