Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3752 float nextSMeanLuma = 0; in hdrtmoPredictK() local
3760 nextSMeanLuma += nextSLuma[i]; in hdrtmoPredictK()
3767 nextSMeanLuma /= ISP2X_MIPI_LUMA_MEAN_MAX; in hdrtmoPredictK()
3771 LOGD_CAMHW_SUBM(ISP20PARAM_SUBM, "nextSLuma:%f curSLuma:%f\n", nextSMeanLuma, curSMeanLuma); in hdrtmoPredictK()
3814 if(nextSMeanLuma > 0 && curSMeanLuma > 0) in hdrtmoPredictK()
3815 ShortLumaChange = nextSMeanLuma / curSMeanLuma; in hdrtmoPredictK()
3816 else if(nextSMeanLuma <= 0 && curSMeanLuma > 0) in hdrtmoPredictK()
3818 nextSMeanLuma = 1; in hdrtmoPredictK()
3819 ShortLumaChange = nextSMeanLuma / curSMeanLuma; in hdrtmoPredictK()
3821 else if(nextSMeanLuma > 0 && curSMeanLuma <= 0) in hdrtmoPredictK()
[all …]