Home
last modified time | relevance | path

Searched refs:Vx (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4VIFI_Defines.h51 #define DEMATRIX(Rx,Gx,Bx,Yx37,Ux,Vx) \ argument
52 Rx = CLIP(((Yx37 + (Vx * 51) + 16) >> 5) - 223); \
53 Gx = CLIP(((Yx37 - ((Ux+(Vx<<1)) * 13) +16) >> 5) + 135); \
56 #define DEMATRIX(Rx,Gx,Bx,Yx2568,Ux,Vx) \ argument
57 Rx = CLIP(((Yx2568 + (Vx * 0x3343) + (M4VIFI_Int32)0xffe40800) >> 13)); \
58 Gx = CLIP(((Yx2568 - (Ux * 0x0c92) - (Vx * 0x1a1e) + (M4VIFI_Int32)0x00110180) >> 13)); \