]> git.sesse.net Git - movit/blobdiff - deconvolution_sharpen_effect_test.cpp
Have separate FBOs per resolution and format.
[movit] / deconvolution_sharpen_effect_test.cpp
index ba821cee6231a6f133827f743325b448ab772300..8829b9da21de959685e7346cf7b4374a16b2e936 100644 (file)
@@ -10,6 +10,8 @@
 #include "image_format.h"
 #include "test_util.h"
 
+namespace movit {
+
 TEST(DeconvolutionSharpenEffectTest, IdentityTransformDoesNothing) {
        const int size = 4;
 
@@ -232,3 +234,5 @@ TEST(DeconvolutionSharpenEffectTest, CircularDeconvolutionKeepsAlpha) {
 
        expect_equal(expected_alpha, out_data, size, size);
 }
+
+}  // namespace movit