]> granicus.if.org Git - libvpx/commit
Fix settings for num of tiles in samples & tests.
authorJerome Jiang <jianj@google.com>
Thu, 5 Apr 2018 21:45:06 +0000 (14:45 -0700)
committerJerome Jiang <jianj@google.com>
Fri, 6 Apr 2018 19:52:53 +0000 (12:52 -0700)
commitbe4561248d354e7ebd284d238e12ca8ca924bd1e
treea1e1b98393baf6ae1425a9245981d61ed1897ad8
parent933619766383f9797d0486f8f3c5f00060a48a5f
Fix settings for num of tiles in samples & tests.

The control is set by log2 of number of threads (such that the number of
tiles is the same of number of threads).

Thus it should be log2(num_threads) instead of (num_threads >> 1).

Change-Id: I2ccec5557e660048dad3e561534e1c74fc8eec1f
examples/vp9_spatial_svc_encoder.c
examples/vpx_temporal_svc_encoder.c
test/svc_datarate_test.cc
test/vp9_datarate_test.cc