]> granicus.if.org Git - libvpx/commit
Use adapt_partition for ARF in 1 pass.
authorMarco <marpan@google.com>
Tue, 3 Oct 2017 17:55:55 +0000 (10:55 -0700)
committerMarco <marpan@google.com>
Tue, 3 Oct 2017 18:49:55 +0000 (11:49 -0700)
commitc8678fb7f38024345462cfab3b34d649548ff445
tree1bebd951332c742e2e3cc103a1f2ae5ec32a248a
parentfe7b869104806752a26a262dc60923639d9a384f
Use adapt_partition for ARF in 1 pass.

For speed 6 real-time mode: use adapt_partition
on ARF frame instead of REFERENCE_PARTITION (which is slower).
This requires enabling compute_source_sad_onepass for no-show_frames.

Speedup of ~3-5% on some clips that heavily use ARF,
small loss (~0.2%) in quality on ytlive set.

Change-Id: Ib50acc97df06458244a6ac55d2bd882c30012536
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_speed_features.c