Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:cf

804                     uint32_t& Cf = fragment.c[j];
813 Cf = Ct;
820 Cf = (Cf * factor) >> st;
825 rescale(Cf, sf, Ct, st);
826 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
835 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
840 rescale(Cf, sf, Ct, st);
841 Cf += Ct;
851 int16_t cf = *covPtr++;
852 fragment.c[0] = (int64_t(fragment.c[0]) * cf) >> 15;