Searched refs:minc0 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 625 find_nearby_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_nearby_colors() argument 649 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); in find_nearby_colors() 650 centerc0 = (minc0 + maxc0) >> 1; in find_nearby_colors() 669 if (x < minc0) { in find_nearby_colors() 670 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors() 677 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors() 686 tdist = (x - minc0) * C0_SCALE; in find_nearby_colors() 754 find_best_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, in find_best_colors() argument 792 /* Compute (square of) distance from minc0/c1/c2 to this color */ in find_best_colors() 793 inc0 = (minc0 in find_best_colors() 841 int minc0, minc1, minc2; /* lower left corner of update box */ fill_inverse_cmap() local [all...] |
Completed in 2 milliseconds