summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2018-12-06 18:24:13 -0800
committerJerome Jiang <jianj@google.com>2018-12-07 21:38:30 -0800
commitbb3a82ec36358d2c0b439b36e86e925ae870ea5c (patch)
tree2411e038b28c9429c31c57845f5d0d3aac4769ee /vp9
parent4fa9f733f58214b3f338cee7c852485229230b5f (diff)
downloadlibvpx-bb3a82ec36358d2c0b439b36e86e925ae870ea5c.tar
libvpx-bb3a82ec36358d2c0b439b36e86e925ae870ea5c.tar.gz
libvpx-bb3a82ec36358d2c0b439b36e86e925ae870ea5c.tar.bz2
libvpx-bb3a82ec36358d2c0b439b36e86e925ae870ea5c.zip
vp9 svc: add test for scaling partition on 1080p crash.
BUG=webm:1578 Change-Id: Ie03ed454394933fa89f751edc6928651393f3f12
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/vp9_speed_features.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_speed_features.c b/vp9/encoder/vp9_speed_features.c
index 9b6c69a73..047fe90b4 100644
--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -710,7 +710,6 @@ static void set_rt_speed_feature_framesize_independent(
// For SVC: enable use of lower resolution partition for higher resolution,
// only for 3 spatial layers and when config/top resolution is above VGA.
// Enable only for non-base temporal layer frames.
- // TODO(jianj): Investigate webm:1578
if (cpi->use_svc && cpi->svc.use_partition_reuse &&
cpi->svc.number_spatial_layers == 3 && cpi->svc.temporal_layer_id > 0 &&
cpi->oxcf.width * cpi->oxcf.height > 640 * 480)