Home
last modified time | relevance | path

Searched refs:nLast (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp298 int32_t nLast = no_ccm - 1; in SatSelectCcmProfiles() local
299 if (fSaturation <= pCcmProfiles[nLast]->saturation) { in SatSelectCcmProfiles()
300 *pCcmProfile1 = pCcmProfiles[nLast]; in SatSelectCcmProfiles()
301 *pCcmProfile2 = pCcmProfiles[nLast]; in SatSelectCcmProfiles()
308 while ((fSaturation <= pCcmProfiles[n]->saturation) && (n <= nLast)) { in SatSelectCcmProfiles()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp104 int32_t nLast = no_lsc - 1; in VignSelectLscProfiles() local
105 if (fVignetting <= pLscProfiles[nLast]->vignetting) { in VignSelectLscProfiles()
106 *pLscProfile1 = pLscProfiles[nLast]; in VignSelectLscProfiles()
114 while ((fVignetting <= pLscProfiles[n]->vignetting) && (n <= nLast)) { in VignSelectLscProfiles()
H A Drk_aiq_alsc_algo.cpp175 uint32_t nLast = current_res.lsc_table_count - 1; in VignSelectLscProfiles() local
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()