]> granicus.if.org Git - libvpx/commit
Preserve the previous golden frame on golden updates
authorJohn Koleszar <jkoleszar@google.com>
Wed, 16 Jan 2013 20:19:42 +0000 (12:19 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 16 Jan 2013 23:57:02 +0000 (15:57 -0800)
commit26bd81b955c0f20edc9ffad0a03f99edf485d0be
treeb3027e7c0c77e92360d8fc1de2e7539983e3ffc0
parent4b65837bc6d7d341e7c4be078d5a26e0bb717eeb
Preserve the previous golden frame on golden updates

This commit restores the quality lost when the buffer-to-buffer copy
logic was removed. Note that this is specific to the current use of
golden frames and will need rework when RTC functionality is added.

Change-Id: I7324a75acd96eafd9e0f9b8633d782e390d5dc21
vp9/common/vp9_alloccommon.c
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_onyxd_if.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_onyx_if.c