Searched refs:minc0 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant2.c646 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
670 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
671 centerc0 = (minc0 + maxc0) >> 1;
690 if (x < minc0) {
691 tdist = (x - minc0) * C0_SCALE;
698 tdist = (x - minc0) * C0_SCALE;
707 tdist = (x - minc0) * C0_SCALE;
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
813 /* Compute (square of) distance from minc0/c1/c2 to this color */
814 inc0 = (minc0
862 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c646 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
670 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
671 centerc0 = (minc0 + maxc0) >> 1;
690 if (x < minc0) {
691 tdist = (x - minc0) * C0_SCALE;
698 tdist = (x - minc0) * C0_SCALE;
707 tdist = (x - minc0) * C0_SCALE;
775 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
813 /* Compute (square of) distance from minc0/c1/c2 to this color */
814 inc0 = (minc0
862 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp779 find_nearby_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
803 maxc0 = minc0 + ((1 << BOX_C0_SHIFT) - (1 << C0_SHIFT));
804 centerc0 = (minc0 + maxc0) >> 1;
823 if (x < minc0) {
824 tdist = (x - minc0) * C0_SCALE;
831 tdist = (x - minc0) * C0_SCALE;
840 tdist = (x - minc0) * C0_SCALE;
908 find_best_colors (j_decompress_ptr cinfo, int minc0, int minc1, int minc2, argument
946 /* Compute (square of) distance from minc0/c1/c2 to this color */
947 inc0 = (minc0
995 int minc0, minc1, minc2; /* lower left corner of update box */ local
[all...]

Completed in 118 milliseconds