| OLD | NEW |
| 1 #ifndef VPX_DSP_RTCD_H_ | 1 #ifndef VPX_DSP_RTCD_H_ |
| 2 #define VPX_DSP_RTCD_H_ | 2 #define VPX_DSP_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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 void vpx_highbd_idct16x16_10_add_sse2(const tran_low_t *input, uint8_t *dest, in
t stride, int bd); | 1088 void vpx_highbd_idct16x16_10_add_sse2(const tran_low_t *input, uint8_t *dest, in
t stride, int bd); |
| 1089 RTCD_EXTERN void (*vpx_highbd_idct16x16_10_add)(const tran_low_t *input, uint8_t
*dest, int stride, int bd); | 1089 RTCD_EXTERN void (*vpx_highbd_idct16x16_10_add)(const tran_low_t *input, uint8_t
*dest, int stride, int bd); |
| 1090 | 1090 |
| 1091 void vpx_highbd_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int st
ride, int bd); | 1091 void vpx_highbd_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int st
ride, int bd); |
| 1092 #define vpx_highbd_idct16x16_1_add vpx_highbd_idct16x16_1_add_c | 1092 #define vpx_highbd_idct16x16_1_add vpx_highbd_idct16x16_1_add_c |
| 1093 | 1093 |
| 1094 void vpx_highbd_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int
stride, int bd); | 1094 void vpx_highbd_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int
stride, int bd); |
| 1095 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, i
nt stride, int bd); | 1095 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, i
nt stride, int bd); |
| 1096 RTCD_EXTERN void (*vpx_highbd_idct16x16_256_add)(const tran_low_t *input, uint8_
t *dest, int stride, int bd); | 1096 RTCD_EXTERN void (*vpx_highbd_idct16x16_256_add)(const tran_low_t *input, uint8_
t *dest, int stride, int bd); |
| 1097 | 1097 |
| 1098 void vpx_highbd_idct16x16_38_add_c(const tran_low_t *input, uint8_t *dest, int s
tride, int bd); |
| 1099 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, i
nt stride, int bd); |
| 1100 RTCD_EXTERN void (*vpx_highbd_idct16x16_38_add)(const tran_low_t *input, uint8_t
*dest, int stride, int bd); |
| 1101 |
| 1098 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int
stride, int bd); | 1102 void vpx_highbd_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int
stride, int bd); |
| 1099 #define vpx_highbd_idct32x32_1024_add vpx_highbd_idct32x32_1024_add_c | 1103 #define vpx_highbd_idct32x32_1024_add vpx_highbd_idct32x32_1024_add_c |
| 1100 | 1104 |
| 1101 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int st
ride, int bd); | 1105 void vpx_highbd_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int st
ride, int bd); |
| 1102 void vpx_highbd_idct32x32_1_add_sse2(const tran_low_t *input, uint8_t *dest, int
stride, int bd); | 1106 void vpx_highbd_idct32x32_1_add_sse2(const tran_low_t *input, uint8_t *dest, int
stride, int bd); |
| 1103 RTCD_EXTERN void (*vpx_highbd_idct32x32_1_add)(const tran_low_t *input, uint8_t
*dest, int stride, int bd); | 1107 RTCD_EXTERN void (*vpx_highbd_idct32x32_1_add)(const tran_low_t *input, uint8_t
*dest, int stride, int bd); |
| 1104 | 1108 |
| 1105 void vpx_highbd_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int s
tride, int bd); | 1109 void vpx_highbd_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int s
tride, int bd); |
| 1106 #define vpx_highbd_idct32x32_34_add vpx_highbd_idct32x32_34_add_c | 1110 #define vpx_highbd_idct32x32_34_add vpx_highbd_idct32x32_34_add_c |
| 1107 | 1111 |
| (...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2436 vpx_highbd_fdct32x32_rd = vpx_highbd_fdct32x32_rd_c; | 2440 vpx_highbd_fdct32x32_rd = vpx_highbd_fdct32x32_rd_c; |
| 2437 if (flags & HAS_SSE2) vpx_highbd_fdct32x32_rd = vpx_highbd_fdct32x32_rd_sse2
; | 2441 if (flags & HAS_SSE2) vpx_highbd_fdct32x32_rd = vpx_highbd_fdct32x32_rd_sse2
; |
| 2438 vpx_highbd_fdct4x4 = vpx_highbd_fdct4x4_c; | 2442 vpx_highbd_fdct4x4 = vpx_highbd_fdct4x4_c; |
| 2439 if (flags & HAS_SSE2) vpx_highbd_fdct4x4 = vpx_highbd_fdct4x4_sse2; | 2443 if (flags & HAS_SSE2) vpx_highbd_fdct4x4 = vpx_highbd_fdct4x4_sse2; |
| 2440 vpx_highbd_fdct8x8 = vpx_highbd_fdct8x8_c; | 2444 vpx_highbd_fdct8x8 = vpx_highbd_fdct8x8_c; |
| 2441 if (flags & HAS_SSE2) vpx_highbd_fdct8x8 = vpx_highbd_fdct8x8_sse2; | 2445 if (flags & HAS_SSE2) vpx_highbd_fdct8x8 = vpx_highbd_fdct8x8_sse2; |
| 2442 vpx_highbd_idct16x16_10_add = vpx_highbd_idct16x16_10_add_c; | 2446 vpx_highbd_idct16x16_10_add = vpx_highbd_idct16x16_10_add_c; |
| 2443 if (flags & HAS_SSE2) vpx_highbd_idct16x16_10_add = vpx_highbd_idct16x16_10_
add_sse2; | 2447 if (flags & HAS_SSE2) vpx_highbd_idct16x16_10_add = vpx_highbd_idct16x16_10_
add_sse2; |
| 2444 vpx_highbd_idct16x16_256_add = vpx_highbd_idct16x16_256_add_c; | 2448 vpx_highbd_idct16x16_256_add = vpx_highbd_idct16x16_256_add_c; |
| 2445 if (flags & HAS_SSE2) vpx_highbd_idct16x16_256_add = vpx_highbd_idct16x16_25
6_add_sse2; | 2449 if (flags & HAS_SSE2) vpx_highbd_idct16x16_256_add = vpx_highbd_idct16x16_25
6_add_sse2; |
| 2450 vpx_highbd_idct16x16_38_add = vpx_highbd_idct16x16_38_add_c; |
| 2451 if (flags & HAS_SSE2) vpx_highbd_idct16x16_38_add = vpx_highbd_idct16x16_256
_add_sse2; |
| 2446 vpx_highbd_idct32x32_1_add = vpx_highbd_idct32x32_1_add_c; | 2452 vpx_highbd_idct32x32_1_add = vpx_highbd_idct32x32_1_add_c; |
| 2447 if (flags & HAS_SSE2) vpx_highbd_idct32x32_1_add = vpx_highbd_idct32x32_1_ad
d_sse2; | 2453 if (flags & HAS_SSE2) vpx_highbd_idct32x32_1_add = vpx_highbd_idct32x32_1_ad
d_sse2; |
| 2448 vpx_highbd_idct4x4_16_add = vpx_highbd_idct4x4_16_add_c; | 2454 vpx_highbd_idct4x4_16_add = vpx_highbd_idct4x4_16_add_c; |
| 2449 if (flags & HAS_SSE2) vpx_highbd_idct4x4_16_add = vpx_highbd_idct4x4_16_add_
sse2; | 2455 if (flags & HAS_SSE2) vpx_highbd_idct4x4_16_add = vpx_highbd_idct4x4_16_add_
sse2; |
| 2450 vpx_highbd_idct8x8_12_add = vpx_highbd_idct8x8_12_add_c; | 2456 vpx_highbd_idct8x8_12_add = vpx_highbd_idct8x8_12_add_c; |
| 2451 if (flags & HAS_SSE2) vpx_highbd_idct8x8_12_add = vpx_highbd_idct8x8_12_add_
sse2; | 2457 if (flags & HAS_SSE2) vpx_highbd_idct8x8_12_add = vpx_highbd_idct8x8_12_add_
sse2; |
| 2452 vpx_highbd_idct8x8_64_add = vpx_highbd_idct8x8_64_add_c; | 2458 vpx_highbd_idct8x8_64_add = vpx_highbd_idct8x8_64_add_c; |
| 2453 if (flags & HAS_SSE2) vpx_highbd_idct8x8_64_add = vpx_highbd_idct8x8_64_add_
sse2; | 2459 if (flags & HAS_SSE2) vpx_highbd_idct8x8_64_add = vpx_highbd_idct8x8_64_add_
sse2; |
| 2454 vpx_highbd_lpf_horizontal_16 = vpx_highbd_lpf_horizontal_16_c; | 2460 vpx_highbd_lpf_horizontal_16 = vpx_highbd_lpf_horizontal_16_c; |
| 2455 if (flags & HAS_SSE2) vpx_highbd_lpf_horizontal_16 = vpx_highbd_lpf_horizont
al_16_sse2; | 2461 if (flags & HAS_SSE2) vpx_highbd_lpf_horizontal_16 = vpx_highbd_lpf_horizont
al_16_sse2; |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2896 vpx_vector_var = vpx_vector_var_c; | 2902 vpx_vector_var = vpx_vector_var_c; |
| 2897 if (flags & HAS_SSE2) vpx_vector_var = vpx_vector_var_sse2; | 2903 if (flags & HAS_SSE2) vpx_vector_var = vpx_vector_var_sse2; |
| 2898 } | 2904 } |
| 2899 #endif | 2905 #endif |
| 2900 | 2906 |
| 2901 #ifdef __cplusplus | 2907 #ifdef __cplusplus |
| 2902 } // extern "C" | 2908 } // extern "C" |
| 2903 #endif | 2909 #endif |
| 2904 | 2910 |
| 2905 #endif | 2911 #endif |
| OLD | NEW |