Searched refs:nextMLuma (Results 1 – 1 of 1) sorted by relevance
3473 float nextMLuma[16] ; in hdrtmoGetLumaInfo() local3483 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() local3713 nextMLuma[i] = luma[i + 64]; in hdrtmoPredictK()3758 nextMMeanLuma += nextMLuma[i]; in hdrtmoPredictK()