Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3883)

Unified Diff: third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h

Issue 2915763004: Roll src/third_party/libvpx/source/libvpx/ b3bf91bdc..b9649d240 (22 commits) (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
diff --git a/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h b/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
index ddf7d01ccaa51d773a15915af4fc53b0db3ce721..ada0f6d4ca860c91e6f30de00f43a5e0779e0a25 100644
--- a/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
+++ b/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h
@@ -46,6 +46,9 @@ void vpx_extend_frame_borders_c(struct yv12_buffer_config *ybf);
void vpx_extend_frame_inner_borders_c(struct yv12_buffer_config *ybf);
#define vpx_extend_frame_inner_borders vpx_extend_frame_inner_borders_c
+void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
+#define vpx_yv12_copy_frame vpx_yv12_copy_frame_c
+
void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
#define vpx_yv12_copy_y vpx_yv12_copy_y_c
« no previous file with comments | « third_party/libvpx/source/config/linux/x64/vpx_dsp_rtcd.h ('k') | third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698