Searched defs:chroma (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/jni/filters/
H A Dhsv.c35 int iMin,iMax,chroma; local
55 chroma = iMax - iMin;
63 rs = (short)((k1*chroma)/iMax);
70 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
73 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
75 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
98 // set chroma an
[all...]

Completed in 167 milliseconds