Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dpalette_creater.h12 #define RED_SCALE 2 // scale red distance by this much macro
Dpalette_creater.cpp226 int rdist = ((rmax - rmin) << HIST_RED_SHIFT) * RED_SCALE; in UpdateBox()
344 int rdist = ((b1->rmax - b1->rmin) << HIST_RED_SHIFT) * RED_SCALE; in median_cut()