Searched refs:sw_sharp_luma_dx (Results 1 – 4 of 4) sorted by relevance
3089 value = (arg->sw_sharp_luma_dx[6] & 0x0F) << 24 | in isp_sharp_config()3090 (arg->sw_sharp_luma_dx[5] & 0x0F) << 20 | in isp_sharp_config()3091 (arg->sw_sharp_luma_dx[4] & 0x0F) << 16 | in isp_sharp_config()3092 (arg->sw_sharp_luma_dx[3] & 0x0F) << 12 | in isp_sharp_config()3093 (arg->sw_sharp_luma_dx[2] & 0x0F) << 8 | in isp_sharp_config()3094 (arg->sw_sharp_luma_dx[1] & 0x0F) << 4 | in isp_sharp_config()3095 (arg->sw_sharp_luma_dx[0] & 0x0F); in isp_sharp_config()
222 u8 sw_sharp_luma_dx[ISP21_SHARP_X_NUM]; member
222 __u8 sw_sharp_luma_dx[ISP21_SHARP_X_NUM]; member
893 pCfg->sw_sharp_luma_dx[i] = sharp.sharp_luma_dx[i]; in convertAiqSharpenToIsp21Params()