vpx/vp9/decoder
Yaowu Xu 896d79a57e Removed the reset of mode_info from previous frame
Prior to this commit, both encoder and decoder reset mode/mv info from
previous frame in error resilient mode to ensure bitstreams are able to
decode when there is loss of frame in decoder side. However, this is
not necessary. This commit changed to remove the reset, so encoder can
continue to use mode/mv/partition information from previously encoded
frame without affecting decodeablilty under loss of frame.

Change-Id: I0279f862900dc647fb471ae3389770bb1b9f454f
2014-02-13 12:48:08 -08:00
..
vp9_decodeframe.c Removed the reset of mode_info from previous frame 2014-02-13 12:48:08 -08:00
vp9_decodeframe.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_decodemv.c static function convert to inline or global vp9_blockd.h 2014-01-31 19:50:40 -08:00
vp9_decodemv.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_detokenize.c static function convert to inline or global vp9_blockd.h 2014-01-31 19:50:40 -08:00
vp9_detokenize.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_dsubexp.c Propgate constants through subexp routines. 2014-02-03 11:55:46 -08:00
vp9_dsubexp.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_dthread.c vp9_dthread: interleave mutex/cond alloc+init 2014-02-06 12:39:24 -08:00
vp9_dthread.h Rename a loopfilter parameter 2014-01-31 16:30:04 -08:00
vp9_onyxd_if.c Add get release decoder frame buffer functions. 2014-02-10 14:08:11 -08:00
vp9_onyxd_int.h vp9 decoder: row-based multi-threaded loopfilter 2014-01-31 14:44:53 -08:00
vp9_onyxd.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_read_bit_buffer.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_reader.c Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}. 2013-12-20 12:53:03 -08:00
vp9_reader.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_thread.c vp9 decoder: row-based multi-threaded loopfilter 2014-01-31 14:44:53 -08:00
vp9_thread.h vp9 decoder: row-based multi-threaded loopfilter 2014-01-31 14:44:53 -08:00