/external/opencv3/3rdparty/libjpeg/ |
D | jquant1.c | 276 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in create_colormap() local 282 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap() 287 total_colors, cquantize->Ncolors[0], in create_colormap() 288 cquantize->Ncolors[1], cquantize->Ncolors[2]); in create_colormap() 306 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap() 324 cquantize->sv_colormap = colormap; in create_colormap() 325 cquantize->sv_actual = total_colors; in create_colormap() 336 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in create_colorindex() local 347 cquantize->is_padded = TRUE; in create_colorindex() 350 cquantize->is_padded = FALSE; in create_colorindex() [all …]
|
D | jquant2.c | 228 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in prescan_quantize() local 231 register hist3d histogram = cquantize->histogram; in prescan_quantize() 318 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in update_box() local 319 hist3d histogram = cquantize->histogram; in update_box() 505 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in compute_color() local 506 hist3d histogram = cquantize->histogram; in compute_color() 861 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in fill_inverse_cmap() local 862 hist3d histogram = cquantize->histogram; in fill_inverse_cmap() 920 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in pass2_no_dither() local 921 hist3d histogram = cquantize->histogram; in pass2_no_dither() [all …]
|
D | jdmaster.c | 319 master->quantizer_1pass = cinfo->cquantize; in master_selection() 329 master->quantizer_2pass = cinfo->cquantize; in master_selection() 420 (*cinfo->cquantize->start_pass) (cinfo, FALSE); in prepare_for_output_pass() 430 cinfo->cquantize = master->quantizer_2pass; in prepare_for_output_pass() 433 cinfo->cquantize = master->quantizer_1pass; in prepare_for_output_pass() 445 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass); in prepare_for_output_pass() 477 (*cinfo->cquantize->finish_pass) (cinfo); in finish_output_pass() 500 cinfo->cquantize = master->quantizer_2pass; in jpeg_new_colormap() 502 (*cinfo->cquantize->new_color_map) (cinfo); in jpeg_new_colormap()
|
D | jdpostct.c | 145 (*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()
|
D | jpeglib.h | 681 struct jpeg_color_quantizer * cquantize; member
|
/external/libjpeg-turbo/ |
D | jquant1.c | 277 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in create_colormap() local 283 total_colors = select_ncolors(cinfo, cquantize->Ncolors); in create_colormap() 288 total_colors, cquantize->Ncolors[0], in create_colormap() 289 cquantize->Ncolors[1], cquantize->Ncolors[2]); in create_colormap() 307 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */ in create_colormap() 325 cquantize->sv_colormap = colormap; in create_colormap() 326 cquantize->sv_actual = total_colors; in create_colormap() 337 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in create_colorindex() local 348 cquantize->is_padded = TRUE; in create_colorindex() 351 cquantize->is_padded = FALSE; in create_colorindex() [all …]
|
D | jquant2.c | 205 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in prescan_quantize() local 208 register hist3d histogram = cquantize->histogram; in prescan_quantize() 295 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in update_box() local 296 hist3d histogram = cquantize->histogram; in update_box() 483 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in compute_color() local 484 hist3d histogram = cquantize->histogram; in compute_color() 839 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in fill_inverse_cmap() local 840 hist3d histogram = cquantize->histogram; in fill_inverse_cmap() 898 my_cquantize_ptr cquantize = (my_cquantize_ptr) cinfo->cquantize; in pass2_no_dither() local 899 hist3d histogram = cquantize->histogram; in pass2_no_dither() [all …]
|
D | jdmaster.c | 498 master->quantizer_1pass = cinfo->cquantize; in master_selection() 508 master->quantizer_2pass = cinfo->cquantize; in master_selection() 616 (*cinfo->cquantize->start_pass) (cinfo, FALSE); in prepare_for_output_pass() 626 cinfo->cquantize = master->quantizer_2pass; in prepare_for_output_pass() 629 cinfo->cquantize = master->quantizer_1pass; in prepare_for_output_pass() 641 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass); in prepare_for_output_pass() 673 (*cinfo->cquantize->finish_pass) (cinfo); in finish_output_pass() 696 cinfo->cquantize = master->quantizer_2pass; in jpeg_new_colormap() 698 (*cinfo->cquantize->new_color_map) (cinfo); in jpeg_new_colormap()
|
D | jdpostct.c | 144 (*cinfo->cquantize->color_quantize) (cinfo, in post_process_1pass() 183 (*cinfo->cquantize->color_quantize) (cinfo, post->buffer + old_next_row, in post_process_prepass() 228 (*cinfo->cquantize->color_quantize) (cinfo, in post_process_2pass()
|
D | jpeglib.h | 705 struct jpeg_color_quantizer * cquantize; member
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdmaster.c | 338 master->quantizer_1pass = cinfo->cquantize; in master_selection() 348 master->quantizer_2pass = cinfo->cquantize; in master_selection() 446 (*cinfo->cquantize->start_pass) (cinfo, FALSE); in prepare_for_output_pass() 456 cinfo->cquantize = master->quantizer_2pass; in prepare_for_output_pass() 459 cinfo->cquantize = master->quantizer_1pass; in prepare_for_output_pass() 471 (*cinfo->cquantize->start_pass) (cinfo, master->pub.is_dummy_pass); in prepare_for_output_pass() 503 (*cinfo->cquantize->finish_pass) (cinfo); in finish_output_pass() 526 cinfo->cquantize = master->quantizer_2pass; in jpeg_new_colormap() 528 (*cinfo->cquantize->new_color_map) (cinfo); in jpeg_new_colormap()
|
D | fpdfapi_jdpostct.c | 145 (*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()
|
D | jpeglib.h | 731 struct jpeg_color_quantizer * cquantize; member
|