media/libvpx/vp9_rtcd_armv7-android-gcc.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/libvpx/vp9_rtcd_armv7-android-gcc.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,841 @@
     1.4 +#ifndef VP9_RTCD_H_
     1.5 +#define VP9_RTCD_H_
     1.6 +
     1.7 +#ifdef RTCD_C
     1.8 +#define RTCD_EXTERN
     1.9 +#else
    1.10 +#define RTCD_EXTERN extern
    1.11 +#endif
    1.12 +
    1.13 +/*
    1.14 + * VP9
    1.15 + */
    1.16 +
    1.17 +#include "vpx/vpx_integer.h"
    1.18 +#include "vp9/common/vp9_enums.h"
    1.19 +
    1.20 +struct macroblockd;
    1.21 +
    1.22 +/* Encoder forward decls */
    1.23 +struct macroblock;
    1.24 +struct vp9_variance_vtable;
    1.25 +
    1.26 +#define DEC_MVCOSTS int *mvjcost, int *mvcost[2]
    1.27 +union int_mv;
    1.28 +struct yv12_buffer_config;
    1.29 +
    1.30 +void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.31 +#define vp9_d207_predictor_4x4 vp9_d207_predictor_4x4_c
    1.32 +
    1.33 +void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.34 +#define vp9_d45_predictor_4x4 vp9_d45_predictor_4x4_c
    1.35 +
    1.36 +void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.37 +#define vp9_d63_predictor_4x4 vp9_d63_predictor_4x4_c
    1.38 +
    1.39 +void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.40 +#define vp9_h_predictor_4x4 vp9_h_predictor_4x4_c
    1.41 +
    1.42 +void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.43 +#define vp9_d117_predictor_4x4 vp9_d117_predictor_4x4_c
    1.44 +
    1.45 +void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.46 +#define vp9_d135_predictor_4x4 vp9_d135_predictor_4x4_c
    1.47 +
    1.48 +void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.49 +#define vp9_d153_predictor_4x4 vp9_d153_predictor_4x4_c
    1.50 +
    1.51 +void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.52 +#define vp9_v_predictor_4x4 vp9_v_predictor_4x4_c
    1.53 +
    1.54 +void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.55 +#define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c
    1.56 +
    1.57 +void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.58 +#define vp9_dc_predictor_4x4 vp9_dc_predictor_4x4_c
    1.59 +
    1.60 +void vp9_dc_top_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.61 +#define vp9_dc_top_predictor_4x4 vp9_dc_top_predictor_4x4_c
    1.62 +
    1.63 +void vp9_dc_left_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.64 +#define vp9_dc_left_predictor_4x4 vp9_dc_left_predictor_4x4_c
    1.65 +
    1.66 +void vp9_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.67 +#define vp9_dc_128_predictor_4x4 vp9_dc_128_predictor_4x4_c
    1.68 +
    1.69 +void vp9_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.70 +#define vp9_d207_predictor_8x8 vp9_d207_predictor_8x8_c
    1.71 +
    1.72 +void vp9_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.73 +#define vp9_d45_predictor_8x8 vp9_d45_predictor_8x8_c
    1.74 +
    1.75 +void vp9_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.76 +#define vp9_d63_predictor_8x8 vp9_d63_predictor_8x8_c
    1.77 +
    1.78 +void vp9_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.79 +#define vp9_h_predictor_8x8 vp9_h_predictor_8x8_c
    1.80 +
    1.81 +void vp9_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.82 +#define vp9_d117_predictor_8x8 vp9_d117_predictor_8x8_c
    1.83 +
    1.84 +void vp9_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.85 +#define vp9_d135_predictor_8x8 vp9_d135_predictor_8x8_c
    1.86 +
    1.87 +void vp9_d153_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.88 +#define vp9_d153_predictor_8x8 vp9_d153_predictor_8x8_c
    1.89 +
    1.90 +void vp9_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.91 +#define vp9_v_predictor_8x8 vp9_v_predictor_8x8_c
    1.92 +
    1.93 +void vp9_tm_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.94 +#define vp9_tm_predictor_8x8 vp9_tm_predictor_8x8_c
    1.95 +
    1.96 +void vp9_dc_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    1.97 +#define vp9_dc_predictor_8x8 vp9_dc_predictor_8x8_c
    1.98 +
    1.99 +void vp9_dc_top_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.100 +#define vp9_dc_top_predictor_8x8 vp9_dc_top_predictor_8x8_c
   1.101 +
   1.102 +void vp9_dc_left_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.103 +#define vp9_dc_left_predictor_8x8 vp9_dc_left_predictor_8x8_c
   1.104 +
   1.105 +void vp9_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.106 +#define vp9_dc_128_predictor_8x8 vp9_dc_128_predictor_8x8_c
   1.107 +
   1.108 +void vp9_d207_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.109 +#define vp9_d207_predictor_16x16 vp9_d207_predictor_16x16_c
   1.110 +
   1.111 +void vp9_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.112 +#define vp9_d45_predictor_16x16 vp9_d45_predictor_16x16_c
   1.113 +
   1.114 +void vp9_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.115 +#define vp9_d63_predictor_16x16 vp9_d63_predictor_16x16_c
   1.116 +
   1.117 +void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.118 +#define vp9_h_predictor_16x16 vp9_h_predictor_16x16_c
   1.119 +
   1.120 +void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.121 +#define vp9_d117_predictor_16x16 vp9_d117_predictor_16x16_c
   1.122 +
   1.123 +void vp9_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.124 +#define vp9_d135_predictor_16x16 vp9_d135_predictor_16x16_c
   1.125 +
   1.126 +void vp9_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.127 +#define vp9_d153_predictor_16x16 vp9_d153_predictor_16x16_c
   1.128 +
   1.129 +void vp9_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.130 +#define vp9_v_predictor_16x16 vp9_v_predictor_16x16_c
   1.131 +
   1.132 +void vp9_tm_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.133 +#define vp9_tm_predictor_16x16 vp9_tm_predictor_16x16_c
   1.134 +
   1.135 +void vp9_dc_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.136 +#define vp9_dc_predictor_16x16 vp9_dc_predictor_16x16_c
   1.137 +
   1.138 +void vp9_dc_top_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.139 +#define vp9_dc_top_predictor_16x16 vp9_dc_top_predictor_16x16_c
   1.140 +
   1.141 +void vp9_dc_left_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.142 +#define vp9_dc_left_predictor_16x16 vp9_dc_left_predictor_16x16_c
   1.143 +
   1.144 +void vp9_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.145 +#define vp9_dc_128_predictor_16x16 vp9_dc_128_predictor_16x16_c
   1.146 +
   1.147 +void vp9_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.148 +#define vp9_d207_predictor_32x32 vp9_d207_predictor_32x32_c
   1.149 +
   1.150 +void vp9_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.151 +#define vp9_d45_predictor_32x32 vp9_d45_predictor_32x32_c
   1.152 +
   1.153 +void vp9_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.154 +#define vp9_d63_predictor_32x32 vp9_d63_predictor_32x32_c
   1.155 +
   1.156 +void vp9_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.157 +#define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c
   1.158 +
   1.159 +void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.160 +#define vp9_d117_predictor_32x32 vp9_d117_predictor_32x32_c
   1.161 +
   1.162 +void vp9_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.163 +#define vp9_d135_predictor_32x32 vp9_d135_predictor_32x32_c
   1.164 +
   1.165 +void vp9_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.166 +#define vp9_d153_predictor_32x32 vp9_d153_predictor_32x32_c
   1.167 +
   1.168 +void vp9_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.169 +#define vp9_v_predictor_32x32 vp9_v_predictor_32x32_c
   1.170 +
   1.171 +void vp9_tm_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.172 +#define vp9_tm_predictor_32x32 vp9_tm_predictor_32x32_c
   1.173 +
   1.174 +void vp9_dc_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.175 +#define vp9_dc_predictor_32x32 vp9_dc_predictor_32x32_c
   1.176 +
   1.177 +void vp9_dc_top_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.178 +#define vp9_dc_top_predictor_32x32 vp9_dc_top_predictor_32x32_c
   1.179 +
   1.180 +void vp9_dc_left_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.181 +#define vp9_dc_left_predictor_32x32 vp9_dc_left_predictor_32x32_c
   1.182 +
   1.183 +void vp9_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
   1.184 +#define vp9_dc_128_predictor_32x32 vp9_dc_128_predictor_32x32_c
   1.185 +
   1.186 +void vp9_mb_lpf_vertical_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
   1.187 +void vp9_mb_lpf_vertical_edge_w_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
   1.188 +RTCD_EXTERN void (*vp9_mb_lpf_vertical_edge_w)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
   1.189 +
   1.190 +void vp9_mbloop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.191 +void vp9_mbloop_filter_vertical_edge_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.192 +RTCD_EXTERN void (*vp9_mbloop_filter_vertical_edge)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.193 +
   1.194 +void vp9_loop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.195 +void vp9_loop_filter_vertical_edge_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.196 +RTCD_EXTERN void (*vp9_loop_filter_vertical_edge)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.197 +
   1.198 +void vp9_mb_lpf_horizontal_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.199 +void vp9_mb_lpf_horizontal_edge_w_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.200 +RTCD_EXTERN void (*vp9_mb_lpf_horizontal_edge_w)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.201 +
   1.202 +void vp9_mbloop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.203 +void vp9_mbloop_filter_horizontal_edge_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.204 +RTCD_EXTERN void (*vp9_mbloop_filter_horizontal_edge)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.205 +
   1.206 +void vp9_loop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.207 +void vp9_loop_filter_horizontal_edge_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.208 +RTCD_EXTERN void (*vp9_loop_filter_horizontal_edge)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
   1.209 +
   1.210 +void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
   1.211 +#define vp9_blend_mb_inner vp9_blend_mb_inner_c
   1.212 +
   1.213 +void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
   1.214 +#define vp9_blend_mb_outer vp9_blend_mb_outer_c
   1.215 +
   1.216 +void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride);
   1.217 +#define vp9_blend_b vp9_blend_b_c
   1.218 +
   1.219 +void vp9_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.220 +void vp9_convolve_copy_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.221 +RTCD_EXTERN void (*vp9_convolve_copy)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.222 +
   1.223 +void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.224 +void vp9_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.225 +RTCD_EXTERN void (*vp9_convolve_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.226 +
   1.227 +void vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.228 +void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.229 +RTCD_EXTERN void (*vp9_convolve8)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.230 +
   1.231 +void vp9_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.232 +void vp9_convolve8_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.233 +RTCD_EXTERN void (*vp9_convolve8_horiz)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.234 +
   1.235 +void vp9_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.236 +void vp9_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.237 +RTCD_EXTERN void (*vp9_convolve8_vert)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.238 +
   1.239 +void vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.240 +void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.241 +RTCD_EXTERN void (*vp9_convolve8_avg)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.242 +
   1.243 +void vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.244 +void vp9_convolve8_avg_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.245 +RTCD_EXTERN void (*vp9_convolve8_avg_horiz)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.246 +
   1.247 +void vp9_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.248 +void vp9_convolve8_avg_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.249 +RTCD_EXTERN void (*vp9_convolve8_avg_vert)(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
   1.250 +
   1.251 +void vp9_idct4x4_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.252 +void vp9_idct4x4_1_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.253 +RTCD_EXTERN void (*vp9_idct4x4_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.254 +
   1.255 +void vp9_idct4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.256 +void vp9_idct4x4_16_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.257 +RTCD_EXTERN void (*vp9_idct4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.258 +
   1.259 +void vp9_idct8x8_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.260 +void vp9_idct8x8_1_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.261 +RTCD_EXTERN void (*vp9_idct8x8_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.262 +
   1.263 +void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.264 +void vp9_idct8x8_64_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.265 +RTCD_EXTERN void (*vp9_idct8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.266 +
   1.267 +void vp9_idct8x8_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.268 +void vp9_idct8x8_10_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.269 +RTCD_EXTERN void (*vp9_idct8x8_10_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.270 +
   1.271 +void vp9_idct16x16_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.272 +void vp9_idct16x16_1_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.273 +RTCD_EXTERN void (*vp9_idct16x16_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.274 +
   1.275 +void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.276 +void vp9_idct16x16_256_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.277 +RTCD_EXTERN void (*vp9_idct16x16_256_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.278 +
   1.279 +void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.280 +void vp9_idct16x16_10_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.281 +RTCD_EXTERN void (*vp9_idct16x16_10_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.282 +
   1.283 +void vp9_idct32x32_1024_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.284 +void vp9_idct32x32_1024_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.285 +RTCD_EXTERN void (*vp9_idct32x32_1024_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.286 +
   1.287 +void vp9_idct32x32_34_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.288 +#define vp9_idct32x32_34_add vp9_idct32x32_34_add_c
   1.289 +
   1.290 +void vp9_idct32x32_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.291 +void vp9_idct32x32_1_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
   1.292 +RTCD_EXTERN void (*vp9_idct32x32_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
   1.293 +
   1.294 +void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
   1.295 +void vp9_iht4x4_16_add_neon(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
   1.296 +RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
   1.297 +
   1.298 +void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
   1.299 +void vp9_iht8x8_64_add_neon(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
   1.300 +RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
   1.301 +
   1.302 +void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
   1.303 +#define vp9_iht16x16_256_add vp9_iht16x16_256_add_c
   1.304 +
   1.305 +void vp9_iwht4x4_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.306 +#define vp9_iwht4x4_1_add vp9_iwht4x4_1_add_c
   1.307 +
   1.308 +void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
   1.309 +#define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c
   1.310 +
   1.311 +unsigned int vp9_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.312 +#define vp9_variance32x16 vp9_variance32x16_c
   1.313 +
   1.314 +unsigned int vp9_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.315 +#define vp9_variance16x32 vp9_variance16x32_c
   1.316 +
   1.317 +unsigned int vp9_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.318 +#define vp9_variance64x32 vp9_variance64x32_c
   1.319 +
   1.320 +unsigned int vp9_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.321 +#define vp9_variance32x64 vp9_variance32x64_c
   1.322 +
   1.323 +unsigned int vp9_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.324 +#define vp9_variance32x32 vp9_variance32x32_c
   1.325 +
   1.326 +unsigned int vp9_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.327 +#define vp9_variance64x64 vp9_variance64x64_c
   1.328 +
   1.329 +unsigned int vp9_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.330 +#define vp9_variance16x16 vp9_variance16x16_c
   1.331 +
   1.332 +unsigned int vp9_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.333 +#define vp9_variance16x8 vp9_variance16x8_c
   1.334 +
   1.335 +unsigned int vp9_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.336 +#define vp9_variance8x16 vp9_variance8x16_c
   1.337 +
   1.338 +unsigned int vp9_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.339 +#define vp9_variance8x8 vp9_variance8x8_c
   1.340 +
   1.341 +void vp9_get_sse_sum_8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
   1.342 +#define vp9_get_sse_sum_8x8 vp9_get_sse_sum_8x8_c
   1.343 +
   1.344 +unsigned int vp9_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.345 +#define vp9_variance8x4 vp9_variance8x4_c
   1.346 +
   1.347 +unsigned int vp9_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.348 +#define vp9_variance4x8 vp9_variance4x8_c
   1.349 +
   1.350 +unsigned int vp9_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.351 +#define vp9_variance4x4 vp9_variance4x4_c
   1.352 +
   1.353 +unsigned int vp9_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.354 +#define vp9_sub_pixel_variance64x64 vp9_sub_pixel_variance64x64_c
   1.355 +
   1.356 +unsigned int vp9_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.357 +#define vp9_sub_pixel_avg_variance64x64 vp9_sub_pixel_avg_variance64x64_c
   1.358 +
   1.359 +unsigned int vp9_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.360 +#define vp9_sub_pixel_variance32x64 vp9_sub_pixel_variance32x64_c
   1.361 +
   1.362 +unsigned int vp9_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.363 +#define vp9_sub_pixel_avg_variance32x64 vp9_sub_pixel_avg_variance32x64_c
   1.364 +
   1.365 +unsigned int vp9_sub_pixel_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.366 +#define vp9_sub_pixel_variance64x32 vp9_sub_pixel_variance64x32_c
   1.367 +
   1.368 +unsigned int vp9_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.369 +#define vp9_sub_pixel_avg_variance64x32 vp9_sub_pixel_avg_variance64x32_c
   1.370 +
   1.371 +unsigned int vp9_sub_pixel_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.372 +#define vp9_sub_pixel_variance32x16 vp9_sub_pixel_variance32x16_c
   1.373 +
   1.374 +unsigned int vp9_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.375 +#define vp9_sub_pixel_avg_variance32x16 vp9_sub_pixel_avg_variance32x16_c
   1.376 +
   1.377 +unsigned int vp9_sub_pixel_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.378 +#define vp9_sub_pixel_variance16x32 vp9_sub_pixel_variance16x32_c
   1.379 +
   1.380 +unsigned int vp9_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.381 +#define vp9_sub_pixel_avg_variance16x32 vp9_sub_pixel_avg_variance16x32_c
   1.382 +
   1.383 +unsigned int vp9_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.384 +#define vp9_sub_pixel_variance32x32 vp9_sub_pixel_variance32x32_c
   1.385 +
   1.386 +unsigned int vp9_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.387 +#define vp9_sub_pixel_avg_variance32x32 vp9_sub_pixel_avg_variance32x32_c
   1.388 +
   1.389 +unsigned int vp9_sub_pixel_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.390 +#define vp9_sub_pixel_variance16x16 vp9_sub_pixel_variance16x16_c
   1.391 +
   1.392 +unsigned int vp9_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.393 +#define vp9_sub_pixel_avg_variance16x16 vp9_sub_pixel_avg_variance16x16_c
   1.394 +
   1.395 +unsigned int vp9_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.396 +#define vp9_sub_pixel_variance8x16 vp9_sub_pixel_variance8x16_c
   1.397 +
   1.398 +unsigned int vp9_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.399 +#define vp9_sub_pixel_avg_variance8x16 vp9_sub_pixel_avg_variance8x16_c
   1.400 +
   1.401 +unsigned int vp9_sub_pixel_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.402 +#define vp9_sub_pixel_variance16x8 vp9_sub_pixel_variance16x8_c
   1.403 +
   1.404 +unsigned int vp9_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.405 +#define vp9_sub_pixel_avg_variance16x8 vp9_sub_pixel_avg_variance16x8_c
   1.406 +
   1.407 +unsigned int vp9_sub_pixel_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.408 +#define vp9_sub_pixel_variance8x8 vp9_sub_pixel_variance8x8_c
   1.409 +
   1.410 +unsigned int vp9_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.411 +#define vp9_sub_pixel_avg_variance8x8 vp9_sub_pixel_avg_variance8x8_c
   1.412 +
   1.413 +unsigned int vp9_sub_pixel_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.414 +#define vp9_sub_pixel_variance8x4 vp9_sub_pixel_variance8x4_c
   1.415 +
   1.416 +unsigned int vp9_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.417 +#define vp9_sub_pixel_avg_variance8x4 vp9_sub_pixel_avg_variance8x4_c
   1.418 +
   1.419 +unsigned int vp9_sub_pixel_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.420 +#define vp9_sub_pixel_variance4x8 vp9_sub_pixel_variance4x8_c
   1.421 +
   1.422 +unsigned int vp9_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.423 +#define vp9_sub_pixel_avg_variance4x8 vp9_sub_pixel_avg_variance4x8_c
   1.424 +
   1.425 +unsigned int vp9_sub_pixel_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.426 +#define vp9_sub_pixel_variance4x4 vp9_sub_pixel_variance4x4_c
   1.427 +
   1.428 +unsigned int vp9_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, const uint8_t *second_pred);
   1.429 +#define vp9_sub_pixel_avg_variance4x4 vp9_sub_pixel_avg_variance4x4_c
   1.430 +
   1.431 +unsigned int vp9_sad64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.432 +#define vp9_sad64x64 vp9_sad64x64_c
   1.433 +
   1.434 +unsigned int vp9_sad32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad);
   1.435 +#define vp9_sad32x64 vp9_sad32x64_c
   1.436 +
   1.437 +unsigned int vp9_sad64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad);
   1.438 +#define vp9_sad64x32 vp9_sad64x32_c
   1.439 +
   1.440 +unsigned int vp9_sad32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad);
   1.441 +#define vp9_sad32x16 vp9_sad32x16_c
   1.442 +
   1.443 +unsigned int vp9_sad16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad);
   1.444 +#define vp9_sad16x32 vp9_sad16x32_c
   1.445 +
   1.446 +unsigned int vp9_sad32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.447 +#define vp9_sad32x32 vp9_sad32x32_c
   1.448 +
   1.449 +unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.450 +#define vp9_sad16x16 vp9_sad16x16_c
   1.451 +
   1.452 +unsigned int vp9_sad16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.453 +#define vp9_sad16x8 vp9_sad16x8_c
   1.454 +
   1.455 +unsigned int vp9_sad8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.456 +#define vp9_sad8x16 vp9_sad8x16_c
   1.457 +
   1.458 +unsigned int vp9_sad8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.459 +#define vp9_sad8x8 vp9_sad8x8_c
   1.460 +
   1.461 +unsigned int vp9_sad8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad);
   1.462 +#define vp9_sad8x4 vp9_sad8x4_c
   1.463 +
   1.464 +unsigned int vp9_sad4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int max_sad);
   1.465 +#define vp9_sad4x8 vp9_sad4x8_c
   1.466 +
   1.467 +unsigned int vp9_sad4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int max_sad);
   1.468 +#define vp9_sad4x4 vp9_sad4x4_c
   1.469 +
   1.470 +unsigned int vp9_sad64x64_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.471 +#define vp9_sad64x64_avg vp9_sad64x64_avg_c
   1.472 +
   1.473 +unsigned int vp9_sad32x64_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.474 +#define vp9_sad32x64_avg vp9_sad32x64_avg_c
   1.475 +
   1.476 +unsigned int vp9_sad64x32_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.477 +#define vp9_sad64x32_avg vp9_sad64x32_avg_c
   1.478 +
   1.479 +unsigned int vp9_sad32x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.480 +#define vp9_sad32x16_avg vp9_sad32x16_avg_c
   1.481 +
   1.482 +unsigned int vp9_sad16x32_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.483 +#define vp9_sad16x32_avg vp9_sad16x32_avg_c
   1.484 +
   1.485 +unsigned int vp9_sad32x32_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.486 +#define vp9_sad32x32_avg vp9_sad32x32_avg_c
   1.487 +
   1.488 +unsigned int vp9_sad16x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.489 +#define vp9_sad16x16_avg vp9_sad16x16_avg_c
   1.490 +
   1.491 +unsigned int vp9_sad16x8_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.492 +#define vp9_sad16x8_avg vp9_sad16x8_avg_c
   1.493 +
   1.494 +unsigned int vp9_sad8x16_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.495 +#define vp9_sad8x16_avg vp9_sad8x16_avg_c
   1.496 +
   1.497 +unsigned int vp9_sad8x8_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.498 +#define vp9_sad8x8_avg vp9_sad8x8_avg_c
   1.499 +
   1.500 +unsigned int vp9_sad8x4_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.501 +#define vp9_sad8x4_avg vp9_sad8x4_avg_c
   1.502 +
   1.503 +unsigned int vp9_sad4x8_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.504 +#define vp9_sad4x8_avg vp9_sad4x8_avg_c
   1.505 +
   1.506 +unsigned int vp9_sad4x4_avg_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, const uint8_t *second_pred, unsigned int max_sad);
   1.507 +#define vp9_sad4x4_avg vp9_sad4x4_avg_c
   1.508 +
   1.509 +unsigned int vp9_variance_halfpixvar16x16_h_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.510 +#define vp9_variance_halfpixvar16x16_h vp9_variance_halfpixvar16x16_h_c
   1.511 +
   1.512 +unsigned int vp9_variance_halfpixvar16x16_v_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.513 +#define vp9_variance_halfpixvar16x16_v vp9_variance_halfpixvar16x16_v_c
   1.514 +
   1.515 +unsigned int vp9_variance_halfpixvar16x16_hv_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.516 +#define vp9_variance_halfpixvar16x16_hv vp9_variance_halfpixvar16x16_hv_c
   1.517 +
   1.518 +unsigned int vp9_variance_halfpixvar64x64_h_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.519 +#define vp9_variance_halfpixvar64x64_h vp9_variance_halfpixvar64x64_h_c
   1.520 +
   1.521 +unsigned int vp9_variance_halfpixvar64x64_v_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.522 +#define vp9_variance_halfpixvar64x64_v vp9_variance_halfpixvar64x64_v_c
   1.523 +
   1.524 +unsigned int vp9_variance_halfpixvar64x64_hv_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.525 +#define vp9_variance_halfpixvar64x64_hv vp9_variance_halfpixvar64x64_hv_c
   1.526 +
   1.527 +unsigned int vp9_variance_halfpixvar32x32_h_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.528 +#define vp9_variance_halfpixvar32x32_h vp9_variance_halfpixvar32x32_h_c
   1.529 +
   1.530 +unsigned int vp9_variance_halfpixvar32x32_v_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.531 +#define vp9_variance_halfpixvar32x32_v vp9_variance_halfpixvar32x32_v_c
   1.532 +
   1.533 +unsigned int vp9_variance_halfpixvar32x32_hv_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.534 +#define vp9_variance_halfpixvar32x32_hv vp9_variance_halfpixvar32x32_hv_c
   1.535 +
   1.536 +void vp9_sad64x64x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.537 +#define vp9_sad64x64x3 vp9_sad64x64x3_c
   1.538 +
   1.539 +void vp9_sad32x32x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.540 +#define vp9_sad32x32x3 vp9_sad32x32x3_c
   1.541 +
   1.542 +void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.543 +#define vp9_sad16x16x3 vp9_sad16x16x3_c
   1.544 +
   1.545 +void vp9_sad16x8x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.546 +#define vp9_sad16x8x3 vp9_sad16x8x3_c
   1.547 +
   1.548 +void vp9_sad8x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.549 +#define vp9_sad8x16x3 vp9_sad8x16x3_c
   1.550 +
   1.551 +void vp9_sad8x8x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.552 +#define vp9_sad8x8x3 vp9_sad8x8x3_c
   1.553 +
   1.554 +void vp9_sad4x4x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int  ref_stride, unsigned int *sad_array);
   1.555 +#define vp9_sad4x4x3 vp9_sad4x4x3_c
   1.556 +
   1.557 +void vp9_sad64x64x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.558 +#define vp9_sad64x64x8 vp9_sad64x64x8_c
   1.559 +
   1.560 +void vp9_sad32x32x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.561 +#define vp9_sad32x32x8 vp9_sad32x32x8_c
   1.562 +
   1.563 +void vp9_sad16x16x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.564 +#define vp9_sad16x16x8 vp9_sad16x16x8_c
   1.565 +
   1.566 +void vp9_sad16x8x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.567 +#define vp9_sad16x8x8 vp9_sad16x8x8_c
   1.568 +
   1.569 +void vp9_sad8x16x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.570 +#define vp9_sad8x16x8 vp9_sad8x16x8_c
   1.571 +
   1.572 +void vp9_sad8x8x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.573 +#define vp9_sad8x8x8 vp9_sad8x8x8_c
   1.574 +
   1.575 +void vp9_sad8x4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array);
   1.576 +#define vp9_sad8x4x8 vp9_sad8x4x8_c
   1.577 +
   1.578 +void vp9_sad4x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sad_array);
   1.579 +#define vp9_sad4x8x8 vp9_sad4x8x8_c
   1.580 +
   1.581 +void vp9_sad4x4x8_c(const uint8_t *src_ptr, int  src_stride, const uint8_t *ref_ptr, int  ref_stride, uint32_t *sad_array);
   1.582 +#define vp9_sad4x4x8 vp9_sad4x4x8_c
   1.583 +
   1.584 +void vp9_sad64x64x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.585 +#define vp9_sad64x64x4d vp9_sad64x64x4d_c
   1.586 +
   1.587 +void vp9_sad32x64x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.588 +#define vp9_sad32x64x4d vp9_sad32x64x4d_c
   1.589 +
   1.590 +void vp9_sad64x32x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.591 +#define vp9_sad64x32x4d vp9_sad64x32x4d_c
   1.592 +
   1.593 +void vp9_sad32x16x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.594 +#define vp9_sad32x16x4d vp9_sad32x16x4d_c
   1.595 +
   1.596 +void vp9_sad16x32x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.597 +#define vp9_sad16x32x4d vp9_sad16x32x4d_c
   1.598 +
   1.599 +void vp9_sad32x32x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.600 +#define vp9_sad32x32x4d vp9_sad32x32x4d_c
   1.601 +
   1.602 +void vp9_sad16x16x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.603 +#define vp9_sad16x16x4d vp9_sad16x16x4d_c
   1.604 +
   1.605 +void vp9_sad16x8x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.606 +#define vp9_sad16x8x4d vp9_sad16x8x4d_c
   1.607 +
   1.608 +void vp9_sad8x16x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.609 +#define vp9_sad8x16x4d vp9_sad8x16x4d_c
   1.610 +
   1.611 +void vp9_sad8x8x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.612 +#define vp9_sad8x8x4d vp9_sad8x8x4d_c
   1.613 +
   1.614 +void vp9_sad8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
   1.615 +#define vp9_sad8x4x4d vp9_sad8x4x4d_c
   1.616 +
   1.617 +void vp9_sad4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t* const ref_ptr[], int ref_stride, unsigned int *sad_array);
   1.618 +#define vp9_sad4x8x4d vp9_sad4x8x4d_c
   1.619 +
   1.620 +void vp9_sad4x4x4d_c(const uint8_t *src_ptr, int  src_stride, const uint8_t* const ref_ptr[], int  ref_stride, unsigned int *sad_array);
   1.621 +#define vp9_sad4x4x4d vp9_sad4x4x4d_c
   1.622 +
   1.623 +unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int  source_stride, const uint8_t *ref_ptr, int  recon_stride, unsigned int *sse);
   1.624 +#define vp9_mse16x16 vp9_mse16x16_c
   1.625 +
   1.626 +unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int  source_stride, const uint8_t *ref_ptr, int  recon_stride, unsigned int *sse);
   1.627 +#define vp9_mse8x16 vp9_mse8x16_c
   1.628 +
   1.629 +unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int  source_stride, const uint8_t *ref_ptr, int  recon_stride, unsigned int *sse);
   1.630 +#define vp9_mse16x8 vp9_mse16x8_c
   1.631 +
   1.632 +unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int  source_stride, const uint8_t *ref_ptr, int  recon_stride, unsigned int *sse);
   1.633 +#define vp9_mse8x8 vp9_mse8x8_c
   1.634 +
   1.635 +unsigned int vp9_sub_pixel_mse64x64_c(const uint8_t *src_ptr, int  source_stride, int  xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.636 +#define vp9_sub_pixel_mse64x64 vp9_sub_pixel_mse64x64_c
   1.637 +
   1.638 +unsigned int vp9_sub_pixel_mse32x32_c(const uint8_t *src_ptr, int  source_stride, int  xoffset, int  yoffset, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse);
   1.639 +#define vp9_sub_pixel_mse32x32 vp9_sub_pixel_mse32x32_c
   1.640 +
   1.641 +unsigned int vp9_get_mb_ss_c(const int16_t *);
   1.642 +#define vp9_get_mb_ss vp9_get_mb_ss_c
   1.643 +
   1.644 +int64_t vp9_block_error_c(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
   1.645 +#define vp9_block_error vp9_block_error_c
   1.646 +
   1.647 +void vp9_subtract_block_c(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const uint8_t *src_ptr, ptrdiff_t src_stride, const uint8_t *pred_ptr, ptrdiff_t pred_stride);
   1.648 +#define vp9_subtract_block vp9_subtract_block_c
   1.649 +
   1.650 +void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
   1.651 +#define vp9_quantize_b vp9_quantize_b_c
   1.652 +
   1.653 +void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
   1.654 +#define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c
   1.655 +
   1.656 +void vp9_short_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
   1.657 +#define vp9_short_fht4x4 vp9_short_fht4x4_c
   1.658 +
   1.659 +void vp9_short_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
   1.660 +#define vp9_short_fht8x8 vp9_short_fht8x8_c
   1.661 +
   1.662 +void vp9_short_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
   1.663 +#define vp9_short_fht16x16 vp9_short_fht16x16_c
   1.664 +
   1.665 +void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride);
   1.666 +#define vp9_fwht4x4 vp9_fwht4x4_c
   1.667 +
   1.668 +void vp9_fdct4x4_c(const int16_t *input, int16_t *output, int stride);
   1.669 +#define vp9_fdct4x4 vp9_fdct4x4_c
   1.670 +
   1.671 +void vp9_fdct8x8_c(const int16_t *input, int16_t *output, int stride);
   1.672 +#define vp9_fdct8x8 vp9_fdct8x8_c
   1.673 +
   1.674 +void vp9_fdct16x16_c(const int16_t *input, int16_t *output, int stride);
   1.675 +#define vp9_fdct16x16 vp9_fdct16x16_c
   1.676 +
   1.677 +void vp9_fdct32x32_c(const int16_t *input, int16_t *output, int stride);
   1.678 +#define vp9_fdct32x32 vp9_fdct32x32_c
   1.679 +
   1.680 +void vp9_fdct32x32_rd_c(const int16_t *input, int16_t *output, int stride);
   1.681 +#define vp9_fdct32x32_rd vp9_fdct32x32_rd_c
   1.682 +
   1.683 +int vp9_full_search_sad_c(struct macroblock *x, union int_mv *ref_mv, int sad_per_bit, int distance, struct vp9_variance_vtable *fn_ptr, DEC_MVCOSTS, union int_mv *center_mv, int n);
   1.684 +#define vp9_full_search_sad vp9_full_search_sad_c
   1.685 +
   1.686 +int vp9_refining_search_sad_c(struct macroblock *x, union int_mv *ref_mv, int sad_per_bit, int distance, struct vp9_variance_vtable *fn_ptr, DEC_MVCOSTS, union int_mv *center_mv);
   1.687 +#define vp9_refining_search_sad vp9_refining_search_sad_c
   1.688 +
   1.689 +int vp9_diamond_search_sad_c(struct macroblock *x, union int_mv *ref_mv, union int_mv *best_mv, int search_param, int sad_per_bit, int *num00, struct vp9_variance_vtable *fn_ptr, DEC_MVCOSTS, union int_mv *center_mv);
   1.690 +#define vp9_diamond_search_sad vp9_diamond_search_sad_c
   1.691 +
   1.692 +void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
   1.693 +#define vp9_temporal_filter_apply vp9_temporal_filter_apply_c
   1.694 +
   1.695 +void vp9_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc, int fraction);
   1.696 +#define vp9_yv12_copy_partial_frame vp9_yv12_copy_partial_frame_c
   1.697 +
   1.698 +void vp9_rtcd(void);
   1.699 +#include "vpx_config.h"
   1.700 +
   1.701 +#ifdef RTCD_C
   1.702 +#include "vpx_ports/arm.h"
   1.703 +static void setup_rtcd_internal(void)
   1.704 +{
   1.705 +    int flags = arm_cpu_caps();
   1.706 +
   1.707 +    (void)flags;
   1.708 +
   1.709 +
   1.710 +
   1.711 +
   1.712 +
   1.713 +
   1.714 +
   1.715 +
   1.716 +
   1.717 +
   1.718 +
   1.719 +
   1.720 +
   1.721 +
   1.722 +
   1.723 +
   1.724 +
   1.725 +
   1.726 +
   1.727 +
   1.728 +
   1.729 +
   1.730 +
   1.731 +
   1.732 +
   1.733 +
   1.734 +
   1.735 +
   1.736 +
   1.737 +
   1.738 +
   1.739 +
   1.740 +
   1.741 +
   1.742 +
   1.743 +
   1.744 +
   1.745 +
   1.746 +
   1.747 +
   1.748 +
   1.749 +
   1.750 +
   1.751 +
   1.752 +
   1.753 +
   1.754 +
   1.755 +
   1.756 +
   1.757 +
   1.758 +
   1.759 +
   1.760 +
   1.761 +    vp9_mb_lpf_vertical_edge_w = vp9_mb_lpf_vertical_edge_w_c;
   1.762 +    if (flags & HAS_NEON) vp9_mb_lpf_vertical_edge_w = vp9_mb_lpf_vertical_edge_w_neon;
   1.763 +
   1.764 +    vp9_mbloop_filter_vertical_edge = vp9_mbloop_filter_vertical_edge_c;
   1.765 +    if (flags & HAS_NEON) vp9_mbloop_filter_vertical_edge = vp9_mbloop_filter_vertical_edge_neon;
   1.766 +
   1.767 +    vp9_loop_filter_vertical_edge = vp9_loop_filter_vertical_edge_c;
   1.768 +    if (flags & HAS_NEON) vp9_loop_filter_vertical_edge = vp9_loop_filter_vertical_edge_neon;
   1.769 +
   1.770 +    vp9_mb_lpf_horizontal_edge_w = vp9_mb_lpf_horizontal_edge_w_c;
   1.771 +    if (flags & HAS_NEON) vp9_mb_lpf_horizontal_edge_w = vp9_mb_lpf_horizontal_edge_w_neon;
   1.772 +
   1.773 +    vp9_mbloop_filter_horizontal_edge = vp9_mbloop_filter_horizontal_edge_c;
   1.774 +    if (flags & HAS_NEON) vp9_mbloop_filter_horizontal_edge = vp9_mbloop_filter_horizontal_edge_neon;
   1.775 +
   1.776 +    vp9_loop_filter_horizontal_edge = vp9_loop_filter_horizontal_edge_c;
   1.777 +    if (flags & HAS_NEON) vp9_loop_filter_horizontal_edge = vp9_loop_filter_horizontal_edge_neon;
   1.778 +
   1.779 +
   1.780 +
   1.781 +
   1.782 +    vp9_convolve_copy = vp9_convolve_copy_c;
   1.783 +    if (flags & HAS_NEON) vp9_convolve_copy = vp9_convolve_copy_neon;
   1.784 +
   1.785 +    vp9_convolve_avg = vp9_convolve_avg_c;
   1.786 +    if (flags & HAS_NEON) vp9_convolve_avg = vp9_convolve_avg_neon;
   1.787 +
   1.788 +    vp9_convolve8 = vp9_convolve8_c;
   1.789 +    if (flags & HAS_NEON) vp9_convolve8 = vp9_convolve8_neon;
   1.790 +
   1.791 +    vp9_convolve8_horiz = vp9_convolve8_horiz_c;
   1.792 +    if (flags & HAS_NEON) vp9_convolve8_horiz = vp9_convolve8_horiz_neon;
   1.793 +
   1.794 +    vp9_convolve8_vert = vp9_convolve8_vert_c;
   1.795 +    if (flags & HAS_NEON) vp9_convolve8_vert = vp9_convolve8_vert_neon;
   1.796 +
   1.797 +    vp9_convolve8_avg = vp9_convolve8_avg_c;
   1.798 +    if (flags & HAS_NEON) vp9_convolve8_avg = vp9_convolve8_avg_neon;
   1.799 +
   1.800 +    vp9_convolve8_avg_horiz = vp9_convolve8_avg_horiz_c;
   1.801 +    if (flags & HAS_NEON) vp9_convolve8_avg_horiz = vp9_convolve8_avg_horiz_neon;
   1.802 +
   1.803 +    vp9_convolve8_avg_vert = vp9_convolve8_avg_vert_c;
   1.804 +    if (flags & HAS_NEON) vp9_convolve8_avg_vert = vp9_convolve8_avg_vert_neon;
   1.805 +
   1.806 +    vp9_idct4x4_1_add = vp9_idct4x4_1_add_c;
   1.807 +    if (flags & HAS_NEON) vp9_idct4x4_1_add = vp9_idct4x4_1_add_neon;
   1.808 +
   1.809 +    vp9_idct4x4_16_add = vp9_idct4x4_16_add_c;
   1.810 +    if (flags & HAS_NEON) vp9_idct4x4_16_add = vp9_idct4x4_16_add_neon;
   1.811 +
   1.812 +    vp9_idct8x8_1_add = vp9_idct8x8_1_add_c;
   1.813 +    if (flags & HAS_NEON) vp9_idct8x8_1_add = vp9_idct8x8_1_add_neon;
   1.814 +
   1.815 +    vp9_idct8x8_64_add = vp9_idct8x8_64_add_c;
   1.816 +    if (flags & HAS_NEON) vp9_idct8x8_64_add = vp9_idct8x8_64_add_neon;
   1.817 +
   1.818 +    vp9_idct8x8_10_add = vp9_idct8x8_10_add_c;
   1.819 +    if (flags & HAS_NEON) vp9_idct8x8_10_add = vp9_idct8x8_10_add_neon;
   1.820 +
   1.821 +    vp9_idct16x16_1_add = vp9_idct16x16_1_add_c;
   1.822 +    if (flags & HAS_NEON) vp9_idct16x16_1_add = vp9_idct16x16_1_add_neon;
   1.823 +
   1.824 +    vp9_idct16x16_256_add = vp9_idct16x16_256_add_c;
   1.825 +    if (flags & HAS_NEON) vp9_idct16x16_256_add = vp9_idct16x16_256_add_neon;
   1.826 +
   1.827 +    vp9_idct16x16_10_add = vp9_idct16x16_10_add_c;
   1.828 +    if (flags & HAS_NEON) vp9_idct16x16_10_add = vp9_idct16x16_10_add_neon;
   1.829 +
   1.830 +    vp9_idct32x32_1024_add = vp9_idct32x32_1024_add_c;
   1.831 +    if (flags & HAS_NEON) vp9_idct32x32_1024_add = vp9_idct32x32_1024_add_neon;
   1.832 +
   1.833 +
   1.834 +    vp9_idct32x32_1_add = vp9_idct32x32_1_add_c;
   1.835 +    if (flags & HAS_NEON) vp9_idct32x32_1_add = vp9_idct32x32_1_add_neon;
   1.836 +
   1.837 +    vp9_iht4x4_16_add = vp9_iht4x4_16_add_c;
   1.838 +    if (flags & HAS_NEON) vp9_iht4x4_16_add = vp9_iht4x4_16_add_neon;
   1.839 +
   1.840 +    vp9_iht8x8_64_add = vp9_iht8x8_64_add_c;
   1.841 +    if (flags & HAS_NEON) vp9_iht8x8_64_add = vp9_iht8x8_64_add_neon;
   1.842 +}
   1.843 +#endif
   1.844 +#endif

mercurial