summaryrefslogtreecommitdiff
path: root/vp9/decoder
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-08-14 15:27:02 -0700
committerJingning Han <jingning@google.com>2015-08-14 15:27:43 -0700
commit89af744ba6450daa55d2985c826fa58c8317e8d8 (patch)
treed51ea24e080c52301ff3dadf3372f3a122a41345 /vp9/decoder
parentd04a0d77fb0a26a7f1bb9cb684aa7c3fb400bd99 (diff)
downloadlibvpx-89af744ba6450daa55d2985c826fa58c8317e8d8.tar
libvpx-89af744ba6450daa55d2985c826fa58c8317e8d8.tar.gz
libvpx-89af744ba6450daa55d2985c826fa58c8317e8d8.tar.bz2
libvpx-89af744ba6450daa55d2985c826fa58c8317e8d8.zip
Change vp9_ prefix function names in vpx_scale to vpx_
Change-Id: Iac85902cbbb3e752801dc85de9a3c778e47304aa
Diffstat (limited to 'vp9/decoder')
-rw-r--r--vp9/decoder/vp9_decodeframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_decodeframe.c b/vp9/decoder/vp9_decodeframe.c
index 58b79ea27..fb7b3b80d 100644
--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -1235,7 +1235,7 @@ static void setup_frame_size(VP9_COMMON *cm, struct vpx_read_bit_buffer *rb) {
setup_display_size(cm, rb);
lock_buffer_pool(pool);
- if (vp9_realloc_frame_buffer(
+ if (vpx_realloc_frame_buffer(
get_frame_new_buffer(cm), cm->width, cm->height,
cm->subsampling_x, cm->subsampling_y,
#if CONFIG_VP9_HIGHBITDEPTH
@@ -1316,7 +1316,7 @@ static void setup_frame_size_with_refs(VP9_COMMON *cm,
setup_display_size(cm, rb);
lock_buffer_pool(pool);
- if (vp9_realloc_frame_buffer(
+ if (vpx_realloc_frame_buffer(
get_frame_new_buffer(cm), cm->width, cm->height,
cm->subsampling_x, cm->subsampling_y,
#if CONFIG_VP9_HIGHBITDEPTH