| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 | 87 |
| 88 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 88 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 89 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c | 89 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c |
| 90 | 90 |
| 91 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 91 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 92 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c | 92 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c |
| 93 | 93 |
| 94 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 94 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 95 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c | 95 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c |
| 96 | 96 |
| 97 void vpx_d207e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 98 #define vpx_d207e_predictor_16x16 vpx_d207e_predictor_16x16_c |
| 99 |
| 100 void vpx_d207e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 101 #define vpx_d207e_predictor_32x32 vpx_d207e_predictor_32x32_c |
| 102 |
| 103 void vpx_d207e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 104 #define vpx_d207e_predictor_4x4 vpx_d207e_predictor_4x4_c |
| 105 |
| 106 void vpx_d207e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 107 #define vpx_d207e_predictor_8x8 vpx_d207e_predictor_8x8_c |
| 108 |
| 97 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 109 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 98 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_c | 110 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_c |
| 99 | 111 |
| 100 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 112 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 101 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c | 113 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c |
| 102 | 114 |
| 103 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 115 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 104 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c | 116 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c |
| 105 | 117 |
| 106 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 118 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 107 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_c | 119 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_c |
| 108 | 120 |
| 121 void vpx_d45e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 122 #define vpx_d45e_predictor_16x16 vpx_d45e_predictor_16x16_c |
| 123 |
| 124 void vpx_d45e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 125 #define vpx_d45e_predictor_32x32 vpx_d45e_predictor_32x32_c |
| 126 |
| 109 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 127 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 110 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c | 128 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c |
| 111 | 129 |
| 130 void vpx_d45e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 131 #define vpx_d45e_predictor_8x8 vpx_d45e_predictor_8x8_c |
| 132 |
| 112 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 133 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 113 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c | 134 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c |
| 114 | 135 |
| 115 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 136 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 116 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c | 137 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c |
| 117 | 138 |
| 118 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 139 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 119 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c | 140 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c |
| 120 | 141 |
| 121 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 142 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 122 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c | 143 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c |
| 123 | 144 |
| 145 void vpx_d63e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 146 #define vpx_d63e_predictor_16x16 vpx_d63e_predictor_16x16_c |
| 147 |
| 148 void vpx_d63e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 149 #define vpx_d63e_predictor_32x32 vpx_d63e_predictor_32x32_c |
| 150 |
| 124 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 151 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 125 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c | 152 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c |
| 126 | 153 |
| 154 void vpx_d63e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 155 #define vpx_d63e_predictor_8x8 vpx_d63e_predictor_8x8_c |
| 156 |
| 157 void vpx_d63f_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 158 #define vpx_d63f_predictor_4x4 vpx_d63f_predictor_4x4_c |
| 159 |
| 127 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); | 160 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 128 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_c | 161 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_c |
| 129 | 162 |
| 130 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); | 163 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 131 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_c | 164 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_c |
| 132 | 165 |
| 133 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 166 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 134 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_c | 167 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_c |
| 135 | 168 |
| 136 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 169 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 (void)flags; | 710 (void)flags; |
| 678 | 711 |
| 679 } | 712 } |
| 680 #endif | 713 #endif |
| 681 | 714 |
| 682 #ifdef __cplusplus | 715 #ifdef __cplusplus |
| 683 } // extern "C" | 716 } // extern "C" |
| 684 #endif | 717 #endif |
| 685 | 718 |
| 686 #endif | 719 #endif |
| OLD | NEW |