]> granicus.if.org Git - libvpx/commit
Make set_reference control API work in VP9 and VP10
authorYunqing Wang <yunqingwang@google.com>
Fri, 25 Mar 2016 18:57:20 +0000 (11:57 -0700)
committerYunqing Wang <yunqingwang@google.com>
Mon, 28 Mar 2016 16:55:24 +0000 (09:55 -0700)
commit9aaa3c933cd215670f7f5ac6cd13f106653e1abd
tree3afc064d12b9e6c6c8bf2bb5a5f19862b0468a65
parent916bdfd9acd2d5209da69afcc64596f23f2333a8
Make set_reference control API work in VP9 and VP10

Moved the API patch from NextGen to NextGenv2 and also added this
API to VP10. An example was included. To try it, for example, run
the following command:
$ examples/vpx_cx_set_ref vp10 352 288 in.yuv out.ivf 4 30

Change-Id: Ib56bc3d365e530cfc8d859a13ddbf4c007907b81
examples.mk
examples/vpx_cx_set_ref.c [new file with mode: 0644]
test/cx_set_ref.sh [moved from test/vp8cx_set_ref.sh with 59% similarity]
vp10/decoder/decoder.c
vp10/vp10_cx_iface.c
vp10/vp10_dx_iface.c
vp10/vp10_iface_common.h
vp9/decoder/vp9_decoder.c
vp9/vp9_cx_iface.c
vp9/vp9_dx_iface.c
vp9/vp9_iface_common.h