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;
269 boolean is_decompressor; /* So common code can tell which is which */\
357 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
358 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
359 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
360 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
361 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
375 boolean write_JFIF_header; /* should a JFIF marker be written? */
385 boolean write_Adobe_marker; /* should an Adobe marker be written? */
404 boolean progressive_mode; /* TRUE if scan script uses progressive mode */
484 boolean buffered_image; /* TRUE=multiple output passes */
485 boolean raw_data_out; /* TRUE=downsampled data wanted */
488 boolean do_fancy_upsampling; /* TRUE=apply fancy upsampling */
489 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */
491 boolean quantize_colors; /* TRUE=colormapped output wanted */
494 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */
497 boolean enable_1pass_quant; /* enable future use of 1-pass quantizer */
498 boolean enable_external_quant;/* enable future use of external colormap */
499 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */
586 boolean is_baseline; /* TRUE if Baseline SOF0 encountered */
587 boolean progressive_mode; /* TRUE if SOFn specifies progressive mode */
588 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
599 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
606 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
612 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
777 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
789 JMETHOD(boolean, fill_input_buffer, (j_decompress_ptr cinfo));
791 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
829 boolean pre_zero,
835 boolean pre_zero,
844 boolean writable));
849 boolean writable));
868 typedef JMETHOD(boolean, jpeg_marker_parser_method, (j_decompress_ptr cinfo));
992 boolean force_baseline));
995 boolean force_baseline));
997 boolean force_baseline));
1001 boolean force_baseline));
1005 boolean suppress));
1011 boolean write_all_tables));
1040 boolean require_image));
1052 EXTERN(boolean) jpeg_start_decompress JPP((j_decompress_ptr cinfo));
1056 EXTERN(boolean) jpeg_finish_decompress JPP((j_decompress_ptr cinfo));
1064 EXTERN(boolean) jpeg_has_multiple_scans JPP((j_decompress_ptr cinfo));
1065 EXTERN(boolean) jpeg_start_output JPP((j_decompress_ptr cinfo,
1067 EXTERN(boolean) jpeg_finish_output JPP((j_decompress_ptr cinfo));
1068 EXTERN(boolean) jpeg_input_complete JPP((j_decompress_ptr cinfo));
1115 EXTERN(boolean) jpeg_resync_to_restart JPP((j_decompress_ptr cinfo,