Searched refs:conv_t1 (Results 1 – 6 of 6) sorted by relevance
88 int conv_t1[DHAZ_V10_CONV_T_NUM]; member
3409 value = (arg->conv_t1[5] & 0x0F) << 20 | in isp_dhaz_config()3410 (arg->conv_t1[4] & 0x0F) << 16 | in isp_dhaz_config()3411 (arg->conv_t1[3] & 0x0F) << 12 | in isp_dhaz_config()3412 (arg->conv_t1[2] & 0x0F) << 8 | in isp_dhaz_config()3413 (arg->conv_t1[1] & 0x0F) << 4 | in isp_dhaz_config()3414 (arg->conv_t1[0] & 0x0F); in isp_dhaz_config()
306 ProcRes->ProcResV10.conv_t1[i] = int(hist_conv_t1[i]); in GetHistParams()
1115 __u8 conv_t1[ISP2X_DHAZ_CONV_COEFF_NUM]; member
1127 u8 conv_t1[ISP2X_DHAZ_CONV_COEFF_NUM]; member
1534 cfg->conv_t1[i] = dhaze.ProcResV10.conv_t1[i]; in convertAiqAdehazeToIsp20Params()1600 cfg->conv_t1[i] = int(dhaze.ProcResV10.dehaze_hist_t1[i]); in convertAiqAdehazeToIsp20Params()