Home
last modified time | relevance | path

Searched refs:m_allpicture_total (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/dirac/dirac-1.0.2/libdirac_encoder/
H A Dquality_monitor.cpp70 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()
H A Dquality_monitor.h107 int m_allpicture_total; variable