Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17e2f079 authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Adjust max cross fade radius to new blur radius range" into sc-dev am: 02fb274a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/15291314

Change-Id: I4091deb41dfbb86b512c5b21c0ad3166508b59e4
parents 0957669e 02fb274a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public:
    static constexpr uint32_t kMaxPasses = 4;
    // To avoid downscaling artifacts, we interpolate the blurred fbo with the full composited
    // image, up to this radius.
    static constexpr float kMaxCrossFadeRadius = 30.0f;
    static constexpr float kMaxCrossFadeRadius = 10.0f;

    explicit BlurFilter();
    virtual ~BlurFilter(){};