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

Commit f74a9086 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:...

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

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

Change-Id: I86c1fe1f6c693753cf14e91d44ce04021ed70232
parents 5e94b8fb 17e2f079
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(){};