Lines Matching defs:isp32_ccm_cfg
219 struct isp32_ccm_cfg { struct
221 __u8 highy_adjust_dis;
222 __u8 enh_adj_en;
223 __u8 asym_adj_en;
225 __u8 bound_bit;
226 __u8 right_bit;
228 __s16 coeff0_r;
229 __s16 coeff1_r;
231 __s16 coeff2_r;
232 __s16 offset_r;
234 __s16 coeff0_g;
235 __s16 coeff1_g;
237 __s16 coeff2_g;
238 __s16 offset_g;
240 __s16 coeff0_b;
241 __s16 coeff1_b;
243 __s16 coeff2_b;
244 __s16 offset_b;
246 __u16 coeff0_y;
247 __u16 coeff1_y;
249 __u16 coeff2_y;
251 __u16 alp_y[ISP32_CCM_CURVE_NUM];
253 __u16 color_coef0_r2y;
254 __u16 color_coef1_g2y;
256 __u16 color_coef2_b2y;
257 __u16 color_enh_rat_max;