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

/packages/apps/Gallery2/jni/filters/
H A Dwbalance.c65 int count15r = 0,count15g=0,count15b=0; local
78 count15r += r;
94 if ((count15r>0) && (count15g>0) && (count15b>0) ){
95 *wr = sum15r/count15r;

Completed in 258 milliseconds