Searched refs:tmpsum (Results 1 – 1 of 1) sorted by relevance
172 double tmpsum = *lowervar; in hist_item_sort_halfvar() local173 while (t <= l && tmpsum < halfvar) in hist_item_sort_halfvar()174 tmpsum += base[t++].color_weight; in hist_item_sort_halfvar()176 if (tmpsum < halfvar) { in hist_item_sort_halfvar()177 *lowervar = tmpsum; in hist_item_sort_halfvar()