Searched refs:Gamma_v11 (Results 1 – 3 of 3) sorted by relevance
61 pAgammaProcRes->Gamma_v11.gamma_en = pGammaCtx->agamma_config.gamma_en; in AgammaSetProcResV11()62 pAgammaProcRes->Gamma_v11.EnableDot49 = in AgammaSetProcResV11()64 pAgammaProcRes->Gamma_v11.equ_segm = pGammaCtx->agamma_config.gamma_out_segnum > 1 in AgammaSetProcResV11()67 pAgammaProcRes->Gamma_v11.offset = pGammaCtx->agamma_config.gamma_out_offset; in AgammaSetProcResV11()69 pAgammaProcRes->Gamma_v11.gamma_y[i] = pGammaCtx->agamma_config.gamma_table[i]; in AgammaSetProcResV11()
45 AgammaProcResV11_t Gamma_v11; member
1080 if (gamma_out_cfg.Gamma_v11.gamma_en) { in convertAiqAgammaToIsp3xParams()1091 cfg->offset = gamma_out_cfg.Gamma_v11.offset; in convertAiqAgammaToIsp3xParams()1092 cfg->finalx4_dense_en = gamma_out_cfg.Gamma_v11.EnableDot49 ? 1 : 0; in convertAiqAgammaToIsp3xParams()1093 cfg->equ_segm = gamma_out_cfg.Gamma_v11.equ_segm; in convertAiqAgammaToIsp3xParams()1094 for (int i = 0; i < 49; i++) cfg->gamma_y[i] = gamma_out_cfg.Gamma_v11.gamma_y[i]; in convertAiqAgammaToIsp3xParams()1097 …x4_dense_en:%d offset:%d, equ_segm:%d\n", __FUNCTION__, __LINE__, gamma_out_cfg.Gamma_v11.gamma_en, in convertAiqAgammaToIsp3xParams()