Searched refs:conv_t2 (Results 1 – 6 of 6) sorted by relevance
89 int conv_t2[DHAZ_V10_CONV_T_NUM]; member
3417 value = (arg->conv_t2[5] & 0x0F) << 20 | in isp_dhaz_config()3418 (arg->conv_t2[4] & 0x0F) << 16 | in isp_dhaz_config()3419 (arg->conv_t2[3] & 0x0F) << 12 | in isp_dhaz_config()3420 (arg->conv_t2[2] & 0x0F) << 8 | in isp_dhaz_config()3421 (arg->conv_t2[1] & 0x0F) << 4 | in isp_dhaz_config()3422 (arg->conv_t2[0] & 0x0F); in isp_dhaz_config()
307 ProcRes->ProcResV10.conv_t2[i] = int(hist_conv_t2[i]); in GetHistParams()
1116 __u8 conv_t2[ISP2X_DHAZ_CONV_COEFF_NUM]; member
1128 u8 conv_t2[ISP2X_DHAZ_CONV_COEFF_NUM]; member
1535 cfg->conv_t2[i] = dhaze.ProcResV10.conv_t2[i]; in convertAiqAdehazeToIsp20Params()1601 cfg->conv_t2[i] = int(dhaze.ProcResV10.dehaze_hist_t2[i]); in convertAiqAdehazeToIsp20Params()