]> granicus.if.org Git - libvpx/commit
VP9: turn on tile-columns and frame-parallel-mode by default
authorFrank Galligan <fgalligan@google.com>
Tue, 3 Mar 2015 19:20:11 +0000 (11:20 -0800)
committerFrank Galligan <fgalligan@google.com>
Tue, 3 Mar 2015 19:20:11 +0000 (11:20 -0800)
commitf5c36a5ced92b6fb88db433721bcae36f842eb88
treefa489f58df474dd8500370466b33d08fb049f6a9
parent6cf7b3b240f2df3eeff08600271f238aebfaba3a
VP9: turn on tile-columns and frame-parallel-mode by default

Most of the current decoders use tile-based multithreading. Also
most of the current decoders need frame_parallel_decoding_mode
turned on to enable multithreaded decoding. tile-columns is
limited by resolution, so setting to max (6) is fine.

BUG=https://code.google.com/p/webm/issues/detail?id=963

Change-Id: I6e7ac3485d96bf0c69e06706cbb326dd38be0020
vp9/vp9_cx_iface.c