Searched refs:luma_dx (Results 1 – 8 of 8) sorted by relevance
3282 value = (arg->luma_dx[6] & 0x0F) << 24 | in isp_sharp_config()3283 (arg->luma_dx[5] & 0x0F) << 20 | in isp_sharp_config()3284 (arg->luma_dx[4] & 0x0F) << 16 | in isp_sharp_config()3285 (arg->luma_dx[3] & 0x0F) << 12 | in isp_sharp_config()3286 (arg->luma_dx[2] & 0x0F) << 8 | in isp_sharp_config()3287 (arg->luma_dx[1] & 0x0F) << 4 | in isp_sharp_config()3288 (arg->luma_dx[0] & 0x0F); in isp_sharp_config()
3238 value = (arg->luma_dx[6] & 0x0F) << 24 | in isp_sharp_config()3239 (arg->luma_dx[5] & 0x0F) << 20 | in isp_sharp_config()3240 (arg->luma_dx[4] & 0x0F) << 16 | in isp_sharp_config()3241 (arg->luma_dx[3] & 0x0F) << 12 | in isp_sharp_config()3242 (arg->luma_dx[2] & 0x0F) << 8 | in isp_sharp_config()3243 (arg->luma_dx[1] & 0x0F) << 4 | in isp_sharp_config()3244 (arg->luma_dx[0] & 0x0F); in isp_sharp_config()
343 u8 luma_dx[ISP3X_SHARP_X_NUM]; member
570 u8 luma_dx[ISP32_SHARP_X_NUM]; member
343 __u8 luma_dx[ISP3X_SHARP_X_NUM]; member
570 __u8 luma_dx[ISP32_SHARP_X_NUM]; member
1862 pSharp->luma_dx[i] = sharp.sharp_luma_dx[i]; in convertAiqSharpenToIsp32Params()1863 LOGD_ASHARP("%s:%d luma_dx[%d]:0x%x \n", __FUNCTION__, __LINE__, i, pSharp->luma_dx[i]); in convertAiqSharpenToIsp32Params()
788 pSharp->luma_dx[i] = sharp.sharp_luma_dx[i]; in convertAiqSharpenToIsp3xParams()