Home | History | Annotate | Download | only in source

Lines Matching defs:VR

951 #define VR 102 /* (int8)(1.596 * 64 + 0.5) */
956 #define BR UR * 128 + VR * 128
963 *r = Clamp((int32)((u * UR + v * VR) - (BR) + y1) >> 6);