Home
last modified time | relevance | path

Searched refs:cquantize (Results 1 – 5 of 5) sorted by relevance

/external/jpeg/
Djquant1.c275 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in create_colormap() local
281 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap()
286 total_colors, cquantize->Ncolors[0], in create_colormap()
287 cquantize->Ncolors[1], cquantize->Ncolors[2]); in create_colormap()
305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap()
323 cquantize->sv_colormap = colormap; in create_colormap()
324 cquantize->sv_actual = total_colors; in create_colormap()
335 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in create_colorindex() local
346 cquantize->is_padded = TRUE; in create_colorindex()
349 cquantize->is_padded = FALSE; in create_colorindex()
[all …]
Djquant2.c227 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in prescan_quantize() local
230 register hist3d histogram = cquantize->histogram; in prescan_quantize()
317 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in update_box() local
318 hist3d histogram = cquantize->histogram; in update_box()
504 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in compute_color() local
505 hist3d histogram = cquantize->histogram; in compute_color()
860 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in fill_inverse_cmap() local
861 hist3d histogram = cquantize->histogram; in fill_inverse_cmap()
919 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in pass2_no_dither() local
920 hist3d histogram = cquantize->histogram; in pass2_no_dither()
[all …]
Djdmaster.c361 master->quantizer_1pass = cinfo->cquantize; in master_selection()
371 master->quantizer_2pass = cinfo->cquantize; in master_selection()
469 (*cinfo->cquantize->start_pass) (cinfo, FALSE); in prepare_for_output_pass()
479 cinfo->cquantize = master->quantizer_2pass; in prepare_for_output_pass()
482 cinfo->cquantize = master->quantizer_1pass; in prepare_for_output_pass()
494 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass); in prepare_for_output_pass()
526 (*cinfo->cquantize->finish_pass) (cinfo); in finish_output_pass()
549 cinfo->cquantize = master->quantizer_2pass; in jpeg_new_colormap()
551 (*cinfo->cquantize->new_color_map) (cinfo); in jpeg_new_colormap()
Djdpostct.c145 (*cinfo->cquantize->color_quantize) (cinfo, in post_process_1pass()
184 (*cinfo->cquantize->color_quantize) (cinfo, post->buffer + old_next_row, in post_process_prepass()
229 (*cinfo->cquantize->color_quantize) (cinfo, in post_process_2pass()
Djpeglib.h637 struct jpeg_color_quantizer * cquantize; member