Skip to content
Snippets Groups Projects
Commit fade4637 authored by Steinar Midtskogen's avatar Steinar Midtskogen
Browse files

Retune CDEF dering threshold adjustment

Change the adjustment range from [50% ... 300%] to [25% ... 100%].
Adjustments above 100% were very rare, and capping the adjustment at
100% adds SIMD optimisation opportunities.  And lowering the other end
to 25% seems to help compresson slightly.

Low latency, used-cpu=0:
   PSNR | PSNR Cb | PSNR Cr | PSNR HVS |    SSIM | MS SSIM | CIEDE 2000
-0.0453 | -0.1118 | -0.1127 |  -0.0689 | -0.0429 | -0.0814 |    -0.0762

High latency, used-cpu=0:
   PSNR | PSNR Cb | PSNR Cr | PSNR HVS |   SSIM | MS SSIM | CIEDE 2000
-0.0303 |  0.0583 |  0.1740 |  -0.0440 | 0.0033 | -0.0042 |     0.0040

Change-Id: Id999158330a53e8c3383cd0e53a91c7f59fe062a
parent 0c966a50
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment