summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2013-03-18 11:57:31 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-03-18 11:57:31 -0700
commite5d7542447066a97548398c5169082a89818f9c1 (patch)
treeed3c678f99b3dc79fb7b6ce353ef97bfa9956def /vp9/common
parentd29f5435df7bbfc62da8e138300e058f47d297a8 (diff)
parentb3c350a1a99ac89e81cff77d82a9a11c0a762600 (diff)
downloadlibvpx-e5d7542447066a97548398c5169082a89818f9c1.tar
libvpx-e5d7542447066a97548398c5169082a89818f9c1.tar.gz
libvpx-e5d7542447066a97548398c5169082a89818f9c1.tar.bz2
libvpx-e5d7542447066a97548398c5169082a89818f9c1.zip
Merge "Add VP9_GET_REFERENCE control" into experimental
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_onyx.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/vp9/common/vp9_onyx.h b/vp9/common/vp9_onyx.h
index 79d060945..55bcccb0e 100644
--- a/vp9/common/vp9_onyx.h
+++ b/vp9/common/vp9_onyx.h
@@ -211,8 +211,10 @@ extern "C"
int vp9_update_reference(VP9_PTR comp, int ref_frame_flags);
- int vp9_get_reference_enc(VP9_PTR comp, VP9_REFFRAME ref_frame_flag,
- YV12_BUFFER_CONFIG *sd);
+ int vp9_copy_reference_enc(VP9_PTR comp, VP9_REFFRAME ref_frame_flag,
+ YV12_BUFFER_CONFIG *sd);
+
+ int vp9_get_reference_enc(VP9_PTR ptr, int index, YV12_BUFFER_CONFIG **fb);
int vp9_set_reference_enc(VP9_PTR comp, VP9_REFFRAME ref_frame_flag,
YV12_BUFFER_CONFIG *sd);