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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 RTCD_EXTERN void (*vp9_fdct4x4_1)(const int16_t *input, tran_low_t *output, int
stride); | 246 RTCD_EXTERN void (*vp9_fdct4x4_1)(const int16_t *input, tran_low_t *output, int
stride); |
247 | 247 |
248 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); | 248 void vp9_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); |
249 void vp9_fdct8x8_sse2(const int16_t *input, tran_low_t *output, int stride); | 249 void vp9_fdct8x8_sse2(const int16_t *input, tran_low_t *output, int stride); |
250 RTCD_EXTERN void (*vp9_fdct8x8)(const int16_t *input, tran_low_t *output, int st
ride); | 250 RTCD_EXTERN void (*vp9_fdct8x8)(const int16_t *input, tran_low_t *output, int st
ride); |
251 | 251 |
252 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); | 252 void vp9_fdct8x8_1_c(const int16_t *input, tran_low_t *output, int stride); |
253 void vp9_fdct8x8_1_sse2(const int16_t *input, tran_low_t *output, int stride); | 253 void vp9_fdct8x8_1_sse2(const int16_t *input, tran_low_t *output, int stride); |
254 RTCD_EXTERN void (*vp9_fdct8x8_1)(const int16_t *input, tran_low_t *output, int
stride); | 254 RTCD_EXTERN void (*vp9_fdct8x8_1)(const int16_t *input, tran_low_t *output, int
stride); |
255 | 255 |
| 256 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); |
| 257 void vp9_fdct8x8_quant_sse2(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 *
round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t
*qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_va
lue, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
| 258 void vp9_fdct8x8_quant_ssse3(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
*round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t
*qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_v
alue, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
| 259 RTCD_EXTERN void (*vp9_fdct8x8_quant)(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 *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, t
ran_low_t *qcoeff_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); |
| 260 |
256 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx
_type); | 261 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx
_type); |
257 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int
tx_type); | 262 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int
tx_type); |
258 RTCD_EXTERN void (*vp9_fht16x16)(const int16_t *input, tran_low_t *output, int s
tride, int tx_type); | 263 RTCD_EXTERN void (*vp9_fht16x16)(const int16_t *input, tran_low_t *output, int s
tride, int tx_type); |
259 | 264 |
260 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); | 265 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); |
261 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int t
x_type); | 266 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int t
x_type); |
262 RTCD_EXTERN void (*vp9_fht4x4)(const int16_t *input, tran_low_t *output, int str
ide, int tx_type); | 267 RTCD_EXTERN void (*vp9_fht4x4)(const int16_t *input, tran_low_t *output, int str
ide, int tx_type); |
263 | 268 |
264 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); | 269 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_t
ype); |
265 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int t
x_type); | 270 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int t
x_type); |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 RTCD_EXTERN unsigned int (*vp9_mse8x8)(const uint8_t *src_ptr, int source_strid
e, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); | 435 RTCD_EXTERN unsigned int (*vp9_mse8x8)(const uint8_t *src_ptr, int source_strid
e, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
431 | 436 |
432 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); | 437 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); |
433 void vp9_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int ski
p_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant
_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoef
f_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const i
nt16_t *scan, const int16_t *iscan); | 438 void vp9_quantize_b_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int ski
p_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant
_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoef
f_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const i
nt16_t *scan, const int16_t *iscan); |
434 RTCD_EXTERN void (*vp9_quantize_b)(const tran_low_t *coeff_ptr, intptr_t n_coeff
s, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int1
6_t *quant_ptr, 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_pt
r, const int16_t *scan, const int16_t *iscan); | 439 RTCD_EXTERN void (*vp9_quantize_b)(const tran_low_t *coeff_ptr, intptr_t n_coeff
s, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int1
6_t *quant_ptr, 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_pt
r, const int16_t *scan, const int16_t *iscan); |
435 | 440 |
436 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); | 441 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); |
437 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c | 442 #define vp9_quantize_b_32x32 vp9_quantize_b_32x32_c |
438 | 443 |
439 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); | 444 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); |
440 #define vp9_quantize_fp vp9_quantize_fp_c | 445 void vp9_quantize_fp_sse2(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); |
| 446 RTCD_EXTERN void (*vp9_quantize_fp)(const tran_low_t *coeff_ptr, intptr_t n_coef
fs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int
16_t *quant_ptr, const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, tran_lo
w_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_p
tr, const int16_t *scan, const int16_t *iscan); |
441 | 447 |
442 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); | 448 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); |
443 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c | 449 #define vp9_quantize_fp_32x32 vp9_quantize_fp_32x32_c |
444 | 450 |
445 int vp9_refining_search_sad_c(const struct macroblock *x, struct mv *ref_mv, int
sad_per_bit, int distance, const struct vp9_variance_vtable *fn_ptr, const stru
ct mv *center_mv); | |
446 #define vp9_refining_search_sad vp9_refining_search_sad_c | |
447 | |
448 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int ref_stride); | 451 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uin
t8_t *ref_ptr, int ref_stride); |
449 unsigned int vp9_sad16x16_sse2(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride); | 452 unsigned int vp9_sad16x16_sse2(const uint8_t *src_ptr, int source_stride, const
uint8_t *ref_ptr, int ref_stride); |
450 RTCD_EXTERN unsigned int (*vp9_sad16x16)(const uint8_t *src_ptr, int source_stri
de, const uint8_t *ref_ptr, int ref_stride); | 453 RTCD_EXTERN unsigned int (*vp9_sad16x16)(const uint8_t *src_ptr, int source_stri
de, const uint8_t *ref_ptr, int ref_stride); |
451 | 454 |
452 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); | 455 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); |
453 unsigned int vp9_sad16x16_avg_sse2(const uint8_t *src_ptr, int source_stride, co
nst uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); | 456 unsigned int vp9_sad16x16_avg_sse2(const uint8_t *src_ptr, int source_stride, co
nst uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
454 RTCD_EXTERN unsigned int (*vp9_sad16x16_avg)(const uint8_t *src_ptr, int source_
stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); | 457 RTCD_EXTERN unsigned int (*vp9_sad16x16_avg)(const uint8_t *src_ptr, int source_
stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
455 | 458 |
456 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *
ref_ptr, int ref_stride, unsigned int *sad_array); | 459 void vp9_sad16x16x3_c(const uint8_t *src_ptr, int source_stride, const uint8_t *
ref_ptr, int ref_stride, unsigned int *sad_array); |
457 void vp9_sad16x16x3_sse3(const uint8_t *src_ptr, int source_stride, const uint8_
t *ref_ptr, int ref_stride, unsigned int *sad_array); | 460 void vp9_sad16x16x3_sse3(const uint8_t *src_ptr, int source_stride, const uint8_
t *ref_ptr, int ref_stride, unsigned int *sad_array); |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 vp9_fdct32x32_rd = vp9_fdct32x32_rd_c; | 965 vp9_fdct32x32_rd = vp9_fdct32x32_rd_c; |
963 if (flags & HAS_SSE2) vp9_fdct32x32_rd = vp9_fdct32x32_rd_sse2; | 966 if (flags & HAS_SSE2) vp9_fdct32x32_rd = vp9_fdct32x32_rd_sse2; |
964 vp9_fdct4x4 = vp9_fdct4x4_c; | 967 vp9_fdct4x4 = vp9_fdct4x4_c; |
965 if (flags & HAS_SSE2) vp9_fdct4x4 = vp9_fdct4x4_sse2; | 968 if (flags & HAS_SSE2) vp9_fdct4x4 = vp9_fdct4x4_sse2; |
966 vp9_fdct4x4_1 = vp9_fdct4x4_1_c; | 969 vp9_fdct4x4_1 = vp9_fdct4x4_1_c; |
967 if (flags & HAS_SSE2) vp9_fdct4x4_1 = vp9_fdct4x4_1_sse2; | 970 if (flags & HAS_SSE2) vp9_fdct4x4_1 = vp9_fdct4x4_1_sse2; |
968 vp9_fdct8x8 = vp9_fdct8x8_c; | 971 vp9_fdct8x8 = vp9_fdct8x8_c; |
969 if (flags & HAS_SSE2) vp9_fdct8x8 = vp9_fdct8x8_sse2; | 972 if (flags & HAS_SSE2) vp9_fdct8x8 = vp9_fdct8x8_sse2; |
970 vp9_fdct8x8_1 = vp9_fdct8x8_1_c; | 973 vp9_fdct8x8_1 = vp9_fdct8x8_1_c; |
971 if (flags & HAS_SSE2) vp9_fdct8x8_1 = vp9_fdct8x8_1_sse2; | 974 if (flags & HAS_SSE2) vp9_fdct8x8_1 = vp9_fdct8x8_1_sse2; |
| 975 vp9_fdct8x8_quant = vp9_fdct8x8_quant_c; |
| 976 if (flags & HAS_SSE2) vp9_fdct8x8_quant = vp9_fdct8x8_quant_sse2; |
| 977 if (flags & HAS_SSSE3) vp9_fdct8x8_quant = vp9_fdct8x8_quant_ssse3; |
972 vp9_fht16x16 = vp9_fht16x16_c; | 978 vp9_fht16x16 = vp9_fht16x16_c; |
973 if (flags & HAS_SSE2) vp9_fht16x16 = vp9_fht16x16_sse2; | 979 if (flags & HAS_SSE2) vp9_fht16x16 = vp9_fht16x16_sse2; |
974 vp9_fht4x4 = vp9_fht4x4_c; | 980 vp9_fht4x4 = vp9_fht4x4_c; |
975 if (flags & HAS_SSE2) vp9_fht4x4 = vp9_fht4x4_sse2; | 981 if (flags & HAS_SSE2) vp9_fht4x4 = vp9_fht4x4_sse2; |
976 vp9_fht8x8 = vp9_fht8x8_c; | 982 vp9_fht8x8 = vp9_fht8x8_c; |
977 if (flags & HAS_SSE2) vp9_fht8x8 = vp9_fht8x8_sse2; | 983 if (flags & HAS_SSE2) vp9_fht8x8 = vp9_fht8x8_sse2; |
978 vp9_full_search_sad = vp9_full_search_sad_c; | 984 vp9_full_search_sad = vp9_full_search_sad_c; |
979 if (flags & HAS_SSE3) vp9_full_search_sad = vp9_full_search_sadx3; | 985 if (flags & HAS_SSE3) vp9_full_search_sad = vp9_full_search_sadx3; |
980 if (flags & HAS_SSE4_1) vp9_full_search_sad = vp9_full_search_sadx8; | 986 if (flags & HAS_SSE4_1) vp9_full_search_sad = vp9_full_search_sadx8; |
981 vp9_fwht4x4 = vp9_fwht4x4_c; | 987 vp9_fwht4x4 = vp9_fwht4x4_c; |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 vp9_mse16x16 = vp9_mse16x16_c; | 1055 vp9_mse16x16 = vp9_mse16x16_c; |
1050 if (flags & HAS_SSE2) vp9_mse16x16 = vp9_mse16x16_sse2; | 1056 if (flags & HAS_SSE2) vp9_mse16x16 = vp9_mse16x16_sse2; |
1051 vp9_mse16x8 = vp9_mse16x8_c; | 1057 vp9_mse16x8 = vp9_mse16x8_c; |
1052 if (flags & HAS_SSE2) vp9_mse16x8 = vp9_mse16x8_sse2; | 1058 if (flags & HAS_SSE2) vp9_mse16x8 = vp9_mse16x8_sse2; |
1053 vp9_mse8x16 = vp9_mse8x16_c; | 1059 vp9_mse8x16 = vp9_mse8x16_c; |
1054 if (flags & HAS_SSE2) vp9_mse8x16 = vp9_mse8x16_sse2; | 1060 if (flags & HAS_SSE2) vp9_mse8x16 = vp9_mse8x16_sse2; |
1055 vp9_mse8x8 = vp9_mse8x8_c; | 1061 vp9_mse8x8 = vp9_mse8x8_c; |
1056 if (flags & HAS_SSE2) vp9_mse8x8 = vp9_mse8x8_sse2; | 1062 if (flags & HAS_SSE2) vp9_mse8x8 = vp9_mse8x8_sse2; |
1057 vp9_quantize_b = vp9_quantize_b_c; | 1063 vp9_quantize_b = vp9_quantize_b_c; |
1058 if (flags & HAS_SSE2) vp9_quantize_b = vp9_quantize_b_sse2; | 1064 if (flags & HAS_SSE2) vp9_quantize_b = vp9_quantize_b_sse2; |
| 1065 vp9_quantize_fp = vp9_quantize_fp_c; |
| 1066 if (flags & HAS_SSE2) vp9_quantize_fp = vp9_quantize_fp_sse2; |
1059 vp9_sad16x16 = vp9_sad16x16_c; | 1067 vp9_sad16x16 = vp9_sad16x16_c; |
1060 if (flags & HAS_SSE2) vp9_sad16x16 = vp9_sad16x16_sse2; | 1068 if (flags & HAS_SSE2) vp9_sad16x16 = vp9_sad16x16_sse2; |
1061 vp9_sad16x16_avg = vp9_sad16x16_avg_c; | 1069 vp9_sad16x16_avg = vp9_sad16x16_avg_c; |
1062 if (flags & HAS_SSE2) vp9_sad16x16_avg = vp9_sad16x16_avg_sse2; | 1070 if (flags & HAS_SSE2) vp9_sad16x16_avg = vp9_sad16x16_avg_sse2; |
1063 vp9_sad16x16x3 = vp9_sad16x16x3_c; | 1071 vp9_sad16x16x3 = vp9_sad16x16x3_c; |
1064 if (flags & HAS_SSE3) vp9_sad16x16x3 = vp9_sad16x16x3_sse3; | 1072 if (flags & HAS_SSE3) vp9_sad16x16x3 = vp9_sad16x16x3_sse3; |
1065 if (flags & HAS_SSSE3) vp9_sad16x16x3 = vp9_sad16x16x3_ssse3; | 1073 if (flags & HAS_SSSE3) vp9_sad16x16x3 = vp9_sad16x16x3_ssse3; |
1066 vp9_sad16x16x4d = vp9_sad16x16x4d_c; | 1074 vp9_sad16x16x4d = vp9_sad16x16x4d_c; |
1067 if (flags & HAS_SSE2) vp9_sad16x16x4d = vp9_sad16x16x4d_sse2; | 1075 if (flags & HAS_SSE2) vp9_sad16x16x4d = vp9_sad16x16x4d_sse2; |
1068 vp9_sad16x32 = vp9_sad16x32_c; | 1076 vp9_sad16x32 = vp9_sad16x32_c; |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1269 vp9_variance8x8 = vp9_variance8x8_c; | 1277 vp9_variance8x8 = vp9_variance8x8_c; |
1270 if (flags & HAS_SSE2) vp9_variance8x8 = vp9_variance8x8_sse2; | 1278 if (flags & HAS_SSE2) vp9_variance8x8 = vp9_variance8x8_sse2; |
1271 } | 1279 } |
1272 #endif | 1280 #endif |
1273 | 1281 |
1274 #ifdef __cplusplus | 1282 #ifdef __cplusplus |
1275 } // extern "C" | 1283 } // extern "C" |
1276 #endif | 1284 #endif |
1277 | 1285 |
1278 #endif | 1286 #endif |
OLD | NEW |