Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3726 float EnvLvChange = 0; in hdrtmoPredictK() local
3838 EnvLvChange = nextSMeanLuma / nextSExpo - curSMeanLuma / curSExpo; in hdrtmoPredictK()
3839 EnvLvChange = EnvLvChange >= 0 ? EnvLvChange : (-EnvLvChange); in hdrtmoPredictK()
3840 EnvLvChange /= curSMeanLuma / curSExpo; in hdrtmoPredictK()
3842 curSMeanLuma / curSExpo, EnvLvChange); in hdrtmoPredictK()
3855 EnvLvChange = nextLMeanLuma / nextLExpo - curLMeanLuma / curLExpo; in hdrtmoPredictK()
3856 EnvLvChange = EnvLvChange >= 0 ? EnvLvChange : (-EnvLvChange); in hdrtmoPredictK()
3857 EnvLvChange /= curLMeanLuma / curLExpo; in hdrtmoPredictK()
3859 curLMeanLuma / curLExpo, EnvLvChange); in hdrtmoPredictK()
3876 EnvLvChange = nextMMeanLuma / nextMExpo - curMMeanLuma / curMExpo; in hdrtmoPredictK()
[all …]