summaryrefslogtreecommitdiff
path: root/chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl')
-rw-r--r--chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl b/chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl
index 27378c7ef49..eef6f16a74c 100644
--- a/chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl
+++ b/chromium/third_party/libaom/source/libaom/aom_scale/aom_scale_rtcd.pl
@@ -26,6 +26,8 @@ if (aom_config("CONFIG_SPATIAL_RESAMPLING") eq "yes") {
add_proto qw/void aom_vertical_band_2_1_scale_i/, "unsigned char *source, int src_pitch, unsigned char *dest, int dest_pitch, unsigned int dest_width";
}
+add_proto qw/int aom_yv12_realloc_with_new_border/, "struct yv12_buffer_config *ybf, int new_border, int byte_alignment, int num_planes";
+
add_proto qw/void aom_yv12_extend_frame_borders/, "struct yv12_buffer_config *ybf, const int num_planes";
add_proto qw/void aom_yv12_copy_frame/, "const struct yv12_buffer_config *src_bc, struct yv12_buffer_config *dst_bc, const int num_planes";