Searched refs:m_allpicture_total (Results 1 – 2 of 2) sorted by relevance
70 m_allpicture_total = 0; in ResetAll()82 std::cout<<10*std::log10(Ymax*Ymax/(m_totalmse_averageY/m_allpicture_total))<<std::endl; in WriteLog()85 std::cout<<10*std::log10(UVmax*UVmax/(m_totalmse_averageU/m_allpicture_total))<<std::endl; in WriteLog()88 std::cout<<10*std::log10(UVmax*UVmax/(m_totalmse_averageV/m_allpicture_total))<<std::endl; in WriteLog()151 m_allpicture_total++; in UpdateModel()
107 int m_allpicture_total; variable