Searched refs:nLast (Results 1 – 3 of 3) sorted by relevance
298 int32_t nLast = no_ccm - 1; in SatSelectCcmProfiles() local299 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()
104 int32_t nLast = no_lsc - 1; in VignSelectLscProfiles() local105 if (fVignetting <= pLscProfiles[nLast]->vignetting) { in VignSelectLscProfiles()106 *pLscProfile1 = pLscProfiles[nLast]; in VignSelectLscProfiles()114 while ((fVignetting <= pLscProfiles[n]->vignetting) && (n <= nLast)) { in VignSelectLscProfiles()
175 uint32_t nLast = current_res.lsc_table_count - 1; in VignSelectLscProfiles() local176 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()