VP_MASK_VAL
#define VP_IMG_HSIZE(x) VP_MASK_VAL(x, 29, 16)
#define VP_IMG_VSIZE(x) VP_MASK_VAL(x, 13, 0)
#define VP_SRC_H_POSITION_VAL(x) VP_MASK_VAL(x, 14, 4)