Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3473 float nextMLuma[16] ; in hdrtmoGetLumaInfo() local
3483 nextMLuma[i] = 0; in hdrtmoGetLumaInfo()
3500 nextMLuma[i] = 0; in hdrtmoGetLumaInfo()
3518 nextMLuma[i] = (float)Next->luma[1][i]; in hdrtmoGetLumaInfo()
3519 nextMLuma[i] /= (float)PixelNumBlock; in hdrtmoGetLumaInfo()
3520 nextMLuma[i] -= blc; in hdrtmoGetLumaInfo()
3538 luma[i + 64] = nextMLuma[i]; in hdrtmoGetLumaInfo()
3704 float nextMLuma[16]; in hdrtmoPredictK() local
3713 nextMLuma[i] = luma[i + 64]; in hdrtmoPredictK()
3758 nextMMeanLuma += nextMLuma[i]; in hdrtmoPredictK()