Searched refs:curMMeanLuma (Results 1 – 1 of 1) sorted by relevance
3750 float curMMeanLuma = 0; in hdrtmoPredictK() local3759 curMMeanLuma += curMLuma[i]; in hdrtmoPredictK()3766 curMMeanLuma /= 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()3800 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()3802 else if(nextMMeanLuma > 0 && curMMeanLuma <= 0) in hdrtmoPredictK()3804 curMMeanLuma = 1; in hdrtmoPredictK()3805 MiddleLumaChange = nextMMeanLuma / curMMeanLuma; in hdrtmoPredictK()[all …]