Home
last modified time | relevance | path

Searched refs:lsc_table_group (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo.cpp169 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 …]
H A Drk_aiq_types_alsc_algo_prvt.h68 pLscTableProfile_t *lsc_table_group; member