| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 RTCD_EXTERN void (*vpx_d207_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, c
onst uint8_t *above, const uint8_t *left); | 120 RTCD_EXTERN void (*vpx_d207_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, c
onst uint8_t *above, const uint8_t *left); |
| 121 | 121 |
| 122 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 122 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 123 void vpx_d207_predictor_4x4_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 123 void vpx_d207_predictor_4x4_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 124 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_sse2 | 124 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_sse2 |
| 125 | 125 |
| 126 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 126 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 127 void vpx_d207_predictor_8x8_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); | 127 void vpx_d207_predictor_8x8_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 128 RTCD_EXTERN void (*vpx_d207_predictor_8x8)(uint8_t *dst, ptrdiff_t y_stride, con
st uint8_t *above, const uint8_t *left); | 128 RTCD_EXTERN void (*vpx_d207_predictor_8x8)(uint8_t *dst, ptrdiff_t y_stride, con
st uint8_t *above, const uint8_t *left); |
| 129 | 129 |
| 130 void vpx_d207e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | |
| 131 #define vpx_d207e_predictor_16x16 vpx_d207e_predictor_16x16_c | |
| 132 | |
| 133 void vpx_d207e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | |
| 134 #define vpx_d207e_predictor_32x32 vpx_d207e_predictor_32x32_c | |
| 135 | |
| 136 void vpx_d207e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | |
| 137 #define vpx_d207e_predictor_4x4 vpx_d207e_predictor_4x4_c | |
| 138 | |
| 139 void vpx_d207e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | |
| 140 #define vpx_d207e_predictor_8x8 vpx_d207e_predictor_8x8_c | |
| 141 | |
| 142 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 130 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 143 void vpx_d45_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); | 131 void vpx_d45_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 144 RTCD_EXTERN void (*vpx_d45_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); | 132 RTCD_EXTERN void (*vpx_d45_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); |
| 145 | 133 |
| 146 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 134 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 147 void vpx_d45_predictor_32x32_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); | 135 void vpx_d45_predictor_32x32_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 148 RTCD_EXTERN void (*vpx_d45_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); | 136 RTCD_EXTERN void (*vpx_d45_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); |
| 149 | 137 |
| 150 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 138 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 151 void vpx_d45_predictor_4x4_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 139 void vpx_d45_predictor_4x4_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 152 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_sse2 | 140 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_sse2 |
| 153 | 141 |
| 154 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 142 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 155 void vpx_d45_predictor_8x8_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 143 void vpx_d45_predictor_8x8_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 156 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_sse2 | 144 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_sse2 |
| 157 | 145 |
| 158 void vpx_d45e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | |
| 159 #define vpx_d45e_predictor_16x16 vpx_d45e_predictor_16x16_c | |
| 160 | |
| 161 void vpx_d45e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | |
| 162 #define vpx_d45e_predictor_32x32 vpx_d45e_predictor_32x32_c | |
| 163 | |
| 164 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 146 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 165 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c | 147 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c |
| 166 | 148 |
| 167 void vpx_d45e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | |
| 168 #define vpx_d45e_predictor_8x8 vpx_d45e_predictor_8x8_c | |
| 169 | |
| 170 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 149 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 171 void vpx_d63_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); | 150 void vpx_d63_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 172 RTCD_EXTERN void (*vpx_d63_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); | 151 RTCD_EXTERN void (*vpx_d63_predictor_16x16)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); |
| 173 | 152 |
| 174 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); | 153 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *
above, const uint8_t *left); |
| 175 void vpx_d63_predictor_32x32_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); | 154 void vpx_d63_predictor_32x32_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| 176 RTCD_EXTERN void (*vpx_d63_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); | 155 RTCD_EXTERN void (*vpx_d63_predictor_32x32)(uint8_t *dst, ptrdiff_t y_stride, co
nst uint8_t *above, const uint8_t *left); |
| 177 | 156 |
| 178 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 157 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 179 void vpx_d63_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 158 void vpx_d63_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 180 RTCD_EXTERN void (*vpx_d63_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, cons
t uint8_t *above, const uint8_t *left); | 159 RTCD_EXTERN void (*vpx_d63_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, cons
t uint8_t *above, const uint8_t *left); |
| 181 | 160 |
| 182 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); | 161 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab
ove, const uint8_t *left); |
| 183 void vpx_d63_predictor_8x8_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 162 void vpx_d63_predictor_8x8_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 184 RTCD_EXTERN void (*vpx_d63_predictor_8x8)(uint8_t *dst, ptrdiff_t y_stride, cons
t uint8_t *above, const uint8_t *left); | 163 RTCD_EXTERN void (*vpx_d63_predictor_8x8)(uint8_t *dst, ptrdiff_t y_stride, cons
t uint8_t *above, const uint8_t *left); |
| 185 | 164 |
| 186 void vpx_d63e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | |
| 187 #define vpx_d63e_predictor_16x16 vpx_d63e_predictor_16x16_c | |
| 188 | |
| 189 void vpx_d63e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | |
| 190 #define vpx_d63e_predictor_32x32 vpx_d63e_predictor_32x32_c | |
| 191 | |
| 192 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | 165 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); |
| 193 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c | 166 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c |
| 194 | 167 |
| 195 void vpx_d63e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | |
| 196 #define vpx_d63e_predictor_8x8 vpx_d63e_predictor_8x8_c | |
| 197 | |
| 198 void vpx_d63f_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a
bove, const uint8_t *left); | |
| 199 #define vpx_d63f_predictor_4x4 vpx_d63f_predictor_4x4_c | |
| 200 | |
| 201 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); | 168 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 202 void vpx_dc_128_predictor_16x16_sse2(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); | 169 void vpx_dc_128_predictor_16x16_sse2(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); |
| 203 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_sse2 | 170 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_sse2 |
| 204 | 171 |
| 205 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); | 172 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_
t *above, const uint8_t *left); |
| 206 void vpx_dc_128_predictor_32x32_sse2(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); | 173 void vpx_dc_128_predictor_32x32_sse2(uint8_t *dst, ptrdiff_t y_stride, const uin
t8_t *above, const uint8_t *left); |
| 207 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_sse2 | 174 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_sse2 |
| 208 | 175 |
| 209 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); | 176 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t
*above, const uint8_t *left); |
| 210 void vpx_dc_128_predictor_4x4_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); | 177 void vpx_dc_128_predictor_4x4_sse2(uint8_t *dst, ptrdiff_t y_stride, const uint8
_t *above, const uint8_t *left); |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 | 898 |
| 932 void vpx_highbd_d207_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | 899 void vpx_highbd_d207_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); |
| 933 #define vpx_highbd_d207_predictor_32x32 vpx_highbd_d207_predictor_32x32_c | 900 #define vpx_highbd_d207_predictor_32x32 vpx_highbd_d207_predictor_32x32_c |
| 934 | 901 |
| 935 void vpx_highbd_d207_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); | 902 void vpx_highbd_d207_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); |
| 936 #define vpx_highbd_d207_predictor_4x4 vpx_highbd_d207_predictor_4x4_c | 903 #define vpx_highbd_d207_predictor_4x4 vpx_highbd_d207_predictor_4x4_c |
| 937 | 904 |
| 938 void vpx_highbd_d207_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); | 905 void vpx_highbd_d207_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); |
| 939 #define vpx_highbd_d207_predictor_8x8 vpx_highbd_d207_predictor_8x8_c | 906 #define vpx_highbd_d207_predictor_8x8 vpx_highbd_d207_predictor_8x8_c |
| 940 | 907 |
| 941 void vpx_highbd_d207e_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | |
| 942 #define vpx_highbd_d207e_predictor_16x16 vpx_highbd_d207e_predictor_16x16_c | |
| 943 | |
| 944 void vpx_highbd_d207e_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | |
| 945 #define vpx_highbd_d207e_predictor_32x32 vpx_highbd_d207e_predictor_32x32_c | |
| 946 | |
| 947 void vpx_highbd_d207e_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); | |
| 948 #define vpx_highbd_d207e_predictor_4x4 vpx_highbd_d207e_predictor_4x4_c | |
| 949 | |
| 950 void vpx_highbd_d207e_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); | |
| 951 #define vpx_highbd_d207e_predictor_8x8 vpx_highbd_d207e_predictor_8x8_c | |
| 952 | |
| 953 void vpx_highbd_d45_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); | 908 void vpx_highbd_d45_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); |
| 954 #define vpx_highbd_d45_predictor_16x16 vpx_highbd_d45_predictor_16x16_c | 909 #define vpx_highbd_d45_predictor_16x16 vpx_highbd_d45_predictor_16x16_c |
| 955 | 910 |
| 956 void vpx_highbd_d45_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); | 911 void vpx_highbd_d45_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); |
| 957 #define vpx_highbd_d45_predictor_32x32 vpx_highbd_d45_predictor_32x32_c | 912 #define vpx_highbd_d45_predictor_32x32 vpx_highbd_d45_predictor_32x32_c |
| 958 | 913 |
| 959 void vpx_highbd_d45_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); | 914 void vpx_highbd_d45_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); |
| 960 #define vpx_highbd_d45_predictor_4x4 vpx_highbd_d45_predictor_4x4_c | 915 #define vpx_highbd_d45_predictor_4x4 vpx_highbd_d45_predictor_4x4_c |
| 961 | 916 |
| 962 void vpx_highbd_d45_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); | 917 void vpx_highbd_d45_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); |
| 963 #define vpx_highbd_d45_predictor_8x8 vpx_highbd_d45_predictor_8x8_c | 918 #define vpx_highbd_d45_predictor_8x8 vpx_highbd_d45_predictor_8x8_c |
| 964 | 919 |
| 965 void vpx_highbd_d45e_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | |
| 966 #define vpx_highbd_d45e_predictor_16x16 vpx_highbd_d45e_predictor_16x16_c | |
| 967 | |
| 968 void vpx_highbd_d45e_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | |
| 969 #define vpx_highbd_d45e_predictor_32x32 vpx_highbd_d45e_predictor_32x32_c | |
| 970 | |
| 971 void vpx_highbd_d45e_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); | |
| 972 #define vpx_highbd_d45e_predictor_4x4 vpx_highbd_d45e_predictor_4x4_c | |
| 973 | |
| 974 void vpx_highbd_d45e_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); | |
| 975 #define vpx_highbd_d45e_predictor_8x8 vpx_highbd_d45e_predictor_8x8_c | |
| 976 | |
| 977 void vpx_highbd_d63_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); | 920 void vpx_highbd_d63_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); |
| 978 #define vpx_highbd_d63_predictor_16x16 vpx_highbd_d63_predictor_16x16_c | 921 #define vpx_highbd_d63_predictor_16x16 vpx_highbd_d63_predictor_16x16_c |
| 979 | 922 |
| 980 void vpx_highbd_d63_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); | 923 void vpx_highbd_d63_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const u
int16_t *above, const uint16_t *left, int bd); |
| 981 #define vpx_highbd_d63_predictor_32x32 vpx_highbd_d63_predictor_32x32_c | 924 #define vpx_highbd_d63_predictor_32x32 vpx_highbd_d63_predictor_32x32_c |
| 982 | 925 |
| 983 void vpx_highbd_d63_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); | 926 void vpx_highbd_d63_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); |
| 984 #define vpx_highbd_d63_predictor_4x4 vpx_highbd_d63_predictor_4x4_c | 927 #define vpx_highbd_d63_predictor_4x4 vpx_highbd_d63_predictor_4x4_c |
| 985 | 928 |
| 986 void vpx_highbd_d63_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); | 929 void vpx_highbd_d63_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uin
t16_t *above, const uint16_t *left, int bd); |
| 987 #define vpx_highbd_d63_predictor_8x8 vpx_highbd_d63_predictor_8x8_c | 930 #define vpx_highbd_d63_predictor_8x8 vpx_highbd_d63_predictor_8x8_c |
| 988 | 931 |
| 989 void vpx_highbd_d63e_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | |
| 990 #define vpx_highbd_d63e_predictor_16x16 vpx_highbd_d63e_predictor_16x16_c | |
| 991 | |
| 992 void vpx_highbd_d63e_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | |
| 993 #define vpx_highbd_d63e_predictor_32x32 vpx_highbd_d63e_predictor_32x32_c | |
| 994 | |
| 995 void vpx_highbd_d63e_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); | |
| 996 #define vpx_highbd_d63e_predictor_4x4 vpx_highbd_d63e_predictor_4x4_c | |
| 997 | |
| 998 void vpx_highbd_d63e_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const ui
nt16_t *above, const uint16_t *left, int bd); | |
| 999 #define vpx_highbd_d63e_predictor_8x8 vpx_highbd_d63e_predictor_8x8_c | |
| 1000 | |
| 1001 void vpx_highbd_dc_128_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, cons
t uint16_t *above, const uint16_t *left, int bd); | 932 void vpx_highbd_dc_128_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, cons
t uint16_t *above, const uint16_t *left, int bd); |
| 1002 #define vpx_highbd_dc_128_predictor_16x16 vpx_highbd_dc_128_predictor_16x16_c | 933 #define vpx_highbd_dc_128_predictor_16x16 vpx_highbd_dc_128_predictor_16x16_c |
| 1003 | 934 |
| 1004 void vpx_highbd_dc_128_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, cons
t uint16_t *above, const uint16_t *left, int bd); | 935 void vpx_highbd_dc_128_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, cons
t uint16_t *above, const uint16_t *left, int bd); |
| 1005 #define vpx_highbd_dc_128_predictor_32x32 vpx_highbd_dc_128_predictor_32x32_c | 936 #define vpx_highbd_dc_128_predictor_32x32 vpx_highbd_dc_128_predictor_32x32_c |
| 1006 | 937 |
| 1007 void vpx_highbd_dc_128_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | 938 void vpx_highbd_dc_128_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); |
| 1008 #define vpx_highbd_dc_128_predictor_4x4 vpx_highbd_dc_128_predictor_4x4_c | 939 #define vpx_highbd_dc_128_predictor_4x4 vpx_highbd_dc_128_predictor_4x4_c |
| 1009 | 940 |
| 1010 void vpx_highbd_dc_128_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); | 941 void vpx_highbd_dc_128_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const
uint16_t *above, const uint16_t *left, int bd); |
| (...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2288 vpx_variance64x64 = vpx_variance64x64_sse2; | 2219 vpx_variance64x64 = vpx_variance64x64_sse2; |
| 2289 if (flags & HAS_AVX2) vpx_variance64x64 = vpx_variance64x64_avx2; | 2220 if (flags & HAS_AVX2) vpx_variance64x64 = vpx_variance64x64_avx2; |
| 2290 } | 2221 } |
| 2291 #endif | 2222 #endif |
| 2292 | 2223 |
| 2293 #ifdef __cplusplus | 2224 #ifdef __cplusplus |
| 2294 } // extern "C" | 2225 } // extern "C" |
| 2295 #endif | 2226 #endif |
| 2296 | 2227 |
| 2297 #endif | 2228 #endif |
| OLD | NEW |