Searched refs:sw_sharp_ehf_th (Results 1 – 4 of 4) sorted by relevance
3130 value = (arg->sw_sharp_ehf_th[2] & 0x3FF) << 20 | in isp_sharp_config()3131 (arg->sw_sharp_ehf_th[1] & 0x3FF) << 10 | in isp_sharp_config()3132 (arg->sw_sharp_ehf_th[0] & 0x3FF); in isp_sharp_config()3135 value = (arg->sw_sharp_ehf_th[5] & 0x3FF) << 20 | in isp_sharp_config()3136 (arg->sw_sharp_ehf_th[4] & 0x3FF) << 10 | in isp_sharp_config()3137 (arg->sw_sharp_ehf_th[3] & 0x3FF); in isp_sharp_config()3140 value = (arg->sw_sharp_ehf_th[7] & 0x3FF) << 10 | in isp_sharp_config()3141 (arg->sw_sharp_ehf_th[6] & 0x3FF); in isp_sharp_config()
227 u16 sw_sharp_ehf_th[ISP21_SHARP_Y_NUM]; member
227 __u16 sw_sharp_ehf_th[ISP21_SHARP_Y_NUM]; member
908 pCfg->sw_sharp_ehf_th[i] = sharp.sharp_ehf_th[i]; in convertAiqSharpenToIsp21Params()