Searched refs:conv_t0 (Results 1 – 6 of 6) sorted by relevance
87 int conv_t0[DHAZ_V10_CONV_T_NUM]; member
3401 value = (arg->conv_t0[5] & 0x0F) << 20 | in isp_dhaz_config()3402 (arg->conv_t0[4] & 0x0F) << 16 | in isp_dhaz_config()3403 (arg->conv_t0[3] & 0x0F) << 12 | in isp_dhaz_config()3404 (arg->conv_t0[2] & 0x0F) << 8 | in isp_dhaz_config()3405 (arg->conv_t0[1] & 0x0F) << 4 | in isp_dhaz_config()3406 (arg->conv_t0[0] & 0x0F); in isp_dhaz_config()
305 ProcRes->ProcResV10.conv_t0[i] = int(hist_conv_t0[i]); in GetHistParams()
1114 __u8 conv_t0[ISP2X_DHAZ_CONV_COEFF_NUM]; member
1126 u8 conv_t0[ISP2X_DHAZ_CONV_COEFF_NUM]; member
1533 cfg->conv_t0[i] = dhaze.ProcResV10.conv_t0[i]; in convertAiqAdehazeToIsp20Params()1599 cfg->conv_t0[i] = int(dhaze.ProcResV10.dehaze_hist_t0[i]); in convertAiqAdehazeToIsp20Params()