Searched refs:nextMMeanLuma (Results 1 – 1 of 1) sorted by relevance
3751 float nextMMeanLuma = 0; in hdrtmoPredictK() local3758 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 …]