fix a bug related to gf_active_flags in multi-threaded encoder
authorYaowu Xu <yaowu@google.com>
Fri, 6 May 2011 16:00:44 +0000 (09:00 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 6 May 2011 16:00:44 +0000 (09:00 -0700)
commit89c6017cc03082c78c6058db85cd22027230927c
tree82e3dc9ede773c39b7d72e9459dc003dc95004c5
parentaeca599087409c83cf4e24a59b5830a380e22327
fix a bug related to gf_active_flags in multi-threaded encoder

Paul pointed out that the pointer to the gf_active_flags is not being
properly incremented in multithreaded encoder. This commit fixes the
issue by making sure the gf_active_ptr points to the starting of next
group of mb rows.

Change-Id: I3246e657d23beabb614dfb880733a68a5fd7e34c
vp8/encoder/encodeframe.c
vp8/encoder/ethreading.c