Searched refs:lsc_table_group (Results 1 – 2 of 2) sorted by relevance
169 if (fVignetting >= current_res.lsc_table_group[0]->vignetting) { in VignSelectLscProfiles()170 floor = current_res.lsc_table_group[0]; in VignSelectLscProfiles()176 if (fVignetting <= current_res.lsc_table_group[nLast]->vignetting) { in VignSelectLscProfiles()177 ceilling = current_res.lsc_table_group[nLast]; in VignSelectLscProfiles()185 while ((n <= nLast) && (fVignetting <= current_res.lsc_table_group[n]->vignetting)) { in VignSelectLscProfiles()192 ceilling = current_res.lsc_table_group[n]; in VignSelectLscProfiles()193 floor = current_res.lsc_table_group[n + 1]; in VignSelectLscProfiles()600 if (illu_case.res_group[res_id].lsc_table_group) { in ClearContext()601 free(illu_case.res_group[res_id].lsc_table_group); in ClearContext()602 illu_case.res_group[res_id].lsc_table_group = NULL; in ClearContext()[all …]
68 pLscTableProfile_t *lsc_table_group; member