]> granicus.if.org Git - libvpx/commit
vp9: remove unnecessary wait w/threaded loopfilter
authorJames Zern <jzern@google.com>
Thu, 22 Aug 2013 00:43:44 +0000 (17:43 -0700)
committerJames Zern <jzern@google.com>
Thu, 22 Aug 2013 00:43:44 +0000 (17:43 -0700)
commit85640f1c9dd56378e9f86d85843732387731e69e
tree974a8eb03f0b53d1a3cdcb4b6b48a3859d8e6600
parent3286abd82e1eaf8433522dc63fbd5c430931be38
vp9: remove unnecessary wait w/threaded loopfilter

the final macroblock rows are scheduled in the main thread. prior to
this change one additional macroblock row would be scheduled in the
worker forcing the main thread to wait before finishing.

Change-Id: I05f3168e5c629b898fcebb0d77eb6d6a90d6105e
vp9/decoder/vp9_decodframe.c