| 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
|
|
|
|
|