Home
last modified time | relevance | path

Searched refs:pDomIlluProfile (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/accm/
H A Drk_aiq_accm_algo_com.cpp703 const CalibDbV2_Ccm_Accm_Cof_Para_t* pDomIlluProfile = &pCcm->aCcmCof[i]; in interpCCMbywbgain() local
704 interpolation(pDomIlluProfile->gain_sat_curve.gains, in interpCCMbywbgain()
705 pDomIlluProfile->gain_sat_curve.sat, in interpCCMbywbgain()
710 … ret = SatSelectCcmProfiles(fSaturation, pDomIlluProfile->matrixUsed_len, hAccm->pCcmMatrixAll[i], in interpCCMbywbgain()
716 pDomIlluProfile->name, fSaturation, pCcmProfile1->saturation, in interpCCMbywbgain()
729 LOGV_ACCM("Illu : %s, final fSaturation: %f (%f)\n", pDomIlluProfile->name, fSaturation, in interpCCMbywbgain()
779 const CalibDbV2_Ccm_Accm_Cof_Para_t* pDomIlluProfile = &pCcm->aCcmCof[dominateIlluProfileIdx]; in selectCCM() local
780 interpolation(pDomIlluProfile->gain_sat_curve.gains, in selectCCM()
781 pDomIlluProfile->gain_sat_curve.sat, in selectCCM()
798 ret = SatSelectCcmProfiles(hAccm->accmRest.fSaturation, pDomIlluProfile->matrixUsed_len, in selectCCM()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp397 const CalibDb_AlscCof_ill_t* pDomIlluProfile = NULL; in AlscAutoConfig() local
426 pDomIlluProfile = &hAlsc->calibLsc->aLscCof.illAll[caseIndex][dominateIlluProfileIdx]; in AlscAutoConfig()
428 interpolation(pDomIlluProfile->vignettingCurve.pSensorGain, in AlscAutoConfig()
429 pDomIlluProfile->vignettingCurve.pVignetting, in AlscAutoConfig()
430 pDomIlluProfile->vignettingCurve.arraySize, in AlscAutoConfig()
435 …ret = VignSelectLscProfiles(fVignetting, pDomIlluProfile->tableUsedNO, hAlsc->pLscTableAll[caseInd… in AlscAutoConfig()