]> granicus.if.org Git - libvpx/commit
Fix inter_zz_count calculation bug
authorYunqing Wang <yunqingwang@google.com>
Tue, 21 Aug 2012 00:31:44 +0000 (17:31 -0700)
committerYunqing Wang <yunqingwang@google.com>
Tue, 21 Aug 2012 00:43:06 +0000 (17:43 -0700)
commit8ee88da060140df61d937e633f718637a298f1fc
tree2770f75a21d82067cb82ddd8f3c2a32ad92681f1
parentb0cfcb2ca875eeab1188e405a6980726ffa9b8b9
Fix inter_zz_count calculation bug

The current way of counting inter_zz_count doesn't work correctly
in multi-threaded encoding. Calculating it after the frame is
encoded fixed the problem.

Change-Id: Ifcb1972cde950b8cc194f75c6d7b6af09e8b0e65
vp8/encoder/encodeframe.c
vp8/encoder/ethreading.c
vp8/encoder/onyx_if.c