OLD | NEW |
(Empty) | |
| 1 #ifndef VPX_DSP_RTCD_H_ |
| 2 #define VPX_DSP_RTCD_H_ |
| 3 |
| 4 #ifdef RTCD_C |
| 5 #define RTCD_EXTERN |
| 6 #else |
| 7 #define RTCD_EXTERN extern |
| 8 #endif |
| 9 |
| 10 /* |
| 11 * DSP |
| 12 */ |
| 13 |
| 14 #include "vpx/vpx_integer.h" |
| 15 #include "vpx_dsp/vpx_dsp_common.h" |
| 16 |
| 17 |
| 18 #ifdef __cplusplus |
| 19 extern "C" { |
| 20 #endif |
| 21 |
| 22 void vp9_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 23 void vp9_idct16x16_10_add_neon(const tran_low_t *input, uint8_t *dest, int dest_
stride); |
| 24 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_neon |
| 25 |
| 26 void vp9_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stri
de); |
| 27 void vp9_idct16x16_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_s
tride); |
| 28 #define vp9_idct16x16_1_add vp9_idct16x16_1_add_neon |
| 29 |
| 30 void vp9_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 31 void vp9_idct16x16_256_add_neon(const tran_low_t *input, uint8_t *dest, int dest
_stride); |
| 32 #define vp9_idct16x16_256_add vp9_idct16x16_256_add_neon |
| 33 |
| 34 void vp9_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_s
tride); |
| 35 void vp9_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int des
t_stride); |
| 36 #define vp9_idct32x32_1024_add vp9_idct32x32_1024_add_neon |
| 37 |
| 38 void vp9_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stri
de); |
| 39 void vp9_idct32x32_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_s
tride); |
| 40 #define vp9_idct32x32_1_add vp9_idct32x32_1_add_neon |
| 41 |
| 42 void vp9_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 43 #define vp9_idct32x32_34_add vp9_idct32x32_34_add_c |
| 44 |
| 45 void vp9_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 46 void vp9_idct4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 47 #define vp9_idct4x4_16_add vp9_idct4x4_16_add_neon |
| 48 |
| 49 void vp9_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); |
| 50 void vp9_idct4x4_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 51 #define vp9_idct4x4_1_add vp9_idct4x4_1_add_neon |
| 52 |
| 53 void vp9_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 54 void vp9_idct8x8_12_add_neon(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 55 #define vp9_idct8x8_12_add vp9_idct8x8_12_add_neon |
| 56 |
| 57 void vp9_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); |
| 58 void vp9_idct8x8_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 59 #define vp9_idct8x8_1_add vp9_idct8x8_1_add_neon |
| 60 |
| 61 void vp9_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 62 void vp9_idct8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 63 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_neon |
| 64 |
| 65 void vp9_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 66 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c |
| 67 |
| 68 void vp9_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); |
| 69 #define vp9_iwht4x4_1_add vp9_iwht4x4_1_add_c |
| 70 |
| 71 void vp9_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_b
lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_pt
r, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_p
tr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const in
t16_t *iscan); |
| 72 #define vp9_quantize_b vp9_quantize_b_c |
| 73 |
| 74 void vp9_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int
skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *qu
ant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqc
oeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, co
nst int16_t *iscan); |
| 75 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c |
| 76 |
| 77 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int
height, const uint8_t *ref, int ref_stride); |
| 78 #define vpx_comp_avg_pred vpx_comp_avg_pred_c |
| 79 |
| 80 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptr
diff_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); |
| 81 void vpx_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 *fil
ter_y, int y_step_q4, int w, int h); |
| 82 #define vpx_convolve8 vpx_convolve8_neon |
| 83 |
| 84 void vpx_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 *fi
lter_y, int y_step_q4, int w, int h); |
| 85 void vpx_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *d
st, 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); |
| 86 #define vpx_convolve8_avg vpx_convolve8_avg_neon |
| 87 |
| 88 void vpx_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); |
| 89 void vpx_convolve8_avg_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint
8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const in
t16_t *filter_y, int y_step_q4, int w, int h); |
| 90 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_neon |
| 91 |
| 92 void vpx_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); |
| 93 void vpx_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 int
16_t *filter_y, int y_step_q4, int w, int h); |
| 94 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_neon |
| 95 |
| 96 void vpx_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *ds
t, 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); |
| 97 void vpx_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); |
| 98 #define vpx_convolve8_horiz vpx_convolve8_horiz_neon |
| 99 |
| 100 void vpx_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 *f
ilter_y, int y_step_q4, int w, int h); |
| 101 void vpx_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); |
| 102 #define vpx_convolve8_vert vpx_convolve8_vert_neon |
| 103 |
| 104 void vpx_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 *fil
ter_y, int y_step_q4, int w, int h); |
| 105 void vpx_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *ds
t, 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); |
| 106 #define vpx_convolve_avg vpx_convolve_avg_neon |
| 107 |
| 108 void vpx_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 *fi
lter_y, int y_step_q4, int w, int h); |
| 109 void vpx_convolve_copy_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *d
st, 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); |
| 110 #define vpx_convolve_copy vpx_convolve_copy_neon |
| 111 |
| 112 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 113 #define vpx_d117_predictor_16x16 vpx_d117_predictor_16x16_c |
| 114 |
| 115 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 116 #define vpx_d117_predictor_32x32 vpx_d117_predictor_32x32_c |
| 117 |
| 118 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 119 #define vpx_d117_predictor_4x4 vpx_d117_predictor_4x4_c |
| 120 |
| 121 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 122 #define vpx_d117_predictor_8x8 vpx_d117_predictor_8x8_c |
| 123 |
| 124 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 125 #define vpx_d135_predictor_16x16 vpx_d135_predictor_16x16_c |
| 126 |
| 127 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 128 #define vpx_d135_predictor_32x32 vpx_d135_predictor_32x32_c |
| 129 |
| 130 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 131 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 132 #define vpx_d135_predictor_4x4 vpx_d135_predictor_4x4_neon |
| 133 |
| 134 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 135 #define vpx_d135_predictor_8x8 vpx_d135_predictor_8x8_c |
| 136 |
| 137 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 138 #define vpx_d153_predictor_16x16 vpx_d153_predictor_16x16_c |
| 139 |
| 140 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 141 #define vpx_d153_predictor_32x32 vpx_d153_predictor_32x32_c |
| 142 |
| 143 void vpx_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 144 #define vpx_d153_predictor_4x4 vpx_d153_predictor_4x4_c |
| 145 |
| 146 void vpx_d153_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 147 #define vpx_d153_predictor_8x8 vpx_d153_predictor_8x8_c |
| 148 |
| 149 void vpx_d207_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 150 #define vpx_d207_predictor_16x16 vpx_d207_predictor_16x16_c |
| 151 |
| 152 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 153 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c |
| 154 |
| 155 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 156 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c |
| 157 |
| 158 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 159 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c |
| 160 |
| 161 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 162 void vpx_d45_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 163 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_neon |
| 164 |
| 165 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 166 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c |
| 167 |
| 168 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 169 void vpx_d45_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 170 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_neon |
| 171 |
| 172 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 173 void vpx_d45_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 174 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_neon |
| 175 |
| 176 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 177 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c |
| 178 |
| 179 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 180 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c |
| 181 |
| 182 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 183 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c |
| 184 |
| 185 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 186 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c |
| 187 |
| 188 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 189 void vpx_dc_128_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); |
| 190 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_neon |
| 191 |
| 192 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 193 void vpx_dc_128_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); |
| 194 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_neon |
| 195 |
| 196 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 197 void vpx_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 198 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_neon |
| 199 |
| 200 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 201 void vpx_dc_128_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 202 #define vpx_dc_128_predictor_8x8 vpx_dc_128_predictor_8x8_neon |
| 203 |
| 204 void vpx_dc_left_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 205 void vpx_dc_left_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const ui
nt8_t *above, const uint8_t *left); |
| 206 #define vpx_dc_left_predictor_16x16 vpx_dc_left_predictor_16x16_neon |
| 207 |
| 208 void vpx_dc_left_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 209 void vpx_dc_left_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const ui
nt8_t *above, const uint8_t *left); |
| 210 #define vpx_dc_left_predictor_32x32 vpx_dc_left_predictor_32x32_neon |
| 211 |
| 212 void vpx_dc_left_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 213 void vpx_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint
8_t *above, const uint8_t *left); |
| 214 #define vpx_dc_left_predictor_4x4 vpx_dc_left_predictor_4x4_neon |
| 215 |
| 216 void vpx_dc_left_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 217 void vpx_dc_left_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint
8_t *above, const uint8_t *left); |
| 218 #define vpx_dc_left_predictor_8x8 vpx_dc_left_predictor_8x8_neon |
| 219 |
| 220 void vpx_dc_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 221 void vpx_dc_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 222 #define vpx_dc_predictor_16x16 vpx_dc_predictor_16x16_neon |
| 223 |
| 224 void vpx_dc_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 225 void vpx_dc_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 226 #define vpx_dc_predictor_32x32 vpx_dc_predictor_32x32_neon |
| 227 |
| 228 void vpx_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); |
| 229 void vpx_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 230 #define vpx_dc_predictor_4x4 vpx_dc_predictor_4x4_neon |
| 231 |
| 232 void vpx_dc_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); |
| 233 void vpx_dc_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 234 #define vpx_dc_predictor_8x8 vpx_dc_predictor_8x8_neon |
| 235 |
| 236 void vpx_dc_top_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 237 void vpx_dc_top_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); |
| 238 #define vpx_dc_top_predictor_16x16 vpx_dc_top_predictor_16x16_neon |
| 239 |
| 240 void vpx_dc_top_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 241 void vpx_dc_top_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); |
| 242 #define vpx_dc_top_predictor_32x32 vpx_dc_top_predictor_32x32_neon |
| 243 |
| 244 void vpx_dc_top_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 245 void vpx_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 246 #define vpx_dc_top_predictor_4x4 vpx_dc_top_predictor_4x4_neon |
| 247 |
| 248 void vpx_dc_top_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 249 void vpx_dc_top_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 250 #define vpx_dc_top_predictor_8x8 vpx_dc_top_predictor_8x8_neon |
| 251 |
| 252 void vpx_fdct16x16_c(const int16_t *input, tran_low_t *output, int stride); |
| 253 #define vpx_fdct16x16 vpx_fdct16x16_c |
| 254 |
| 255 void vpx_fdct16x16_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 256 #define vpx_fdct16x16_1 vpx_fdct16x16_1_c |
| 257 |
| 258 void vpx_fdct32x32_c(const int16_t *input, tran_low_t *output, int stride); |
| 259 #define vpx_fdct32x32 vpx_fdct32x32_c |
| 260 |
| 261 void vpx_fdct32x32_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 262 #define vpx_fdct32x32_1 vpx_fdct32x32_1_c |
| 263 |
| 264 void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); |
| 265 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c |
| 266 |
| 267 void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); |
| 268 #define vpx_fdct4x4 vpx_fdct4x4_c |
| 269 |
| 270 void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 271 #define vpx_fdct4x4_1 vpx_fdct4x4_1_c |
| 272 |
| 273 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); |
| 274 void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *output, int stride); |
| 275 #define vpx_fdct8x8 vpx_fdct8x8_neon |
| 276 |
| 277 void vpx_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 278 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); |
| 279 #define vpx_fdct8x8_1 vpx_fdct8x8_1_neon |
| 280 |
| 281 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t
*ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
| 282 void vpx_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8
_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
| 283 #define vpx_get16x16var vpx_get16x16var_neon |
| 284 |
| 285 unsigned int vpx_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride,
const unsigned char *ref_ptr, int ref_stride); |
| 286 unsigned int vpx_get4x4sse_cs_neon(const unsigned char *src_ptr, int source_stri
de, const unsigned char *ref_ptr, int ref_stride); |
| 287 #define vpx_get4x4sse_cs vpx_get4x4sse_cs_neon |
| 288 |
| 289 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *r
ef_ptr, int ref_stride, unsigned int *sse, int *sum); |
| 290 void vpx_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t
*ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
| 291 #define vpx_get8x8var vpx_get8x8var_neon |
| 292 |
| 293 unsigned int vpx_get_mb_ss_c(const int16_t *); |
| 294 #define vpx_get_mb_ss vpx_get_mb_ss_c |
| 295 |
| 296 void vpx_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 297 void vpx_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 298 #define vpx_h_predictor_16x16 vpx_h_predictor_16x16_neon |
| 299 |
| 300 void vpx_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 301 void vpx_h_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 302 #define vpx_h_predictor_32x32 vpx_h_predictor_32x32_neon |
| 303 |
| 304 void vpx_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 305 void vpx_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 306 #define vpx_h_predictor_4x4 vpx_h_predictor_4x4_neon |
| 307 |
| 308 void vpx_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 309 void vpx_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 310 #define vpx_h_predictor_8x8 vpx_h_predictor_8x8_neon |
| 311 |
| 312 void vpx_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 313 #define vpx_lpf_horizontal_16 vpx_lpf_horizontal_16_c |
| 314 |
| 315 void vpx_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 316 void vpx_lpf_horizontal_4_neon(uint8_t *s, int pitch, const uint8_t *blimit, con
st uint8_t *limit, const uint8_t *thresh, int count); |
| 317 #define vpx_lpf_horizontal_4 vpx_lpf_horizontal_4_neon |
| 318 |
| 319 void vpx_lpf_horizontal_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0,
const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uin
t8_t *limit1, const uint8_t *thresh1); |
| 320 void vpx_lpf_horizontal_4_dual_neon(uint8_t *s, int pitch, const uint8_t *blimit
0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const
uint8_t *limit1, const uint8_t *thresh1); |
| 321 #define vpx_lpf_horizontal_4_dual vpx_lpf_horizontal_4_dual_neon |
| 322 |
| 323 void vpx_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 324 void vpx_lpf_horizontal_8_neon(uint8_t *s, int pitch, const uint8_t *blimit, con
st uint8_t *limit, const uint8_t *thresh, int count); |
| 325 #define vpx_lpf_horizontal_8 vpx_lpf_horizontal_8_neon |
| 326 |
| 327 void vpx_lpf_horizontal_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0,
const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uin
t8_t *limit1, const uint8_t *thresh1); |
| 328 #define vpx_lpf_horizontal_8_dual vpx_lpf_horizontal_8_dual_c |
| 329 |
| 330 void vpx_lpf_vertical_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const u
int8_t *limit, const uint8_t *thresh); |
| 331 #define vpx_lpf_vertical_16 vpx_lpf_vertical_16_c |
| 332 |
| 333 void vpx_lpf_vertical_16_dual_c(uint8_t *s, int pitch, const uint8_t *blimit, co
nst uint8_t *limit, const uint8_t *thresh); |
| 334 #define vpx_lpf_vertical_16_dual vpx_lpf_vertical_16_dual_c |
| 335 |
| 336 void vpx_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const ui
nt8_t *limit, const uint8_t *thresh, int count); |
| 337 void vpx_lpf_vertical_4_neon(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 338 #define vpx_lpf_vertical_4 vpx_lpf_vertical_4_neon |
| 339 |
| 340 void vpx_lpf_vertical_4_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, co
nst uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8
_t *limit1, const uint8_t *thresh1); |
| 341 void vpx_lpf_vertical_4_dual_neon(uint8_t *s, int pitch, const uint8_t *blimit0,
const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const ui
nt8_t *limit1, const uint8_t *thresh1); |
| 342 #define vpx_lpf_vertical_4_dual vpx_lpf_vertical_4_dual_neon |
| 343 |
| 344 void vpx_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const ui
nt8_t *limit, const uint8_t *thresh, int count); |
| 345 void vpx_lpf_vertical_8_neon(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 346 #define vpx_lpf_vertical_8 vpx_lpf_vertical_8_neon |
| 347 |
| 348 void vpx_lpf_vertical_8_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, co
nst uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8
_t *limit1, const uint8_t *thresh1); |
| 349 #define vpx_lpf_vertical_8_dual vpx_lpf_vertical_8_dual_c |
| 350 |
| 351 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const ui
nt8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 352 unsigned int vpx_mse16x16_neon(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 353 #define vpx_mse16x16 vpx_mse16x16_neon |
| 354 |
| 355 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 356 #define vpx_mse16x8 vpx_mse16x8_c |
| 357 |
| 358 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 359 #define vpx_mse8x16 vpx_mse8x16_c |
| 360 |
| 361 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint
8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 362 #define vpx_mse8x8 vpx_mse8x8_c |
| 363 |
| 364 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 365 unsigned int vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uin
t8_t *ref_ptr, int ref_stride); |
| 366 #define vpx_sad16x16 vpx_sad16x16_neon |
| 367 |
| 368 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 369 #define vpx_sad16x16_avg vpx_sad16x16_avg_c |
| 370 |
| 371 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref
_ptr, int ref_stride, uint32_t *sad_array); |
| 372 #define vpx_sad16x16x3 vpx_sad16x16x3_c |
| 373 |
| 374 void vpx_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 375 void vpx_sad16x16x4d_neon(const uint8_t *src_ptr, int src_stride, const uint8_t
* const ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 376 #define vpx_sad16x16x4d vpx_sad16x16x4d_neon |
| 377 |
| 378 void vpx_sad16x16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref
_ptr, int ref_stride, uint32_t *sad_array); |
| 379 #define vpx_sad16x16x8 vpx_sad16x16x8_c |
| 380 |
| 381 unsigned int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 382 #define vpx_sad16x32 vpx_sad16x32_c |
| 383 |
| 384 unsigned int vpx_sad16x32_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 385 #define vpx_sad16x32_avg vpx_sad16x32_avg_c |
| 386 |
| 387 void vpx_sad16x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 388 #define vpx_sad16x32x4d vpx_sad16x32x4d_c |
| 389 |
| 390 unsigned int vpx_sad16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t
*ref_ptr, int ref_stride); |
| 391 unsigned int vpx_sad16x8_neon(const uint8_t *src_ptr, int src_stride, const uint
8_t *ref_ptr, int ref_stride); |
| 392 #define vpx_sad16x8 vpx_sad16x8_neon |
| 393 |
| 394 unsigned int vpx_sad16x8_avg_c(const uint8_t *src_ptr, int src_stride, const uin
t8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 395 #define vpx_sad16x8_avg vpx_sad16x8_avg_c |
| 396 |
| 397 void vpx_sad16x8x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_
ptr, int ref_stride, uint32_t *sad_array); |
| 398 #define vpx_sad16x8x3 vpx_sad16x8x3_c |
| 399 |
| 400 void vpx_sad16x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * co
nst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 401 #define vpx_sad16x8x4d vpx_sad16x8x4d_c |
| 402 |
| 403 void vpx_sad16x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_
ptr, int ref_stride, uint32_t *sad_array); |
| 404 #define vpx_sad16x8x8 vpx_sad16x8x8_c |
| 405 |
| 406 unsigned int vpx_sad32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 407 #define vpx_sad32x16 vpx_sad32x16_c |
| 408 |
| 409 unsigned int vpx_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 410 #define vpx_sad32x16_avg vpx_sad32x16_avg_c |
| 411 |
| 412 void vpx_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 413 #define vpx_sad32x16x4d vpx_sad32x16x4d_c |
| 414 |
| 415 unsigned int vpx_sad32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 416 unsigned int vpx_sad32x32_neon(const uint8_t *src_ptr, int src_stride, const uin
t8_t *ref_ptr, int ref_stride); |
| 417 #define vpx_sad32x32 vpx_sad32x32_neon |
| 418 |
| 419 unsigned int vpx_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 420 #define vpx_sad32x32_avg vpx_sad32x32_avg_c |
| 421 |
| 422 void vpx_sad32x32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref
_ptr, int ref_stride, uint32_t *sad_array); |
| 423 #define vpx_sad32x32x3 vpx_sad32x32x3_c |
| 424 |
| 425 void vpx_sad32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 426 void vpx_sad32x32x4d_neon(const uint8_t *src_ptr, int src_stride, const uint8_t
* const ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 427 #define vpx_sad32x32x4d vpx_sad32x32x4d_neon |
| 428 |
| 429 void vpx_sad32x32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref
_ptr, int ref_stride, uint32_t *sad_array); |
| 430 #define vpx_sad32x32x8 vpx_sad32x32x8_c |
| 431 |
| 432 unsigned int vpx_sad32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 433 #define vpx_sad32x64 vpx_sad32x64_c |
| 434 |
| 435 unsigned int vpx_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 436 #define vpx_sad32x64_avg vpx_sad32x64_avg_c |
| 437 |
| 438 void vpx_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 439 #define vpx_sad32x64x4d vpx_sad32x64x4d_c |
| 440 |
| 441 unsigned int vpx_sad4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t
*ref_ptr, int ref_stride); |
| 442 unsigned int vpx_sad4x4_neon(const uint8_t *src_ptr, int src_stride, const uint8
_t *ref_ptr, int ref_stride); |
| 443 #define vpx_sad4x4 vpx_sad4x4_neon |
| 444 |
| 445 unsigned int vpx_sad4x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint
8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 446 #define vpx_sad4x4_avg vpx_sad4x4_avg_c |
| 447 |
| 448 void vpx_sad4x4x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p
tr, int ref_stride, uint32_t *sad_array); |
| 449 #define vpx_sad4x4x3 vpx_sad4x4x3_c |
| 450 |
| 451 void vpx_sad4x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con
st ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 452 #define vpx_sad4x4x4d vpx_sad4x4x4d_c |
| 453 |
| 454 void vpx_sad4x4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p
tr, int ref_stride, uint32_t *sad_array); |
| 455 #define vpx_sad4x4x8 vpx_sad4x4x8_c |
| 456 |
| 457 unsigned int vpx_sad4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t
*ref_ptr, int ref_stride); |
| 458 #define vpx_sad4x8 vpx_sad4x8_c |
| 459 |
| 460 unsigned int vpx_sad4x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint
8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 461 #define vpx_sad4x8_avg vpx_sad4x8_avg_c |
| 462 |
| 463 void vpx_sad4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con
st ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 464 #define vpx_sad4x8x4d vpx_sad4x8x4d_c |
| 465 |
| 466 void vpx_sad4x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p
tr, int ref_stride, uint32_t *sad_array); |
| 467 #define vpx_sad4x8x8 vpx_sad4x8x8_c |
| 468 |
| 469 unsigned int vpx_sad64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 470 #define vpx_sad64x32 vpx_sad64x32_c |
| 471 |
| 472 unsigned int vpx_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 473 #define vpx_sad64x32_avg vpx_sad64x32_avg_c |
| 474 |
| 475 void vpx_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 476 #define vpx_sad64x32x4d vpx_sad64x32x4d_c |
| 477 |
| 478 unsigned int vpx_sad64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_
t *ref_ptr, int ref_stride); |
| 479 unsigned int vpx_sad64x64_neon(const uint8_t *src_ptr, int src_stride, const uin
t8_t *ref_ptr, int ref_stride); |
| 480 #define vpx_sad64x64 vpx_sad64x64_neon |
| 481 |
| 482 unsigned int vpx_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const ui
nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 483 #define vpx_sad64x64_avg vpx_sad64x64_avg_c |
| 484 |
| 485 void vpx_sad64x64x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref
_ptr, int ref_stride, uint32_t *sad_array); |
| 486 #define vpx_sad64x64x3 vpx_sad64x64x3_c |
| 487 |
| 488 void vpx_sad64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c
onst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 489 void vpx_sad64x64x4d_neon(const uint8_t *src_ptr, int src_stride, const uint8_t
* const ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 490 #define vpx_sad64x64x4d vpx_sad64x64x4d_neon |
| 491 |
| 492 void vpx_sad64x64x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref
_ptr, int ref_stride, uint32_t *sad_array); |
| 493 #define vpx_sad64x64x8 vpx_sad64x64x8_c |
| 494 |
| 495 unsigned int vpx_sad8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t
*ref_ptr, int ref_stride); |
| 496 unsigned int vpx_sad8x16_neon(const uint8_t *src_ptr, int src_stride, const uint
8_t *ref_ptr, int ref_stride); |
| 497 #define vpx_sad8x16 vpx_sad8x16_neon |
| 498 |
| 499 unsigned int vpx_sad8x16_avg_c(const uint8_t *src_ptr, int src_stride, const uin
t8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 500 #define vpx_sad8x16_avg vpx_sad8x16_avg_c |
| 501 |
| 502 void vpx_sad8x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_
ptr, int ref_stride, uint32_t *sad_array); |
| 503 #define vpx_sad8x16x3 vpx_sad8x16x3_c |
| 504 |
| 505 void vpx_sad8x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * co
nst ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 506 #define vpx_sad8x16x4d vpx_sad8x16x4d_c |
| 507 |
| 508 void vpx_sad8x16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_
ptr, int ref_stride, uint32_t *sad_array); |
| 509 #define vpx_sad8x16x8 vpx_sad8x16x8_c |
| 510 |
| 511 unsigned int vpx_sad8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t
*ref_ptr, int ref_stride); |
| 512 #define vpx_sad8x4 vpx_sad8x4_c |
| 513 |
| 514 unsigned int vpx_sad8x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint
8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 515 #define vpx_sad8x4_avg vpx_sad8x4_avg_c |
| 516 |
| 517 void vpx_sad8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con
st ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 518 #define vpx_sad8x4x4d vpx_sad8x4x4d_c |
| 519 |
| 520 void vpx_sad8x4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p
tr, int ref_stride, uint32_t *sad_array); |
| 521 #define vpx_sad8x4x8 vpx_sad8x4x8_c |
| 522 |
| 523 unsigned int vpx_sad8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t
*ref_ptr, int ref_stride); |
| 524 unsigned int vpx_sad8x8_neon(const uint8_t *src_ptr, int src_stride, const uint8
_t *ref_ptr, int ref_stride); |
| 525 #define vpx_sad8x8 vpx_sad8x8_neon |
| 526 |
| 527 unsigned int vpx_sad8x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint
8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
| 528 #define vpx_sad8x8_avg vpx_sad8x8_avg_c |
| 529 |
| 530 void vpx_sad8x8x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p
tr, int ref_stride, uint32_t *sad_array); |
| 531 #define vpx_sad8x8x3 vpx_sad8x8x3_c |
| 532 |
| 533 void vpx_sad8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con
st ref_ptr[], int ref_stride, uint32_t *sad_array); |
| 534 #define vpx_sad8x8x4d vpx_sad8x8x4d_c |
| 535 |
| 536 void vpx_sad8x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p
tr, int ref_stride, uint32_t *sad_array); |
| 537 #define vpx_sad8x8x8 vpx_sad8x8x8_c |
| 538 |
| 539 uint32_t vpx_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 540 #define vpx_sub_pixel_avg_variance16x16 vpx_sub_pixel_avg_variance16x16_c |
| 541 |
| 542 uint32_t vpx_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 543 #define vpx_sub_pixel_avg_variance16x32 vpx_sub_pixel_avg_variance16x32_c |
| 544 |
| 545 uint32_t vpx_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_str
ide, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse, const uint8_t *second_pred); |
| 546 #define vpx_sub_pixel_avg_variance16x8 vpx_sub_pixel_avg_variance16x8_c |
| 547 |
| 548 uint32_t vpx_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 549 #define vpx_sub_pixel_avg_variance32x16 vpx_sub_pixel_avg_variance32x16_c |
| 550 |
| 551 uint32_t vpx_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 552 #define vpx_sub_pixel_avg_variance32x32 vpx_sub_pixel_avg_variance32x32_c |
| 553 |
| 554 uint32_t vpx_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 555 #define vpx_sub_pixel_avg_variance32x64 vpx_sub_pixel_avg_variance32x64_c |
| 556 |
| 557 uint32_t vpx_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stri
de, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse, const uint8_t *second_pred); |
| 558 #define vpx_sub_pixel_avg_variance4x4 vpx_sub_pixel_avg_variance4x4_c |
| 559 |
| 560 uint32_t vpx_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stri
de, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse, const uint8_t *second_pred); |
| 561 #define vpx_sub_pixel_avg_variance4x8 vpx_sub_pixel_avg_variance4x8_c |
| 562 |
| 563 uint32_t vpx_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 564 #define vpx_sub_pixel_avg_variance64x32 vpx_sub_pixel_avg_variance64x32_c |
| 565 |
| 566 uint32_t vpx_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_st
ride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_
t *sse, const uint8_t *second_pred); |
| 567 #define vpx_sub_pixel_avg_variance64x64 vpx_sub_pixel_avg_variance64x64_c |
| 568 |
| 569 uint32_t vpx_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_str
ide, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse, const uint8_t *second_pred); |
| 570 #define vpx_sub_pixel_avg_variance8x16 vpx_sub_pixel_avg_variance8x16_c |
| 571 |
| 572 uint32_t vpx_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stri
de, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse, const uint8_t *second_pred); |
| 573 #define vpx_sub_pixel_avg_variance8x4 vpx_sub_pixel_avg_variance8x4_c |
| 574 |
| 575 uint32_t vpx_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stri
de, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse, const uint8_t *second_pred); |
| 576 #define vpx_sub_pixel_avg_variance8x8 vpx_sub_pixel_avg_variance8x8_c |
| 577 |
| 578 uint32_t vpx_sub_pixel_variance16x16_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 579 uint32_t vpx_sub_pixel_variance16x16_neon(const uint8_t *src_ptr, int source_str
ide, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse); |
| 580 #define vpx_sub_pixel_variance16x16 vpx_sub_pixel_variance16x16_neon |
| 581 |
| 582 uint32_t vpx_sub_pixel_variance16x32_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 583 #define vpx_sub_pixel_variance16x32 vpx_sub_pixel_variance16x32_c |
| 584 |
| 585 uint32_t vpx_sub_pixel_variance16x8_c(const uint8_t *src_ptr, int source_stride,
int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *ss
e); |
| 586 #define vpx_sub_pixel_variance16x8 vpx_sub_pixel_variance16x8_c |
| 587 |
| 588 uint32_t vpx_sub_pixel_variance32x16_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 589 #define vpx_sub_pixel_variance32x16 vpx_sub_pixel_variance32x16_c |
| 590 |
| 591 uint32_t vpx_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 592 uint32_t vpx_sub_pixel_variance32x32_neon(const uint8_t *src_ptr, int source_str
ide, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse); |
| 593 #define vpx_sub_pixel_variance32x32 vpx_sub_pixel_variance32x32_neon |
| 594 |
| 595 uint32_t vpx_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 596 #define vpx_sub_pixel_variance32x64 vpx_sub_pixel_variance32x64_c |
| 597 |
| 598 uint32_t vpx_sub_pixel_variance4x4_c(const uint8_t *src_ptr, int source_stride,
int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse
); |
| 599 #define vpx_sub_pixel_variance4x4 vpx_sub_pixel_variance4x4_c |
| 600 |
| 601 uint32_t vpx_sub_pixel_variance4x8_c(const uint8_t *src_ptr, int source_stride,
int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse
); |
| 602 #define vpx_sub_pixel_variance4x8 vpx_sub_pixel_variance4x8_c |
| 603 |
| 604 uint32_t vpx_sub_pixel_variance64x32_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 605 #define vpx_sub_pixel_variance64x32 vpx_sub_pixel_variance64x32_c |
| 606 |
| 607 uint32_t vpx_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride
, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *s
se); |
| 608 uint32_t vpx_sub_pixel_variance64x64_neon(const uint8_t *src_ptr, int source_str
ide, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t
*sse); |
| 609 #define vpx_sub_pixel_variance64x64 vpx_sub_pixel_variance64x64_neon |
| 610 |
| 611 uint32_t vpx_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride,
int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *ss
e); |
| 612 #define vpx_sub_pixel_variance8x16 vpx_sub_pixel_variance8x16_c |
| 613 |
| 614 uint32_t vpx_sub_pixel_variance8x4_c(const uint8_t *src_ptr, int source_stride,
int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse
); |
| 615 #define vpx_sub_pixel_variance8x4 vpx_sub_pixel_variance8x4_c |
| 616 |
| 617 uint32_t vpx_sub_pixel_variance8x8_c(const uint8_t *src_ptr, int source_stride,
int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse
); |
| 618 uint32_t vpx_sub_pixel_variance8x8_neon(const uint8_t *src_ptr, int source_strid
e, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *
sse); |
| 619 #define vpx_sub_pixel_variance8x8 vpx_sub_pixel_variance8x8_neon |
| 620 |
| 621 void vpx_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, p
trdiff_t pred_stride); |
| 622 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff_ptr, ptrdiff_t di
ff_stride, const uint8_t *src_ptr, ptrdiff_t src_stride, const uint8_t *pred_ptr
, ptrdiff_t pred_stride); |
| 623 #define vpx_subtract_block vpx_subtract_block_neon |
| 624 |
| 625 void vpx_tm_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 626 void vpx_tm_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 627 #define vpx_tm_predictor_16x16 vpx_tm_predictor_16x16_neon |
| 628 |
| 629 void vpx_tm_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 630 void vpx_tm_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 631 #define vpx_tm_predictor_32x32 vpx_tm_predictor_32x32_neon |
| 632 |
| 633 void vpx_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); |
| 634 void vpx_tm_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 635 #define vpx_tm_predictor_4x4 vpx_tm_predictor_4x4_neon |
| 636 |
| 637 void vpx_tm_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); |
| 638 void vpx_tm_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 639 #define vpx_tm_predictor_8x8 vpx_tm_predictor_8x8_neon |
| 640 |
| 641 void vpx_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 642 void vpx_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 643 #define vpx_v_predictor_16x16 vpx_v_predictor_16x16_neon |
| 644 |
| 645 void vpx_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 646 void vpx_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 647 #define vpx_v_predictor_32x32 vpx_v_predictor_32x32_neon |
| 648 |
| 649 void vpx_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 650 void vpx_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 651 #define vpx_v_predictor_4x4 vpx_v_predictor_4x4_neon |
| 652 |
| 653 void vpx_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 654 void vpx_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 655 #define vpx_v_predictor_8x8 vpx_v_predictor_8x8_neon |
| 656 |
| 657 unsigned int vpx_variance16x16_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 658 unsigned int vpx_variance16x16_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 659 #define vpx_variance16x16 vpx_variance16x16_neon |
| 660 |
| 661 unsigned int vpx_variance16x32_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 662 #define vpx_variance16x32 vpx_variance16x32_c |
| 663 |
| 664 unsigned int vpx_variance16x8_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 665 unsigned int vpx_variance16x8_neon(const uint8_t *src_ptr, int source_stride, co
nst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 666 #define vpx_variance16x8 vpx_variance16x8_neon |
| 667 |
| 668 unsigned int vpx_variance32x16_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 669 #define vpx_variance32x16 vpx_variance32x16_c |
| 670 |
| 671 unsigned int vpx_variance32x32_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 672 unsigned int vpx_variance32x32_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 673 #define vpx_variance32x32 vpx_variance32x32_neon |
| 674 |
| 675 unsigned int vpx_variance32x64_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 676 unsigned int vpx_variance32x64_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 677 #define vpx_variance32x64 vpx_variance32x64_neon |
| 678 |
| 679 unsigned int vpx_variance4x4_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 680 #define vpx_variance4x4 vpx_variance4x4_c |
| 681 |
| 682 unsigned int vpx_variance4x8_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 683 #define vpx_variance4x8 vpx_variance4x8_c |
| 684 |
| 685 unsigned int vpx_variance64x32_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 686 unsigned int vpx_variance64x32_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 687 #define vpx_variance64x32 vpx_variance64x32_neon |
| 688 |
| 689 unsigned int vpx_variance64x64_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 690 unsigned int vpx_variance64x64_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 691 #define vpx_variance64x64 vpx_variance64x64_neon |
| 692 |
| 693 unsigned int vpx_variance8x16_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 694 unsigned int vpx_variance8x16_neon(const uint8_t *src_ptr, int source_stride, co
nst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 695 #define vpx_variance8x16 vpx_variance8x16_neon |
| 696 |
| 697 unsigned int vpx_variance8x4_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 698 #define vpx_variance8x4 vpx_variance8x4_c |
| 699 |
| 700 unsigned int vpx_variance8x8_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 701 unsigned int vpx_variance8x8_neon(const uint8_t *src_ptr, int source_stride, con
st uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 702 #define vpx_variance8x8 vpx_variance8x8_neon |
| 703 |
| 704 uint32_t vpx_variance_halfpixvar16x16_h_c(const unsigned char *src_ptr, int sour
ce_stride, const unsigned char *ref_ptr, int ref_stride, uint32_t *sse); |
| 705 #define vpx_variance_halfpixvar16x16_h vpx_variance_halfpixvar16x16_h_c |
| 706 |
| 707 uint32_t vpx_variance_halfpixvar16x16_hv_c(const unsigned char *src_ptr, int sou
rce_stride, const unsigned char *ref_ptr, int ref_stride, uint32_t *sse); |
| 708 #define vpx_variance_halfpixvar16x16_hv vpx_variance_halfpixvar16x16_hv_c |
| 709 |
| 710 uint32_t vpx_variance_halfpixvar16x16_v_c(const unsigned char *src_ptr, int sour
ce_stride, const unsigned char *ref_ptr, int ref_stride, uint32_t *sse); |
| 711 #define vpx_variance_halfpixvar16x16_v vpx_variance_halfpixvar16x16_v_c |
| 712 |
| 713 void vpx_dsp_rtcd(void); |
| 714 |
| 715 #include "vpx_config.h" |
| 716 |
| 717 #ifdef RTCD_C |
| 718 #include "vpx_ports/arm.h" |
| 719 static void setup_rtcd_internal(void) |
| 720 { |
| 721 int flags = arm_cpu_caps(); |
| 722 |
| 723 (void)flags; |
| 724 |
| 725 } |
| 726 #endif |
| 727 |
| 728 #ifdef __cplusplus |
| 729 } // extern "C" |
| 730 #endif |
| 731 |
| 732 #endif |
OLD | NEW |