Searched refs:Ux (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/libvideoeditor/vss/common/inc/ |
D | M4VIFI_Defines.h | 51 #define DEMATRIX(Rx,Gx,Bx,Yx37,Ux,Vx) \ argument 53 Gx = CLIP(((Yx37 - ((Ux+(Vx<<1)) * 13) +16) >> 5) + 135); \ 54 Bx = CLIP(((Yx37 + (Ux * 65) + 16) >> 5) - 277) 56 #define DEMATRIX(Rx,Gx,Bx,Yx2568,Ux,Vx) \ argument 58 Gx = CLIP(((Yx2568 - (Ux * 0x0c92) - (Vx * 0x1a1e) + (M4VIFI_Int32)0x00110180) >> 13)); \ 59 Bx = CLIP(((Yx2568 + (Ux * 0x40cf) + (M4VIFI_Int32)0xffdd4200) >> 13));
|