]> granicus.if.org Git - libvpx/commit
vp9: limit lpf workers to min(threads,tiles,sb_rows)
authorJames Zern <jzern@google.com>
Thu, 20 Dec 2018 08:10:47 +0000 (00:10 -0800)
committerJames Zern <jzern@google.com>
Thu, 20 Dec 2018 08:22:56 +0000 (00:22 -0800)
commit3035d5c547029d4df1266d89f5ef57fc0dc60e71
treeb415453c9b0e40f27fcabe455ca81f71d4a0185c
parent640b3195cb41d2166880e9441349a2d3b3024329
vp9: limit lpf workers to min(threads,tiles,sb_rows)

this implementation does not scale well beyond that. this restores the
performance in v1.7.0.

BUG=webm:1574

Change-Id: I8f3464cfe871988fa06ebefe9954811fd002584e
vp9/common/vp9_thread_common.c