Skip to content

Commit

Permalink
Enable restoration filter for 4:2:2
Browse files Browse the repository at this point in the history
AWCY results on derf-720p-422 at the default speed show a 28% decrease
in encoding speed:

   PSNR | PSNR Cb | PSNR Cr | PSNR HVS |    SSIM | MS SSIM | CIEDE 2000
-1.4957 | -1.2369 | -0.5441 |  -1.0947 | -0.9361 | -0.7724 |    -2.1054
  • Loading branch information
barrbrain committed May 11, 2020
1 parent 11b2c1f commit 03a11a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ impl Sequence {
enable_superres: false,
enable_cdef: config.speed_settings.cdef && enable_restoration_filters,
enable_restoration: config.speed_settings.lrf
&& config.chroma_sampling != ChromaSampling::Cs422
&& enable_restoration_filters,
enable_large_lru: true,
enable_delayed_loopfilter_rdo: true,
Expand Down

0 comments on commit 03a11a2

Please sign in to comment.