X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect_test.cpp;fp=resample_effect_test.cpp;h=971e694347e28d8e61760b13abb5027341413a83;hp=dee08e3584c2f90c9da43aaff82c2e99a35817d2;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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