summaryrefslogtreecommitdiffstats
path: root/libvpx/vpx_scale/vpx_scale_rtcd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vpx_scale/vpx_scale_rtcd.sh')
-rw-r--r--libvpx/vpx_scale/vpx_scale_rtcd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvpx/vpx_scale/vpx_scale_rtcd.sh b/libvpx/vpx_scale/vpx_scale_rtcd.sh
index ea7b0e2..a5faf11 100644
--- a/libvpx/vpx_scale/vpx_scale_rtcd.sh
+++ b/libvpx/vpx_scale/vpx_scale_rtcd.sh
@@ -27,8 +27,8 @@ specialize vpx_yv12_copy_y neon
if [ "$CONFIG_VP9" = "yes" ]; then
prototype void vp9_extend_frame_borders "struct yv12_buffer_config *ybf, int subsampling_x, int subsampling_y"
- specialize vp9_extend_frame_borders
+ specialize vp9_extend_frame_borders dspr2
prototype void vp9_extend_frame_inner_borders "struct yv12_buffer_config *ybf, int subsampling_x, int subsampling_y"
- specialize vp9_extend_frame_inner_borders_c
+ specialize vp9_extend_frame_inner_borders dspr2
fi