Searched defs:minc0 (Results 1 - 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
H A D | jquant2.c | 625 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument 649 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); 650 centerc0 = (minc0 + maxc0) >> 1; 669 if (x < minc0) { 670 tdist = (x - minc0) * C0_SCALE; 677 tdist = (x - minc0) * C0_SCALE; 686 tdist = (x - minc0) * C0_SCALE; 754 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument 792 /* Compute (square of) distance from minc0/c1/c2 to this color */ 793 inc0 = (minc0 841 int minc0, minc1, minc2; /* lower left corner of update box */ local [all...] |
/external/opencv3/3rdparty/libjpeg/ |
H A D | jquant2.c | 647 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument 671 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT)); 672 centerc0 = (minc0 + maxc0) >> 1; 691 if (x < minc0) { 692 tdist = (x - minc0) * C0_SCALE; 699 tdist = (x - minc0) * C0_SCALE; 708 tdist = (x - minc0) * C0_SCALE; 776 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument 814 /* Compute (square of) distance from minc0/c1/c2 to this color */ 815 inc0 = (minc0 863 int minc0, minc1, minc2; /* lower left corner of update box */ local [all...] |
Completed in 89 milliseconds