X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect_test.cpp;h=8801aa0f94022697976462f44ef3fb2c84f139ac;hp=6fd46dbf402feba053183e16790157602dd91277;hb=2dbb70f2939095c9e4f7cda082f69695ad1c268c;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/dither_effect_test.cpp b/dither_effect_test.cpp index 6fd46db..8801aa0 100644 --- a/dither_effect_test.cpp +++ b/dither_effect_test.cpp @@ -8,6 +8,8 @@ #include "image_format.h" #include "test_util.h" +namespace movit { + TEST(DitherEffectTest, NoDitherOnExactValues) { const int size = 4; @@ -55,3 +57,5 @@ TEST(DitherEffectTest, SinusoidBelowOneLevelComesThrough) { EXPECT_NEAR(amplitude, sum / (size * 255.0f), 1.1e-5); } + +} // namespace movit