Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni/filters/
Dwbalance.c65 int count15r = 0,count15g=0,count15b=0; in estmateWhite() local
82 count15g += g; in estmateWhite()
94 if ((count15r>0) && (count15g>0) && (count15b>0) ){ in estmateWhite()
96 *wb = sum15g/count15g; in estmateWhite()