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

/system/core/libpixelflinger/
H A Dscanline.cpp789 uint32_t& Ct = texel.c[j]; local
797 Cf = Ct;
803 uint32_t factor = Ct + (Ct>>(st-1));
809 rescale(Cf, sf, Ct, st);
810 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
818 uint32_t factor = Ct + (Ct>>(st-1));
819 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
824 rescale(Cf, sf, Ct, s
[all...]

Completed in 559 milliseconds