Searched refs:Rc (Results 1 – 5 of 5) sorted by relevance
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;48 o.r = Rc;
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;48 o.r = rsClamp(Rc, 0, 255);
43 float Rc = R * (Rt + S) + G * Gt + B * Bt;48 o.r = clamp((int) Rc, 0, 255);
37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */ member