Home | History | Annotate | Download | only in metrics

Lines Matching refs:VideoMetricsTest

28 class VideoMetricsTest: public testing::Test {
30 VideoMetricsTest() {
35 virtual ~VideoMetricsTest() {}
51 TEST_F(VideoMetricsTest, ReturnsPerfectResultForIdenticalFilesPSNR) {
57 TEST_F(VideoMetricsTest, ReturnsPerfectResultForIdenticalFilesSSIM) {
63 TEST_F(VideoMetricsTest, ReturnsPerfectResultForIdenticalFilesBothMetrics) {
72 TEST_F(VideoMetricsTest, MissingReferenceFilePSNR) {
78 TEST_F(VideoMetricsTest, MissingReferenceFileSSIM) {
84 TEST_F(VideoMetricsTest, MissingReferenceFileBothMetrics) {
92 TEST_F(VideoMetricsTest, MissingTestFilePSNR) {
98 TEST_F(VideoMetricsTest, MissingTestFileSSIM) {
104 TEST_F(VideoMetricsTest, MissingTestFileBothMetrics) {
112 TEST_F(VideoMetricsTest, EmptyFilesPSNR) {
121 TEST_F(VideoMetricsTest, EmptyFilesSSIM) {
130 TEST_F(VideoMetricsTest, EmptyFilesBothMetrics) {