Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3475 float nextLLuma[16]; in hdrtmoGetLumaInfo() local
3481 nextLLuma[i] = 0; in hdrtmoGetLumaInfo()
3502 nextLLuma[i] = (float)Next->luma[0][i]; in hdrtmoGetLumaInfo()
3503 nextLLuma[i] /= (float)PixelNumBlock; in hdrtmoGetLumaInfo()
3504 nextLLuma[i] -= blc; in hdrtmoGetLumaInfo()
3524 nextLLuma[i] = (float)Next->luma[0][i]; in hdrtmoGetLumaInfo()
3525 nextLLuma[i] /= (float)PixelNumBlock; in hdrtmoGetLumaInfo()
3526 nextLLuma[i] -= blc; in hdrtmoGetLumaInfo()
3539 luma[i + 80] = nextLLuma[i]; in hdrtmoGetLumaInfo()
3700 float nextLLuma[16]; in hdrtmoPredictK() local
[all …]