]> granicus.if.org Git - libvpx/commit
vp9-svc: Allow for adapt_rd_thresh with row-mt.
authorMarco <marpan@google.com>
Mon, 23 Oct 2017 17:58:28 +0000 (10:58 -0700)
committerMarco <marpan@google.com>
Mon, 23 Oct 2017 18:47:18 +0000 (11:47 -0700)
commit0738d9016921d836a657a39f81f9ce408fd2dd59
treefd5693bb10316d44546a6f505079baec28fcdd28
parent4906cea0276c17a089f3b7616a43511cbc5ff069
vp9-svc: Allow for adapt_rd_thresh with row-mt.

Set adaptive_row_thresh_mt = 1 at speed >= 7,
for svc when multi-threading is used with row-mt.
This allow the adaptive_rd_thresh feature to be used
in the nonrd-pickmode.

~1-2% speedup for SVC encoding with small quality
loss (< 0.6%) on RTC set.

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