Simplifies decoder multithread synching
authorAttila Nagy <attilanagy@google.com>
Fri, 20 Apr 2012 11:14:24 +0000 (14:14 +0300)
committerAttila Nagy <attilanagy@google.com>
Tue, 24 Apr 2012 06:36:54 +0000 (09:36 +0300)
commit0c483d6b683fa4313cf7dadf448a707fe32714a4
treeade63b3d8b76168e0c759e2f97e3330df2b24154
parentb41c17d625dc269eef8d0fbcc971f17523057e3b
Simplifies decoder multithread synching

Increment the last_row_mb_col counter by nsync after last MB of row is
ready. This way we dont need to check for last MB of row when
synching.

Set last MB of row ready just after row extension is done, This avoids
o potential race condition whit the processing of last MB of next row.

Change-Id: I19c44fd6041116ee5483be2143b4f4bfcd149eac
.gitignore
vp8/decoder/onyxd_int.h
vp8/decoder/threading.c