Searched defs:isp21_sharp_cfg (Results 1 – 2 of 2) sorted by relevance
216 struct isp21_sharp_cfg { struct217 u8 sw_sharp_bypass;218 u8 sw_sharp_sharp_ratio;219 u8 sw_sharp_bf_ratio;220 u8 sw_sharp_gaus_ratio;221 u8 sw_sharp_pbf_ratio;222 u8 sw_sharp_luma_dx[ISP21_SHARP_X_NUM];223 u16 sw_sharp_pbf_sigma_inv[ISP21_SHARP_Y_NUM];224 u16 sw_sharp_bf_sigma_inv[ISP21_SHARP_Y_NUM];225 u8 sw_sharp_bf_sigma_shift;[all …]
216 struct isp21_sharp_cfg { struct217 __u8 sw_sharp_bypass;218 __u8 sw_sharp_sharp_ratio;219 __u8 sw_sharp_bf_ratio;220 __u8 sw_sharp_gaus_ratio;221 __u8 sw_sharp_pbf_ratio;222 __u8 sw_sharp_luma_dx[ISP21_SHARP_X_NUM];223 __u16 sw_sharp_pbf_sigma_inv[ISP21_SHARP_Y_NUM];224 __u16 sw_sharp_bf_sigma_inv[ISP21_SHARP_Y_NUM];225 __u8 sw_sharp_bf_sigma_shift;[all …]