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

Unified Diff: third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_scale_rtcd.h

Issue 1997603002: libvpx: add configurations excluding VP9 for ARM Neon and ARM64. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/arm-neon-no-vp9/vpx_scale_rtcd.h
diff --git a/third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h b/third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_scale_rtcd.h
similarity index 89%
copy from third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h
copy to third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_scale_rtcd.h
index a1564b7ad6c219ed499aad5b5b79dff910d55214..0e00d2ca3598815f1bd60953b1a87ae45fa930bc 100644
--- a/third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h
+++ b/third_party/libvpx/source/config/linux/arm-neon-no-vp9/vpx_scale_rtcd.h
@@ -40,12 +40,6 @@ void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12
void vp8_yv12_extend_frame_borders_c(struct yv12_buffer_config *ybf);
#define vp8_yv12_extend_frame_borders vp8_yv12_extend_frame_borders_c
-void vpx_extend_frame_borders_c(struct yv12_buffer_config *ybf);
-#define vpx_extend_frame_borders vpx_extend_frame_borders_c
-
-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_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

Powered by Google App Engine
This is Rietveld 408576698