Searched refs:pLscProfile1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/ |
| H A D | rk_aiq_alsc_algo_v1.cpp | 88 const CalibDb_LscTableProfile_t** pLscProfile1, in VignSelectLscProfiles() argument 94 || (pLscProfile1 == NULL) || (pLscProfile2 == NULL)) { in VignSelectLscProfiles() 99 *pLscProfile1 = pLscProfiles[0]; in VignSelectLscProfiles() 101 LOGD_ALSC( "select:%s \n", (*pLscProfile1)->name); in VignSelectLscProfiles() 106 *pLscProfile1 = pLscProfiles[nLast]; in VignSelectLscProfiles() 108 LOGD_ALSC( "select:%s \n", (*pLscProfile1)->name); in VignSelectLscProfiles() 121 *pLscProfile1 = pLscProfiles[n]; in VignSelectLscProfiles() 138 const CalibDb_LscTableProfile_t* pLscProfile1, in VignInterpolateMatrices() argument 144 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices() 145 float fVigA = pLscProfile1->vignetting; in VignInterpolateMatrices() [all …]
|
| H A D | rk_aiq_alsc_algo.cpp | 209 pLscTableProfile_t pLscProfile1, in VignInterpolateMatrices() argument 215 if ((pLscProfile1 != NULL) && (pLscProfile2 != NULL) && (pResMatrix != NULL)) { in VignInterpolateMatrices() 216 float fVigA = pLscProfile1->vignetting; in VignInterpolateMatrices() 222 LOGD_ALSC( "select:%s :%f and %s :%f", pLscProfile1->name, in VignInterpolateMatrices() 237 red = (f1_ * (uint32_t)pLscProfile1->lsc_samples_red.uCoeff[i]) in VignInterpolateMatrices() 240 greenr = (f1_ * (uint32_t)pLscProfile1->lsc_samples_greenR.uCoeff[i]) in VignInterpolateMatrices() 243 greenb = (f1_ * (uint32_t)pLscProfile1->lsc_samples_greenB.uCoeff[i]) in VignInterpolateMatrices() 246 blue = (f1_ * (uint32_t)pLscProfile1->lsc_samples_blue.uCoeff[i]) in VignInterpolateMatrices() 936 pLscTableProfile_t pLscProfile1 = NULL; in AlscAutoConfig() local 938 ret = VignSelectLscProfiles(illu_case, fVignetting, pLscProfile1, pLscProfile2); in AlscAutoConfig() [all …]
|
| H A D | rk_aiq_types_alsc_algo_prvt.h | 55 pLscTableProfile_t pLscProfile1; member
|