vp9/decode_tiles_mt: move frame count accum from loop
authorJames Zern <jzern@google.com>
Sat, 5 Sep 2015 03:24:29 +0000 (20:24 -0700)
committerJames Zern <jzern@google.com>
Sat, 5 Sep 2015 03:24:29 +0000 (20:24 -0700)
commitad0ac045d5a5d53a47520018d12a6951b0e8416f
tree628f927e4aa77d586815c9d226232e3381c92baf
parent5e1e6a9f17c637bbd040c082586babd471b7f5e5
vp9/decode_tiles_mt: move frame count accum from loop

the check performed within the while was redundant; simply place the
accumulation after all tiles are decoded.

Change-Id: I6a74e87257c775fd8bfc8ac4511e4a6ad8f18346
vp9/decoder/vp9_decodeframe.c