Searched refs:alscRest (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 | 395 int caseIndex = hAlsc->alscRest.caseIndex; in AlscAutoConfig() 413 …UpdateDominateIlluList(&hAlsc->alscRest.dominateIlluList, dominateIlluProfileIdx, dominateIlluList… in AlscAutoConfig() 414 …StableIlluEstimation(hAlsc->alscRest.dominateIlluList, dominateIlluListSize, hAlsc->calibLsc->aLsc… in AlscAutoConfig() 416 hAlsc->alscRest.dominateIlluProfileIdx, &dominateIlluProfileIdx); in AlscAutoConfig() 417 hAlsc->alscRest.dominateIlluProfileIdx = dominateIlluProfileIdx; in AlscAutoConfig() 422 hAlsc->alscRest.resIdx = resIdx; in AlscAutoConfig() 432 hAlsc->alscRest.fVignetting = fVignetting; in AlscAutoConfig() 441 &hAlsc->alscRest.undampedLscMatrixTable); in AlscAutoConfig() 448 …memcpy(&hAlsc->alscRest.undampedLscMatrixTable, &pLscProfile1->LscMatrix[0], sizeof(CamLscMatrix_t… in AlscAutoConfig() 454 &hAlsc->alscRest.undampedLscMatrixTable, &hAlsc->alscRest.dampedLscMatrixTable); in AlscAutoConfig() [all …]
|
| H A D | rk_aiq_alsc_algo.cpp | 586 clear_list(&hAlsc->alscRest.dominateIlluList); in ClearContext() 881 uint32_t caseIndex = hAlsc->alscRest.caseIndex; in AlscAutoConfig() 897 …UpdateDominateIlluList(&hAlsc->alscRest.dominateIlluList, estimateIlluCaseIdx, dominateIlluListSiz… in AlscAutoConfig() 899 StableIlluEstimation(&hAlsc->alscRest.dominateIlluList, dominateIlluListSize, in AlscAutoConfig() 923 hAlsc->isReCal_ = fabs(hAlsc->alscRest.fVignetting - fVignetting) > DIVMIN || in AlscAutoConfig() 924 hAlsc->alscRest.estimateIlluCaseIdx != estimateIlluCaseIdx || in AlscAutoConfig() 925 hAlsc->alscRest.resIdx != resIdx || in AlscAutoConfig() 928 …hAlsc->isReCal_, hAlsc->alscRest.fVignetting, fVignetting, hAlsc->alscRest.estimateIlluCaseIdx, es… in AlscAutoConfig() 929 hAlsc->alscRest.resIdx, resIdx, hAlsc->smartRunRes.forceRunFlag); in AlscAutoConfig() 931 hAlsc->alscRest.estimateIlluCaseIdx = estimateIlluCaseIdx; in AlscAutoConfig() [all …]
|
| H A D | rk_aiq_types_alsc_algo_prvt.h | 141 alsc_rest_t alscRest; member
|