Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3691 float PredictKfloat = 0; in hdrtmoPredictK() local
3884 PredictKfloat = log(correction_factor * ratio + offset) / log(2); in hdrtmoPredictK()
3889 PredictKfloat = log(tmp) / log(2); in hdrtmoPredictK()
3899 PredictKfloat = 0; in hdrtmoPredictK()
3902 PredictKfloat = 0; in hdrtmoPredictK()
3904 PredictKfloat *= 2048; in hdrtmoPredictK()
3905 PredictK = (int)PredictKfloat; in hdrtmoPredictK()
3908 ratio, EnvLvChange, PredictKfloat, PredictK); in hdrtmoPredictK()