Data Fields | |
JSAMPARRAY | colorindex |
int | desired |
int * | error_limiter |
FSERRPTR | fserrors |
hist3d | histogram |
boolean | is_padded |
int | Ncolors [MAX_Q_COMPS] |
boolean | needs_zeroed |
ODITHER_MATRIX_PTR | odither [MAX_Q_COMPS] |
boolean | on_odd_row |
struct jpeg_color_quantizer | pub |
int | row_index |
int | sv_actual |
JSAMPARRAY | sv_colormap |
JSAMPARRAY my_cquantizer::colorindex |
Referenced by color_quantize(), color_quantize3(), create_colorindex(), quantize3_ord_dither(), quantize_fs_dither(), and quantize_ord_dither().
int my_cquantizer::desired |
Referenced by finish_pass1(), and jinit_2pass_quantizer().
int* my_cquantizer::error_limiter |
Referenced by jinit_2pass_quantizer(), pass2_fs_dither(), and start_pass_2_quant().
FSERRPTR my_cquantizer::fserrors |
hist3d my_cquantizer::histogram |
Referenced by jinit_2pass_quantizer(), pass2_fs_dither(), prescan_quantize(), and start_pass_2_quant().
boolean my_cquantizer::is_padded |
Referenced by create_colorindex(), and start_pass_1_quant().
int my_cquantizer::Ncolors[MAX_Q_COMPS] |
Referenced by create_colorindex(), create_colormap(), and create_odither_tables().
boolean my_cquantizer::needs_zeroed |
Referenced by finish_pass1(), jinit_2pass_quantizer(), new_color_map_2_quant(), and start_pass_2_quant().
ODITHER_MATRIX_PTR my_cquantizer::odither[MAX_Q_COMPS] |
boolean my_cquantizer::on_odd_row |
Referenced by pass2_fs_dither(), quantize_fs_dither(), start_pass_1_quant(), and start_pass_2_quant().
struct jpeg_color_quantizer my_cquantizer::pub |
Referenced by jinit_1pass_quantizer(), jinit_2pass_quantizer(), start_pass_1_quant(), and start_pass_2_quant().
int my_cquantizer::row_index |
Referenced by quantize3_ord_dither(), quantize_ord_dither(), and start_pass_1_quant().
int my_cquantizer::sv_actual |
Referenced by create_colorindex(), create_colormap(), and start_pass_1_quant().
JSAMPARRAY my_cquantizer::sv_colormap |
Referenced by create_colormap(), finish_pass1(), jinit_2pass_quantizer(), quantize_fs_dither(), and start_pass_1_quant().