Searched refs:EnvLvChange (Results 1 – 1 of 1) sorted by relevance
3726 float EnvLvChange = 0; in hdrtmoPredictK() local3838 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 …]