vp9_dthread: pass frame counts to decoder functions
authorYunqing Wang <yunqingwang@google.com>
Fri, 30 Jan 2015 18:14:44 +0000 (10:14 -0800)
committerYunqing Wang <yunqingwang@google.com>
Tue, 3 Feb 2015 17:39:15 +0000 (09:39 -0800)
commit85a9bc04d4ebe871076cf36c8aac8ab10a967d9c
tree557718d56e0793599a035ee1d8e5e7878aef4fe5
parent4ed539f22e9e735c3cad4175d62f7aabf617ce62
vp9_dthread: pass frame counts to decoder functions

The current multi-threaded tile decoder requires that the videoes
are encoded with frame_parallel_decoding_mode = 1. This requirement
is not necessary, and is better to be removed. This patch includes
the first part of the work.

Change-Id: Ic7695fb3cfe13f9022582c9f0edd2aa6e2e36d28
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodemv.c
vp9/decoder/vp9_decodemv.h
vp9/decoder/vp9_detokenize.c
vp9/decoder/vp9_detokenize.h