]> granicus.if.org Git - libvpx/commit
Add VP9_GET_REFERENCE control
authorJohn Koleszar <jkoleszar@google.com>
Wed, 13 Mar 2013 19:15:43 +0000 (12:15 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 14 Mar 2013 02:08:06 +0000 (19:08 -0700)
commitb3c350a1a99ac89e81cff77d82a9a11c0a762600
treebbe70fff7d73547d4e1937956e88d2d1026f5824
parentbd9cd9a1859aa464b3092f2023b3a4040166572d
Add VP9_GET_REFERENCE control

This is like VP8_COPY_REFERENCE, but returns a pointer to the reference
frame rather than a copy of it. This is useful when the application
doesn't know what the size of the reference is, as is the case when
scaling is in effect.

Change-Id: I63667109f65510364d0e397ebe56217140772085
vp9/common/vp9_onyx.h
vp9/decoder/vp9_onyxd.h
vp9/decoder/vp9_onyxd_if.c
vp9/encoder/vp9_onyx_if.c
vp9/vp9_common.mk
vp9/vp9_cx_iface.c
vp9/vp9_dx_iface.c
vp9/vp9_iface_common.h [new file with mode: 0644]
vpx/vp8.h
vpxenc.c