#include "jinclude.h"
#include "jpeglib.h"
Go to the source code of this file.
|
| compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor) |
|
| fill_inverse_cmap (j_decompress_ptr cinfo, int c0, int c1, int c2) |
|
| find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) |
|
| find_biggest_color_pop (boxptr boxlist, int numboxes) |
|
| find_biggest_volume (boxptr boxlist, int numboxes) |
|
| find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, JSAMPLE colorlist[]) |
|
| finish_pass1 (j_decompress_ptr cinfo) |
|
| finish_pass2 (j_decompress_ptr cinfo) |
|
| init_error_limit (j_decompress_ptr cinfo) |
|
| jinit_2pass_quantizer (j_decompress_ptr cinfo) |
|
| median_cut (j_decompress_ptr cinfo, boxptr boxlist, int numboxes, int desired_colors) |
|
| new_color_map_2_quant (j_decompress_ptr cinfo) |
|
| pass2_fs_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) |
|
| pass2_no_dither (j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) |
|
| prescan_quantize (j_decompress_ptr cinfo, JSAMPARRAY input_buf, JSAMPARRAY output_buf, int num_rows) |
|
| select_colors (j_decompress_ptr cinfo, int desired_colors) |
|
| start_pass_2_quant (j_decompress_ptr cinfo, boolean is_pre_scan) |
|
| update_box (j_decompress_ptr cinfo, boxptr boxp) |
|
◆ B_SCALE
#define B_SCALE 1 /* and B by this much */ |
◆ BOX_C0_ELEMS
◆ BOX_C0_LOG
◆ BOX_C0_SHIFT
◆ BOX_C1_ELEMS
◆ BOX_C1_LOG
◆ BOX_C1_SHIFT
◆ BOX_C2_ELEMS
◆ BOX_C2_LOG
◆ BOX_C2_SHIFT
◆ C0_SCALE
◆ C0_SHIFT
◆ C1_SCALE
◆ C1_SHIFT
◆ C2_SCALE
◆ C2_SHIFT
◆ G_SCALE
#define G_SCALE 3 /* scale G distances by this much */ |
◆ HIST_C0_BITS
#define HIST_C0_BITS 5 /* bits of precision in R/B histogram */ |
◆ HIST_C0_ELEMS
◆ HIST_C1_BITS
#define HIST_C1_BITS 6 /* bits of precision in G histogram */ |
◆ HIST_C1_ELEMS
◆ HIST_C2_BITS
#define HIST_C2_BITS 5 /* bits of precision in B/R histogram */ |
◆ HIST_C2_ELEMS
◆ JPEG_INTERNALS
◆ MAXNUMCOLORS
◆ R_SCALE
#define R_SCALE 2 /* scale R distances by this much */ |
◆ STEP_C0
◆ STEP_C1
◆ STEP_C2
◆ STEPSIZE
◆ boxptr
◆ FSERROR
◆ FSERRPTR
◆ hist1d
◆ hist2d
◆ hist3d
◆ histcell
◆ histptr
◆ LOCFSERROR
◆ my_cquantize_ptr
◆ compute_color()
◆ fill_inverse_cmap()
◆ find_best_colors()
◆ find_biggest_color_pop()
find_biggest_color_pop |
( |
boxptr |
boxlist, |
|
|
int |
numboxes |
|
) |
| |
◆ find_biggest_volume()
find_biggest_volume |
( |
boxptr |
boxlist, |
|
|
int |
numboxes |
|
) |
| |
◆ find_nearby_colors()
◆ finish_pass1()
◆ finish_pass2()
◆ init_error_limit()
◆ jinit_2pass_quantizer()
◆ median_cut()
◆ new_color_map_2_quant()
◆ pass2_fs_dither()
◆ pass2_no_dither()
◆ prescan_quantize()
◆ select_colors()
◆ start_pass_2_quant()
◆ update_box()