Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:cf

811                     uint32_t& Cf = fragment.c[j];
820 Cf = Ct;
827 Cf = (Cf * factor) >> st;
832 rescale(Cf, sf, Ct, st);
833 Cf += ((Ct - Cf) * (At + (At>>(sat-1)))) >> sat;
842 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
847 Cf, sf, Ct, st);
848 Cf += Ct;
858 int16_t cf = *covPtr++;
859 fragment.c[0] = (int64_t(fragment.c[0]) * cf) >> 15;