Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3751 float nextMMeanLuma = 0; in hdrtmoPredictK() local
3758 nextMMeanLuma += nextMLuma[i]; in hdrtmoPredictK()
3765 nextMMeanLuma /= ISP2X_MIPI_LUMA_MEAN_MAX; in hdrtmoPredictK()
3795 if(nextMMeanLuma > 0 && curMMeanLuma > 0) in hdrtmoPredictK()
3796 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
3797 else if(nextMMeanLuma <= 0 && curMMeanLuma > 0) in hdrtmoPredictK()
3799 nextMMeanLuma = 1; in hdrtmoPredictK()
3800 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
3802 else if(nextMMeanLuma > 0 && curMMeanLuma <= 0) in hdrtmoPredictK()
3805 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()
[all …]