• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/

Lines Matching refs:boolean

101   boolean sent_table;		/* TRUE when table has been output */
117 boolean sent_table; /* TRUE when table has been output */
167 boolean component_needed; /* do we need the value of this component? */
253 boolean is_decompressor; /* So common code can tell which is which */\
341 boolean raw_data_in; /* TRUE=caller supplies downsampled data */
342 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
343 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
344 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
345 boolean do_fancy_downsampling; /* TRUE=apply fancy downsampling */
359 boolean write_JFIF_header; /* should a JFIF marker be written? */
369 boolean write_Adobe_marker; /* should an Adobe marker be written? */
385 boolean progressive_mode; /* TRUE if scan script uses progressive mode */
461 boolean buffered_image; /* TRUE=multiple output passes */
462 boolean raw_data_out; /* TRUE=downsampled data wanted */
465 boolean do_fancy_upsampling; /* TRUE=apply fancy upsampling */
466 boolean do_block_smoothing; /* TRUE=apply interblock smoothing */
468 boolean quantize_colors; /* TRUE=colormapped output wanted */
471 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */
474 boolean enable_1pass_quant; /* enable future use of 1-pass quantizer */
475 boolean enable_external_quant;/* enable future use of external colormap */
476 boolean enable_2pass_quant; /* enable future use of 2-pass quantizer */
563 boolean progressive_mode; /* TRUE if SOFn specifies progressive mode */
564 boolean arith_code; /* TRUE=arithmetic coding, FALSE=Huffman */
575 boolean saw_JFIF_marker; /* TRUE iff a JFIF APP0 marker was found */
582 boolean saw_Adobe_marker; /* TRUE iff an Adobe APP14 marker was found */
585 boolean CCIR601_sampling; /* TRUE=first samples are cosited */
744 JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo));
756 JMETHOD(boolean, fill_input_buffer, (j_decompress_ptr cinfo));
758 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired));
796 boolean pre_zero,
802 boolean pre_zero,
811 boolean writable));
816 boolean writable));
835 typedef JMETHOD(boolean, jpeg_marker_parser_method, (j_decompress_ptr cinfo));
948 boolean force_baseline));
951 boolean force_baseline));
953 boolean force_baseline));
957 boolean force_baseline));
961 boolean suppress));
967 boolean write_all_tables));
996 boolean require_image));
1008 EXTERN(boolean) jpeg_start_decompress JPP((j_decompress_ptr cinfo));
1012 EXTERN(boolean) jpeg_finish_decompress JPP((j_decompress_ptr cinfo));
1020 EXTERN(boolean) jpeg_has_multiple_scans JPP((j_decompress_ptr cinfo));
1021 EXTERN(boolean) jpeg_start_output JPP((j_decompress_ptr cinfo,
1023 EXTERN(boolean) jpeg_finish_output JPP((j_decompress_ptr cinfo));
1024 EXTERN(boolean) jpeg_input_complete JPP((j_decompress_ptr cinfo));
1070 EXTERN(boolean) jpeg_resync_to_restart JPP((j_decompress_ptr cinfo,