Home
last modified time | relevance | path

Searched refs:b_min (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dpalette.c471 int b_min, b_max; member
484 for (b = b_min; b <= b_max; b++) in histogram_count()
491 int g_min, int g_max, int b_min, int b_max) in histogram_color() argument
499 for (b = b_min; b <= b_max; b++) in histogram_color()
531 tmp = ((b->b_max - b->b_min) << B_SHIFT) * B_SCALE; sum += tmp * tmp; in box_score()
547 for (i = b->b_min; i <= b->b_max; i++) in shrink_box()
549 for (i = b->b_max; i >= b->b_min; i--) in shrink_box()
568 int b = ((b1->b_max - b1->b_min) << B_SHIFT) * B_SCALE; in split_box()
574 if (b > r) set_avg(&b1->b_min, &b2->b_max); in split_box()
579 if (b > g) set_avg(&b1->b_min, &b2->b_max); in split_box()
[all …]