Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp89 const CalibDb_LscTableProfile_t** pLscProfile2 in VignSelectLscProfiles() argument
94 || (pLscProfile1 == NULL) || (pLscProfile2 == NULL)) { in VignSelectLscProfiles()
100 *pLscProfile2 = NULL; in VignSelectLscProfiles()
107 *pLscProfile2 = NULL; in VignSelectLscProfiles()
122 *pLscProfile2 = pLscProfiles[n + 1]; in VignSelectLscProfiles()
139 const CalibDb_LscTableProfile_t* pLscProfile2, in VignInterpolateMatrices() argument
144 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices()
146 float fVigB = pLscProfile2->vignetting; in VignInterpolateMatrices()
152 f1, pLscProfile2->name, f2); in VignInterpolateMatrices()
167 … + (f2_ * (uint32_t)pLscProfile2->LscMatrix[CAM_4CH_COLOR_COMPONENT_RED].uCoeff[i]); in VignInterpolateMatrices()
[all …]
H A Drk_aiq_alsc_algo.cpp210 pLscTableProfile_t pLscProfile2, in VignInterpolateMatrices() argument
215 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices()
217 float fVigB = pLscProfile2->vignetting; in VignInterpolateMatrices()
223 f1, pLscProfile2->name, f2); in VignInterpolateMatrices()
238 + (f2_ * (uint32_t)pLscProfile2->lsc_samples_red.uCoeff[i]); in VignInterpolateMatrices()
241 + (f2_ * (uint32_t)pLscProfile2->lsc_samples_greenR.uCoeff[i]); in VignInterpolateMatrices()
244 + (f2_ * (uint32_t)pLscProfile2->lsc_samples_greenB.uCoeff[i]); in VignInterpolateMatrices()
247 + (f2_ * (uint32_t)pLscProfile2->lsc_samples_blue.uCoeff[i]); in VignInterpolateMatrices()
937 pLscTableProfile_t pLscProfile2 = NULL; in AlscAutoConfig() local
938 ret = VignSelectLscProfiles(illu_case, fVignetting, pLscProfile1, pLscProfile2); in AlscAutoConfig()
[all …]
H A Drk_aiq_types_alsc_algo_prvt.h56 pLscTableProfile_t pLscProfile2; member