Disable allow_partition_search_skip for speed 2.
authorpaulwilkins <paulwilkins@google.com>
Thu, 16 Nov 2017 16:15:06 +0000 (16:15 +0000)
committerpaulwilkins <paulwilkins@google.com>
Thu, 16 Nov 2017 16:17:57 +0000 (16:17 +0000)
commit44473e7eb9cd8a83fba8f68604e371b03237423d
tree82188739ff1f00932fc9908637b96daceaecd321
parent05302360c989f078524f40b5cbdd57863238e739
Disable allow_partition_search_skip for speed 2.

When allow_partition_search_skip  is set the two pass code
can optionally skip the partition search in the rd loop if the image
appears static (based on selection of 0,0 motion).

Unfortunately 0,0 motion does not necessarily mean that there are
no meaningful changes or that motion or intra modes will not be selected
in the second pass.

Disabling "allow_partition_search_skip" may hurt the encode speed a little
for a small number of clips but can have a big impact on compression.
The most notable example of this in our test sets is "bridge_close_cif"
where this change gives a gains of 18%, 12% and 16% in opsnr, ssim and
psnr-hvs.

Change-Id: I765e288b5c0cd82bce00a148e7653a21e9203024
vp9/encoder/vp9_speed_features.c