]> granicus.if.org Git - libvpx/commit
Remove buffer-to-buffer copy logic
authorJohn Koleszar <jkoleszar@google.com>
Mon, 14 Jan 2013 22:44:39 +0000 (14:44 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 16 Jan 2013 01:36:39 +0000 (17:36 -0800)
commitb8e027989f166cbfc23821bcffbb80ba1427ab6f
treeb43491152434f953f3a5c5f042b98b03f10ff91b
parent9bf73f46f9ce98be0f62d5f858be3e2100ddae5d
Remove buffer-to-buffer copy logic

This is the first in a series of commits to add additional reference
frames to the codec. Each frame will be able to update any of the
available references, but copying between references is not
supported.

Change-Id: I5945b5ce6cc3582c495102b4e7eed4f08c44d5a1
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