#include <mw/hgr/hgr.h> typedef struct { u8 Y0 ; /* Y(n)成分 */ u8 U ; /* U(n)成分 */ u8 Y1 ; /* Y(n+1)成分 */ u8 V ; /* V(n)成分 */ } mwhgrYUVColor;