Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3723 float MiddleLumaChange = 1; in hdrtmoPredictK() local
3796 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
3800 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
3805 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
3810 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
3865 …, "nextMLuma:%f curMLuma:%f MiddleLumaChange:%f\n", nextMMeanLuma, curMMeanLuma, MiddleLumaChange); in hdrtmoPredictK()
3870 … = TmoPara->Hdr3xLongPercent * LongLumaChange + (1 - TmoPara->Hdr3xLongPercent) * MiddleLumaChange; in hdrtmoPredictK()