Searched refs:nextLMeanLuma (Results 1 – 1 of 1) sorted by relevance
3748 float nextLMeanLuma = 0; in hdrtmoPredictK() local3756 nextLMeanLuma += nextLLuma[i]; in hdrtmoPredictK()3763 nextLMeanLuma /= ISP2X_MIPI_LUMA_MEAN_MAX; in hdrtmoPredictK()3770 LOGD_CAMHW_SUBM(ISP20PARAM_SUBM, "nextLLuma:%f curLLuma:%f\n", nextLMeanLuma, curLMeanLuma); in hdrtmoPredictK()3775 if(nextLMeanLuma > 0 && curLMeanLuma > 0) in hdrtmoPredictK()3776 LongLumaChange = nextLMeanLuma / curLMeanLuma; in hdrtmoPredictK()3777 else if(nextLMeanLuma <= 0 && curLMeanLuma > 0) in hdrtmoPredictK()3779 nextLMeanLuma = 1; in hdrtmoPredictK()3780 LongLumaChange = nextLMeanLuma / curLMeanLuma; in hdrtmoPredictK()3782 else if(nextLMeanLuma > 0 && curLMeanLuma <= 0) in hdrtmoPredictK()[all …]