]> granicus.if.org Git - libvpx/commit
Enable rectangular partition search for speed 1
authorHui Su <huisu@google.com>
Tue, 4 Sep 2018 21:44:02 +0000 (14:44 -0700)
committerHui Su <huisu@google.com>
Fri, 7 Sep 2018 17:37:59 +0000 (10:37 -0700)
commit9bd2bde10dfbe65224a73fd422a49a6c8e6ba078
tree308aa225a247666bb292138635af14f14698105c
parent4ddfa331c4f5730e1fbcf561d91602c6806ac5ae
Enable rectangular partition search for speed 1

This patch enables rectangular partition search on speed 1. The encoding
speed loss is reduced thanks to recently added speed features.

This only affects speed 1 low bit-depth encoding.

Coding gains:
           avg_psnr     ovr_psnr    ssim
lowres      0.577%       0.621%    0.665%
midres      1.147%       1.215%    1.148%
hdres       0.758%       0.790%    0.769%

Tested encoding speed on 15 midres and 15 hdres clips, average speed
loss:
           QP=30       QP=40        QP=50
midres     4.43%       3.72%       -1.05%
hdres      4.41%       5.65%        3.77%

Change-Id: Ifc0712becccc69f7498796359ff12dbfa63fd7b3
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_speed_features.h