X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect_test.cpp;h=971e694347e28d8e61760b13abb5027341413a83;hp=dee08e3584c2f90c9da43aaff82c2e99a35817d2;hb=a7bc6c9c002f26b0bb781a3475774eba5dab6acf;hpb=9224f01a362117deef6f1140c6802fde256fb168 diff --git a/resample_effect_test.cpp b/resample_effect_test.cpp index dee08e3..971e694 100644 --- a/resample_effect_test.cpp +++ b/resample_effect_test.cpp @@ -11,6 +11,8 @@ #include "resample_effect.h" #include "test_util.h" +namespace movit { + namespace { float sinc(float x) @@ -208,3 +210,5 @@ TEST(ResampleEffectTest, HeavyResampleGetsSumRight) { // for 8-bit accuracy, though. expect_equal(expected_data, out_data, dwidth, dheight, 0.5 / 1023.0); } + +} // namespace movit