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

/system/core/libpixelflinger/
H A Dscanline.cpp768 uint32_t& Ct = texel.c[j]; local
776 Cf = Ct;
782 uint32_t factor = Ct + (Ct>>(st-1));
788 rescale(Cf, sf, Ct, st);
789 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
797 uint32_t factor = Ct + (Ct>>(st-1));
798 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
803 rescale(Cf, sf, Ct, s
[all...]

Completed in 63 milliseconds