Searched defs:mdp_ccs (Results 1 – 6 of 6) sorted by relevance
293 struct mdp_ccs { struct294 int direction;295 uint16_t ccs[MDP_CCS_SIZE];296 uint16_t bv[MDP_BV_SIZE];
334 struct mdp_ccs { struct335 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */336 uint16_t ccs[MDP_CCS_SIZE]; /* 3x3 color coefficients */337 uint16_t bv[MDP_BV_SIZE]; /* 1x3 bias vector */
339 struct mdp_ccs { struct340 int direction; /* MDP_CCS_RGB2YUV or YUV2RGB */341 uint16_t ccs[MDP_CCS_SIZE]; /* 3x3 color coefficients */342 uint16_t bv[MDP_BV_SIZE]; /* 1x3 bias vector */