| OLD | NEW |
| 1 #ifndef VP9_RTCD_H_ | 1 #ifndef VP9_RTCD_H_ |
| 2 #define VP9_RTCD_H_ | 2 #define VP9_RTCD_H_ |
| 3 | 3 |
| 4 #ifdef RTCD_C | 4 #ifdef RTCD_C |
| 5 #define RTCD_EXTERN | 5 #define RTCD_EXTERN |
| 6 #else | 6 #else |
| 7 #define RTCD_EXTERN extern | 7 #define RTCD_EXTERN extern |
| 8 #endif | 8 #endif |
| 9 | 9 |
| 10 /* | 10 /* |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); | 32 unsigned int vp9_avg_4x4_c(const uint8_t *, int p); |
| 33 #define vp9_avg_4x4 vp9_avg_4x4_c | 33 #define vp9_avg_4x4 vp9_avg_4x4_c |
| 34 | 34 |
| 35 unsigned int vp9_avg_8x8_c(const uint8_t *, int p); | 35 unsigned int vp9_avg_8x8_c(const uint8_t *, int p); |
| 36 #define vp9_avg_8x8 vp9_avg_8x8_c | 36 #define vp9_avg_8x8 vp9_avg_8x8_c |
| 37 | 37 |
| 38 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in
tptr_t block_size, int64_t *ssz); | 38 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in
tptr_t block_size, int64_t *ssz); |
| 39 #define vp9_block_error vp9_block_error_c | 39 #define vp9_block_error vp9_block_error_c |
| 40 | 40 |
| 41 void vp9_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); | 41 void vp9_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); |
| 42 #define vp9_convolve8 vp9_convolve8_c | 42 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 *fil
ter_y, int y_step_q4, int w, int h); |
| 43 #define vp9_convolve8 vp9_convolve8_neon |
| 43 | 44 |
| 44 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 *fi
lter_y, int y_step_q4, int w, int h); | 45 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 *fi
lter_y, int y_step_q4, int w, int h); |
| 45 #define vp9_convolve8_avg vp9_convolve8_avg_c | 46 void vp9_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); |
| 47 #define vp9_convolve8_avg vp9_convolve8_avg_neon |
| 46 | 48 |
| 47 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); | 49 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); |
| 48 #define vp9_convolve8_avg_horiz vp9_convolve8_avg_horiz_c | 50 void vp9_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); |
| 51 #define vp9_convolve8_avg_horiz vp9_convolve8_avg_horiz_neon |
| 49 | 52 |
| 50 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); | 53 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); |
| 51 #define vp9_convolve8_avg_vert vp9_convolve8_avg_vert_c | 54 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 int
16_t *filter_y, int y_step_q4, int w, int h); |
| 55 #define vp9_convolve8_avg_vert vp9_convolve8_avg_vert_neon |
| 52 | 56 |
| 53 void vp9_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); | 57 void vp9_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); |
| 54 #define vp9_convolve8_horiz vp9_convolve8_horiz_c | 58 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); |
| 59 #define vp9_convolve8_horiz vp9_convolve8_horiz_neon |
| 55 | 60 |
| 56 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 *f
ilter_y, int y_step_q4, int w, int h); | 61 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 *f
ilter_y, int y_step_q4, int w, int h); |
| 57 #define vp9_convolve8_vert vp9_convolve8_vert_c | 62 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); |
| 63 #define vp9_convolve8_vert vp9_convolve8_vert_neon |
| 58 | 64 |
| 59 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 *fil
ter_y, int y_step_q4, int w, int h); | 65 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 *fil
ter_y, int y_step_q4, int w, int h); |
| 60 #define vp9_convolve_avg vp9_convolve_avg_c | 66 void vp9_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); |
| 67 #define vp9_convolve_avg vp9_convolve_avg_neon |
| 61 | 68 |
| 62 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 *fi
lter_y, int y_step_q4, int w, int h); | 69 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 *fi
lter_y, int y_step_q4, int w, int h); |
| 63 #define vp9_convolve_copy vp9_convolve_copy_c | 70 void vp9_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); |
| 71 #define vp9_convolve_copy vp9_convolve_copy_neon |
| 64 | 72 |
| 65 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 73 void vp9_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 66 #define vp9_d117_predictor_16x16 vp9_d117_predictor_16x16_c | 74 #define vp9_d117_predictor_16x16 vp9_d117_predictor_16x16_c |
| 67 | 75 |
| 68 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 76 void vp9_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 69 #define vp9_d117_predictor_32x32 vp9_d117_predictor_32x32_c | 77 #define vp9_d117_predictor_32x32 vp9_d117_predictor_32x32_c |
| 70 | 78 |
| 71 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 79 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 72 #define vp9_d117_predictor_4x4 vp9_d117_predictor_4x4_c | 80 #define vp9_d117_predictor_4x4 vp9_d117_predictor_4x4_c |
| 73 | 81 |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 #define vp9_fdct4x4_1 vp9_fdct4x4_1_c | 215 #define vp9_fdct4x4_1 vp9_fdct4x4_1_c |
| 208 | 216 |
| 209 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); | 217 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); |
| 210 void vp9_fdct8x8_neon(const int16_t *input, tran_low_t *output, int stride); | 218 void vp9_fdct8x8_neon(const int16_t *input, tran_low_t *output, int stride); |
| 211 #define vp9_fdct8x8 vp9_fdct8x8_neon | 219 #define vp9_fdct8x8 vp9_fdct8x8_neon |
| 212 | 220 |
| 213 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); | 221 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); |
| 214 void vp9_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); | 222 void vp9_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); |
| 215 #define vp9_fdct8x8_1 vp9_fdct8x8_1_neon | 223 #define vp9_fdct8x8_1 vp9_fdct8x8_1_neon |
| 216 | 224 |
| 217 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr
, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *rou
nd_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qc
oeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value
, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); | 225 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr
, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *rou
nd_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qc
oeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr
, const int16_t *scan, const int16_t *iscan); |
| 218 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c | 226 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c |
| 219 | 227 |
| 220 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx
_type); | 228 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx
_type); |
| 221 #define vp9_fht16x16 vp9_fht16x16_c | 229 #define vp9_fht16x16 vp9_fht16x16_c |
| 222 | 230 |
| 223 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); | 231 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); |
| 224 #define vp9_fht4x4 vp9_fht4x4_c | 232 #define vp9_fht4x4 vp9_fht4x4_c |
| 225 | 233 |
| 226 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); | 234 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); |
| 227 #define vp9_fht8x8 vp9_fht8x8_c | 235 #define vp9_fht8x8 vp9_fht8x8_c |
| (...skipping 12 matching lines...) Expand all Loading... |
| 240 #define vp9_get16x16var vp9_get16x16var_neon | 248 #define vp9_get16x16var vp9_get16x16var_neon |
| 241 | 249 |
| 242 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *r
ef_ptr, int ref_stride, unsigned int *sse, int *sum); | 250 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *r
ef_ptr, int ref_stride, unsigned int *sse, int *sum); |
| 243 void vp9_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t
*ref_ptr, int ref_stride, unsigned int *sse, int *sum); | 251 void vp9_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t
*ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
| 244 #define vp9_get8x8var vp9_get8x8var_neon | 252 #define vp9_get8x8var vp9_get8x8var_neon |
| 245 | 253 |
| 246 unsigned int vp9_get_mb_ss_c(const int16_t *); | 254 unsigned int vp9_get_mb_ss_c(const int16_t *); |
| 247 #define vp9_get_mb_ss vp9_get_mb_ss_c | 255 #define vp9_get_mb_ss vp9_get_mb_ss_c |
| 248 | 256 |
| 249 void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 257 void vp9_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 250 #define vp9_h_predictor_16x16 vp9_h_predictor_16x16_c | 258 void vp9_h_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 259 #define vp9_h_predictor_16x16 vp9_h_predictor_16x16_neon |
| 251 | 260 |
| 252 void vp9_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 261 void vp9_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 253 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_c | 262 void vp9_h_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 263 #define vp9_h_predictor_32x32 vp9_h_predictor_32x32_neon |
| 254 | 264 |
| 255 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); | 265 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 256 #define vp9_h_predictor_4x4 vp9_h_predictor_4x4_c | 266 void vp9_h_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 267 #define vp9_h_predictor_4x4 vp9_h_predictor_4x4_neon |
| 257 | 268 |
| 258 void vp9_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); | 269 void vp9_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 259 #define vp9_h_predictor_8x8 vp9_h_predictor_8x8_c | 270 void vp9_h_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 271 #define vp9_h_predictor_8x8 vp9_h_predictor_8x8_neon |
| 260 | 272 |
| 261 void vp9_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int dest_str
ide); | 273 void vp9_idct16x16_10_add_c(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 262 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_c | 274 void vp9_idct16x16_10_add_neon(const tran_low_t *input, uint8_t *dest, int dest_
stride); |
| 275 #define vp9_idct16x16_10_add vp9_idct16x16_10_add_neon |
| 263 | 276 |
| 264 void vp9_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stri
de); | 277 void vp9_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stri
de); |
| 265 #define vp9_idct16x16_1_add vp9_idct16x16_1_add_c | 278 void vp9_idct16x16_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_s
tride); |
| 279 #define vp9_idct16x16_1_add vp9_idct16x16_1_add_neon |
| 266 | 280 |
| 267 void vp9_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_st
ride); | 281 void vp9_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 268 #define vp9_idct16x16_256_add vp9_idct16x16_256_add_c | 282 void vp9_idct16x16_256_add_neon(const tran_low_t *input, uint8_t *dest, int dest
_stride); |
| 283 #define vp9_idct16x16_256_add vp9_idct16x16_256_add_neon |
| 269 | 284 |
| 270 void vp9_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_s
tride); | 285 void vp9_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_s
tride); |
| 271 #define vp9_idct32x32_1024_add vp9_idct32x32_1024_add_c | 286 void vp9_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int des
t_stride); |
| 287 #define vp9_idct32x32_1024_add vp9_idct32x32_1024_add_neon |
| 272 | 288 |
| 273 void vp9_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stri
de); | 289 void vp9_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stri
de); |
| 274 #define vp9_idct32x32_1_add vp9_idct32x32_1_add_c | 290 void vp9_idct32x32_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_s
tride); |
| 291 #define vp9_idct32x32_1_add vp9_idct32x32_1_add_neon |
| 275 | 292 |
| 276 void vp9_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_str
ide); | 293 void vp9_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 277 #define vp9_idct32x32_34_add vp9_idct32x32_34_add_c | 294 #define vp9_idct32x32_34_add vp9_idct32x32_34_add_c |
| 278 | 295 |
| 279 void vp9_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); | 296 void vp9_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 280 #define vp9_idct4x4_16_add vp9_idct4x4_16_add_c | 297 void vp9_idct4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 298 #define vp9_idct4x4_16_add vp9_idct4x4_16_add_neon |
| 281 | 299 |
| 282 void vp9_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); | 300 void vp9_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); |
| 283 #define vp9_idct4x4_1_add vp9_idct4x4_1_add_c | 301 void vp9_idct4x4_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 302 #define vp9_idct4x4_1_add vp9_idct4x4_1_add_neon |
| 284 | 303 |
| 285 void vp9_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); | 304 void vp9_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 286 #define vp9_idct8x8_12_add vp9_idct8x8_12_add_c | 305 void vp9_idct8x8_12_add_neon(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 306 #define vp9_idct8x8_12_add vp9_idct8x8_12_add_neon |
| 287 | 307 |
| 288 void vp9_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); | 308 void vp9_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); |
| 289 #define vp9_idct8x8_1_add vp9_idct8x8_1_add_c | 309 void vp9_idct8x8_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_str
ide); |
| 310 #define vp9_idct8x8_1_add vp9_idct8x8_1_add_neon |
| 290 | 311 |
| 291 void vp9_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); | 312 void vp9_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 292 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_c | 313 void vp9_idct8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int dest_st
ride); |
| 314 #define vp9_idct8x8_64_add vp9_idct8x8_64_add_neon |
| 293 | 315 |
| 294 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch,
int tx_type); | 316 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch,
int tx_type); |
| 295 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c | 317 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c |
| 296 | 318 |
| 297 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
, int tx_type); | 319 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
, int tx_type); |
| 298 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c | 320 void vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_str
ide, int tx_type); |
| 321 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon |
| 299 | 322 |
| 300 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
, int tx_type); | 323 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
, int tx_type); |
| 301 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c | 324 void vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int dest_str
ide, int tx_type); |
| 325 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon |
| 302 | 326 |
| 303 void vp9_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); | 327 void vp9_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_strid
e); |
| 304 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c | 328 #define vp9_iwht4x4_16_add vp9_iwht4x4_16_add_c |
| 305 | 329 |
| 306 void vp9_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); | 330 void vp9_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride
); |
| 307 #define vp9_iwht4x4_1_add vp9_iwht4x4_1_add_c | 331 #define vp9_iwht4x4_1_add vp9_iwht4x4_1_add_c |
| 308 | 332 |
| 309 void vp9_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); | 333 void vp9_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 310 #define vp9_lpf_horizontal_16 vp9_lpf_horizontal_16_c | 334 #define vp9_lpf_horizontal_16 vp9_lpf_horizontal_16_c |
| 311 | 335 |
| 312 void vp9_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); | 336 void vp9_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 313 #define vp9_lpf_horizontal_4 vp9_lpf_horizontal_4_c | 337 void vp9_lpf_horizontal_4_neon(uint8_t *s, int pitch, const uint8_t *blimit, con
st uint8_t *limit, const uint8_t *thresh, int count); |
| 338 #define vp9_lpf_horizontal_4 vp9_lpf_horizontal_4_neon |
| 314 | 339 |
| 315 void vp9_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); | 340 void vp9_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); |
| 316 #define vp9_lpf_horizontal_4_dual vp9_lpf_horizontal_4_dual_c | 341 void vp9_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); |
| 342 #define vp9_lpf_horizontal_4_dual vp9_lpf_horizontal_4_dual_neon |
| 317 | 343 |
| 318 void vp9_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); | 344 void vp9_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 319 #define vp9_lpf_horizontal_8 vp9_lpf_horizontal_8_c | 345 #define vp9_lpf_horizontal_8 vp9_lpf_horizontal_8_c |
| 320 | 346 |
| 321 void vp9_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); | 347 void vp9_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); |
| 322 #define vp9_lpf_horizontal_8_dual vp9_lpf_horizontal_8_dual_c | 348 #define vp9_lpf_horizontal_8_dual vp9_lpf_horizontal_8_dual_c |
| 323 | 349 |
| 324 void vp9_lpf_vertical_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const u
int8_t *limit, const uint8_t *thresh); | 350 void vp9_lpf_vertical_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const u
int8_t *limit, const uint8_t *thresh); |
| 325 #define vp9_lpf_vertical_16 vp9_lpf_vertical_16_c | 351 #define vp9_lpf_vertical_16 vp9_lpf_vertical_16_c |
| 326 | 352 |
| 327 void vp9_lpf_vertical_16_dual_c(uint8_t *s, int pitch, const uint8_t *blimit, co
nst uint8_t *limit, const uint8_t *thresh); | 353 void vp9_lpf_vertical_16_dual_c(uint8_t *s, int pitch, const uint8_t *blimit, co
nst uint8_t *limit, const uint8_t *thresh); |
| 328 #define vp9_lpf_vertical_16_dual vp9_lpf_vertical_16_dual_c | 354 #define vp9_lpf_vertical_16_dual vp9_lpf_vertical_16_dual_c |
| 329 | 355 |
| 330 void vp9_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const ui
nt8_t *limit, const uint8_t *thresh, int count); | 356 void vp9_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const ui
nt8_t *limit, const uint8_t *thresh, int count); |
| 331 #define vp9_lpf_vertical_4 vp9_lpf_vertical_4_c | 357 void vp9_lpf_vertical_4_neon(uint8_t *s, int pitch, const uint8_t *blimit, const
uint8_t *limit, const uint8_t *thresh, int count); |
| 358 #define vp9_lpf_vertical_4 vp9_lpf_vertical_4_neon |
| 332 | 359 |
| 333 void vp9_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); | 360 void vp9_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); |
| 334 #define vp9_lpf_vertical_4_dual vp9_lpf_vertical_4_dual_c | 361 void vp9_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); |
| 362 #define vp9_lpf_vertical_4_dual vp9_lpf_vertical_4_dual_neon |
| 335 | 363 |
| 336 void vp9_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const ui
nt8_t *limit, const uint8_t *thresh, int count); | 364 void vp9_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const ui
nt8_t *limit, const uint8_t *thresh, int count); |
| 337 #define vp9_lpf_vertical_8 vp9_lpf_vertical_8_c | 365 #define vp9_lpf_vertical_8 vp9_lpf_vertical_8_c |
| 338 | 366 |
| 339 void vp9_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); | 367 void vp9_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); |
| 340 #define vp9_lpf_vertical_8_dual vp9_lpf_vertical_8_dual_c | 368 #define vp9_lpf_vertical_8_dual vp9_lpf_vertical_8_dual_c |
| 341 | 369 |
| 342 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const ui
nt8_t *ref_ptr, int recon_stride, unsigned int *sse); | 370 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const ui
nt8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 343 #define vp9_mse16x16 vp9_mse16x16_c | 371 #define vp9_mse16x16 vp9_mse16x16_c |
| 344 | 372 |
| 345 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); | 373 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 346 #define vp9_mse16x8 vp9_mse16x8_c | 374 #define vp9_mse16x8 vp9_mse16x8_c |
| 347 | 375 |
| 348 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); | 376 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 349 #define vp9_mse8x16 vp9_mse8x16_c | 377 #define vp9_mse8x16 vp9_mse8x16_c |
| 350 | 378 |
| 351 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint
8_t *ref_ptr, int recon_stride, unsigned int *sse); | 379 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint
8_t *ref_ptr, int recon_stride, unsigned int *sse); |
| 352 #define vp9_mse8x8 vp9_mse8x8_c | 380 #define vp9_mse8x8 vp9_mse8x8_c |
| 353 | 381 |
| 354 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, int zbin_oq_value, uint16_t *eob_ptr, const int1
6_t *scan, const int16_t *iscan); | 382 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); |
| 355 #define vp9_quantize_b vp9_quantize_b_c | 383 #define vp9_quantize_b vp9_quantize_b_c |
| 356 | 384 |
| 357 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, int zbin_oq_value, uint16_t *eob_ptr, cons
t int16_t *scan, const int16_t *iscan); | 385 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); |
| 358 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c | 386 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c |
| 359 | 387 |
| 360 void vp9_quantize_fp_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 *quant_p
tr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_
ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int
16_t *scan, const int16_t *iscan); | 388 void vp9_quantize_fp_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 *quant_p
tr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_
ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const i
nt16_t *iscan); |
| 361 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int sk
ip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quan
t_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoe
ff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const
int16_t *scan, const int16_t *iscan); | 389 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int sk
ip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quan
t_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoe
ff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, cons
t int16_t *iscan); |
| 362 #define vp9_quantize_fp vp9_quantize_fp_neon | 390 #define vp9_quantize_fp vp9_quantize_fp_neon |
| 363 | 391 |
| 364 void vp9_quantize_fp_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 *q
uant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dq
coeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, con
st int16_t *scan, const int16_t *iscan); | 392 void vp9_quantize_fp_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 *q
uant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dq
coeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, c
onst int16_t *iscan); |
| 365 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c | 393 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c |
| 366 | 394 |
| 367 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int ref_stride); | 395 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int ref_stride); |
| 368 unsigned int vp9_sad16x16_neon(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride); | 396 unsigned int vp9_sad16x16_neon(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride); |
| 369 #define vp9_sad16x16 vp9_sad16x16_neon | 397 #define vp9_sad16x16 vp9_sad16x16_neon |
| 370 | 398 |
| 371 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); | 399 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); |
| 372 #define vp9_sad16x16_avg vp9_sad16x16_avg_c | 400 #define vp9_sad16x16_avg vp9_sad16x16_avg_c |
| 373 | 401 |
| 374 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *
ref_ptr, int ref_stride, unsigned int *sad_array); | 402 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *
ref_ptr, int ref_stride, unsigned int *sad_array); |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 #define vp9_sub_pixel_variance8x8 vp9_sub_pixel_variance8x8_neon | 643 #define vp9_sub_pixel_variance8x8 vp9_sub_pixel_variance8x8_neon |
| 616 | 644 |
| 617 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, p
trdiff_t pred_stride); | 645 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, p
trdiff_t pred_stride); |
| 618 void vp9_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); | 646 void vp9_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); |
| 619 #define vp9_subtract_block vp9_subtract_block_neon | 647 #define vp9_subtract_block vp9_subtract_block_neon |
| 620 | 648 |
| 621 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *
frame2, unsigned int block_width, unsigned int block_height, int strength, int f
ilter_weight, unsigned int *accumulator, uint16_t *count); | 649 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *
frame2, unsigned int block_width, unsigned int block_height, int strength, int f
ilter_weight, unsigned int *accumulator, uint16_t *count); |
| 622 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c | 650 #define vp9_temporal_filter_apply vp9_temporal_filter_apply_c |
| 623 | 651 |
| 624 void vp9_tm_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 652 void vp9_tm_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 625 #define vp9_tm_predictor_16x16 vp9_tm_predictor_16x16_c | 653 void vp9_tm_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 654 #define vp9_tm_predictor_16x16 vp9_tm_predictor_16x16_neon |
| 626 | 655 |
| 627 void vp9_tm_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 656 void vp9_tm_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 628 #define vp9_tm_predictor_32x32 vp9_tm_predictor_32x32_c | 657 void vp9_tm_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 658 #define vp9_tm_predictor_32x32 vp9_tm_predictor_32x32_neon |
| 629 | 659 |
| 630 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); | 660 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); |
| 631 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_c | 661 void vp9_tm_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 662 #define vp9_tm_predictor_4x4 vp9_tm_predictor_4x4_neon |
| 632 | 663 |
| 633 void vp9_tm_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); | 664 void vp9_tm_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abo
ve, const uint8_t *left); |
| 634 #define vp9_tm_predictor_8x8 vp9_tm_predictor_8x8_c | 665 void vp9_tm_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 666 #define vp9_tm_predictor_8x8 vp9_tm_predictor_8x8_neon |
| 635 | 667 |
| 636 void vp9_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 668 void vp9_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 637 #define vp9_v_predictor_16x16 vp9_v_predictor_16x16_c | 669 void vp9_v_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 670 #define vp9_v_predictor_16x16 vp9_v_predictor_16x16_neon |
| 638 | 671 |
| 639 void vp9_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 672 void vp9_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 640 #define vp9_v_predictor_32x32 vp9_v_predictor_32x32_c | 673 void vp9_v_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 674 #define vp9_v_predictor_32x32 vp9_v_predictor_32x32_neon |
| 641 | 675 |
| 642 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); | 676 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 643 #define vp9_v_predictor_4x4 vp9_v_predictor_4x4_c | 677 void vp9_v_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 678 #define vp9_v_predictor_4x4 vp9_v_predictor_4x4_neon |
| 644 | 679 |
| 645 void vp9_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); | 680 void vp9_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *abov
e, const uint8_t *left); |
| 646 #define vp9_v_predictor_8x8 vp9_v_predictor_8x8_c | 681 void vp9_v_predictor_8x8_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 682 #define vp9_v_predictor_8x8 vp9_v_predictor_8x8_neon |
| 647 | 683 |
| 648 unsigned int vp9_variance16x16_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); | 684 unsigned int vp9_variance16x16_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 649 unsigned int vp9_variance16x16_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); | 685 unsigned int vp9_variance16x16_neon(const uint8_t *src_ptr, int source_stride, c
onst uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 650 #define vp9_variance16x16 vp9_variance16x16_neon | 686 #define vp9_variance16x16 vp9_variance16x16_neon |
| 651 | 687 |
| 652 unsigned int vp9_variance16x32_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); | 688 unsigned int vp9_variance16x32_c(const uint8_t *src_ptr, int source_stride, cons
t uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 653 #define vp9_variance16x32 vp9_variance16x32_c | 689 #define vp9_variance16x32 vp9_variance16x32_c |
| 654 | 690 |
| 655 unsigned int vp9_variance16x8_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); | 691 unsigned int vp9_variance16x8_c(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
| 656 #define vp9_variance16x8 vp9_variance16x8_c | 692 #define vp9_variance16x8 vp9_variance16x8_c |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 (void)flags; | 736 (void)flags; |
| 701 | 737 |
| 702 } | 738 } |
| 703 #endif | 739 #endif |
| 704 | 740 |
| 705 #ifdef __cplusplus | 741 #ifdef __cplusplus |
| 706 } // extern "C" | 742 } // extern "C" |
| 707 #endif | 743 #endif |
| 708 | 744 |
| 709 #endif | 745 #endif |
| OLD | NEW |