Home
last modified time | relevance | path

Searched refs:alscSwInfo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/misc/
H A Drk_aiq_algo_camgroup_alsc_itf.cpp68 hAlsc->alscSwInfo.prepare_type = params->u.prepare.conf_type; in prepare()
88 hAlsc->alscSwInfo.grayMode = procParaGroup->_gray_mode; in processing()
104 hAlsc->alscSwInfo.awbGain[0] = in processing()
107 hAlsc->alscSwInfo.awbGain[1] = in processing()
110 hAlsc->alscSwInfo.awbIIRDampCoef = awb_res->awb_smooth_factor; in processing()
111 hAlsc->alscSwInfo.varianceLuma = awb_res->varianceLuma; in processing()
112 hAlsc->alscSwInfo.awbConverged = awb_res->awbConverged; in processing()
123 hAlsc->alscSwInfo.sensorGain = pCurExp->LinearExp.exp_real_params.analog_gain in processing()
129 hAlsc->alscSwInfo.sensorGain = pCurExp->HdrExp[1].exp_real_params.analog_gain in processing()
135 hAlsc->alscSwInfo.sensorGain = pCurExp->HdrExp[2].exp_real_params.analog_gain in processing()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_algo_v1.cpp411 hAlsc->alscSwInfo.awbGain, &dominateIlluProfileIdx); in AlscAutoConfig()
415 hAlsc->alscSwInfo.varianceLuma ,varianceLumaTh, hAlsc->alscSwInfo.awbConverged, in AlscAutoConfig()
424 float sensorGain = hAlsc->alscSwInfo.sensorGain; in AlscAutoConfig()
453 …ret = Damping((hAlsc->calibLsc->damp_enable && hAlsc->count > 1) ? hAlsc->alscSwInfo.awbIIRDampCoe… in AlscAutoConfig()
499 if((hAlsc->alscSwInfo.grayMode == true && hAlsc->alscRest.caseIndex != USED_FOR_CASE_GRAY)|| in AlscConfig()
500 (hAlsc->alscSwInfo.grayMode == false && hAlsc->alscRest.caseIndex == USED_FOR_CASE_GRAY)){ in AlscConfig()
503 if(hAlsc->alscSwInfo.grayMode){ in AlscConfig()
587 alsc_sw_info_t *alscSwInfo = &para->alsc_sw_info; in alscGetOtpInfo() local
588 if (alscSwInfo->otpInfo.flag) { in alscGetOtpInfo()
589 hAlsc->otpGrad.flag = alscSwInfo->otpInfo.flag; in alscGetOtpInfo()
[all …]
H A Drk_aiq_alsc_algo.cpp659 alsc_sw_info_t *alscSwInfo = &para->alsc_sw_info; in alscGetOtpInfo() local
660 if (alscSwInfo->otpInfo.flag) { in alscGetOtpInfo()
661 hAlsc->otpGrad.flag = alscSwInfo->otpInfo.flag; in alscGetOtpInfo()
662 hAlsc->otpGrad.width = alscSwInfo->otpInfo.width; in alscGetOtpInfo()
663 hAlsc->otpGrad.height = alscSwInfo->otpInfo.height; in alscGetOtpInfo()
664 hAlsc->otpGrad.table_size = alscSwInfo->otpInfo.table_size; in alscGetOtpInfo()
665 memcpy(hAlsc->otpGrad.lsc_r, alscSwInfo->otpInfo.lsc_r, sizeof(hAlsc->otpGrad.lsc_r)); in alscGetOtpInfo()
666 memcpy(hAlsc->otpGrad.lsc_gr, alscSwInfo->otpInfo.lsc_gr, sizeof(hAlsc->otpGrad.lsc_gr)); in alscGetOtpInfo()
667 memcpy(hAlsc->otpGrad.lsc_gb, alscSwInfo->otpInfo.lsc_gb, sizeof(hAlsc->otpGrad.lsc_gb)); in alscGetOtpInfo()
668 memcpy(hAlsc->otpGrad.lsc_b, alscSwInfo->otpInfo.lsc_b, sizeof(hAlsc->otpGrad.lsc_b)); in alscGetOtpInfo()
[all …]
H A Drk_aiq_algo_alsc_itf.cpp72 hAlsc->alscSwInfo.prepare_type = params->u.prepare.conf_type; in prepare()
139 hAlsc->alscSwInfo = procAlsc->alsc_sw_info; in processing()
143 hAlsc->alscSwInfo.sensorGain, in processing()
144 hAlsc->alscSwInfo.awbGain[0], hAlsc->alscSwInfo.awbGain[1], in processing()
145 hAlsc->cur_res.name, hAlsc->alscSwInfo.awbIIRDampCoef); in processing()
H A Drk_aiq_types_alsc_algo_prvt.h140 alsc_sw_info_t alscSwInfo; member