Home | History | Annotate | Download | only in metrics

Lines Matching refs:VideoMetricsTest

29 class VideoMetricsTest: public testing::Test {
31 VideoMetricsTest() {
34 virtual ~VideoMetricsTest() {}
49 TEST_F(VideoMetricsTest, ReturnsPerfectResultForIdenticalFilesPSNR) {
55 TEST_F(VideoMetricsTest, ReturnsPerfectResultForIdenticalFilesSSIM) {
61 TEST_F(VideoMetricsTest, ReturnsPerfectResultForIdenticalFilesBothMetrics) {
70 TEST_F(VideoMetricsTest, MissingReferenceFilePSNR) {
76 TEST_F(VideoMetricsTest, MissingReferenceFileSSIM) {
82 TEST_F(VideoMetricsTest, MissingReferenceFileBothMetrics) {
90 TEST_F(VideoMetricsTest, MissingTestFilePSNR) {
96 TEST_F(VideoMetricsTest, MissingTestFileSSIM) {
102 TEST_F(VideoMetricsTest, MissingTestFileBothMetrics) {
110 TEST_F(VideoMetricsTest, EmptyFilesPSNR) {
119 TEST_F(VideoMetricsTest, EmptyFilesSSIM) {
128 TEST_F(VideoMetricsTest, EmptyFilesBothMetrics) {