]> granicus.if.org Git - libvpx/commit
Removed the reset of mode_info from previous frame
authorYaowu Xu <yaowu@google.com>
Wed, 12 Feb 2014 19:04:58 +0000 (11:04 -0800)
committerYaowu Xu <yaowu@google.com>
Thu, 13 Feb 2014 20:48:08 +0000 (12:48 -0800)
commit896d79a57edb2d2dfcdfba3e71d3b94f008a4a69
tree8ce5ce90f39fe76e6c6fa72b6aaba816468ec0bf
parent279dbb9a309d561f29472a25fd2872523f2a80ce
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
vp9/common/vp9_entropymode.c
vp9/common/vp9_mvref_common.c
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_onyx_if.c