/src/aom_build/config/aom_dsp_rtcd.h
Line | Count | Source (jump to first uncovered line) |
1 | | // This file is generated. Do not edit. |
2 | | #ifndef AOM_DSP_RTCD_H_ |
3 | | #define AOM_DSP_RTCD_H_ |
4 | | |
5 | | #ifdef RTCD_C |
6 | | #define RTCD_EXTERN |
7 | | #else |
8 | | #define RTCD_EXTERN extern |
9 | | #endif |
10 | | |
11 | | /* |
12 | | * DSP |
13 | | */ |
14 | | |
15 | | #include "aom/aom_integer.h" |
16 | | #include "aom_dsp/aom_dsp_common.h" |
17 | | #include "av1/common/enums.h" |
18 | | #include "av1/common/blockd.h" |
19 | | |
20 | | |
21 | | #ifdef __cplusplus |
22 | | extern "C" { |
23 | | #endif |
24 | | |
25 | | unsigned int aom_avg_4x4_c(const uint8_t *, int p); |
26 | 0 | #define aom_avg_4x4 aom_avg_4x4_c |
27 | | |
28 | | unsigned int aom_avg_8x8_c(const uint8_t *, int p); |
29 | 0 | #define aom_avg_8x8 aom_avg_8x8_c |
30 | | |
31 | | void aom_blend_a64_hmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h); |
32 | 156 | #define aom_blend_a64_hmask aom_blend_a64_hmask_c |
33 | | |
34 | | void aom_blend_a64_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subw, int subh); |
35 | 85 | #define aom_blend_a64_mask aom_blend_a64_mask_c |
36 | | |
37 | | void aom_blend_a64_vmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h); |
38 | 0 | #define aom_blend_a64_vmask aom_blend_a64_vmask_c |
39 | | |
40 | | void aom_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride); |
41 | 0 | #define aom_comp_avg_pred aom_comp_avg_pred_c |
42 | | |
43 | | void aom_comp_mask_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride, const uint8_t *mask, int mask_stride, int invert_mask); |
44 | 0 | #define aom_comp_mask_pred aom_comp_mask_pred_c |
45 | | |
46 | | void aom_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); |
47 | | #define aom_convolve8 aom_convolve8_c |
48 | | |
49 | | void aom_convolve8_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); |
50 | | #define aom_convolve8_horiz aom_convolve8_horiz_c |
51 | | |
52 | | void aom_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 *filter_y, int y_step_q4, int w, int h); |
53 | | #define aom_convolve8_vert aom_convolve8_vert_c |
54 | | |
55 | | void aom_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, int w, int h); |
56 | 56.1k | #define aom_convolve_copy aom_convolve_copy_c |
57 | | |
58 | | void aom_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
59 | 3 | #define aom_dc_128_predictor_16x16 aom_dc_128_predictor_16x16_c |
60 | | |
61 | | void aom_dc_128_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
62 | 3 | #define aom_dc_128_predictor_16x32 aom_dc_128_predictor_16x32_c |
63 | | |
64 | | void aom_dc_128_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
65 | 3 | #define aom_dc_128_predictor_16x4 aom_dc_128_predictor_16x4_c |
66 | | |
67 | | void aom_dc_128_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
68 | 3 | #define aom_dc_128_predictor_16x64 aom_dc_128_predictor_16x64_c |
69 | | |
70 | | void aom_dc_128_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
71 | 3 | #define aom_dc_128_predictor_16x8 aom_dc_128_predictor_16x8_c |
72 | | |
73 | | void aom_dc_128_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
74 | | #define aom_dc_128_predictor_2x2 aom_dc_128_predictor_2x2_c |
75 | | |
76 | | void aom_dc_128_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
77 | 3 | #define aom_dc_128_predictor_32x16 aom_dc_128_predictor_32x16_c |
78 | | |
79 | | void aom_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
80 | 3 | #define aom_dc_128_predictor_32x32 aom_dc_128_predictor_32x32_c |
81 | | |
82 | | void aom_dc_128_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
83 | 3 | #define aom_dc_128_predictor_32x64 aom_dc_128_predictor_32x64_c |
84 | | |
85 | | void aom_dc_128_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
86 | 3 | #define aom_dc_128_predictor_32x8 aom_dc_128_predictor_32x8_c |
87 | | |
88 | | void aom_dc_128_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
89 | 3 | #define aom_dc_128_predictor_4x16 aom_dc_128_predictor_4x16_c |
90 | | |
91 | | void aom_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
92 | 3 | #define aom_dc_128_predictor_4x4 aom_dc_128_predictor_4x4_c |
93 | | |
94 | | void aom_dc_128_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
95 | 3 | #define aom_dc_128_predictor_4x8 aom_dc_128_predictor_4x8_c |
96 | | |
97 | | void aom_dc_128_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
98 | 3 | #define aom_dc_128_predictor_64x16 aom_dc_128_predictor_64x16_c |
99 | | |
100 | | void aom_dc_128_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
101 | 3 | #define aom_dc_128_predictor_64x32 aom_dc_128_predictor_64x32_c |
102 | | |
103 | | void aom_dc_128_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
104 | 3 | #define aom_dc_128_predictor_64x64 aom_dc_128_predictor_64x64_c |
105 | | |
106 | | void aom_dc_128_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
107 | 3 | #define aom_dc_128_predictor_8x16 aom_dc_128_predictor_8x16_c |
108 | | |
109 | | void aom_dc_128_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
110 | 3 | #define aom_dc_128_predictor_8x32 aom_dc_128_predictor_8x32_c |
111 | | |
112 | | void aom_dc_128_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
113 | 3 | #define aom_dc_128_predictor_8x4 aom_dc_128_predictor_8x4_c |
114 | | |
115 | | void aom_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
116 | 3 | #define aom_dc_128_predictor_8x8 aom_dc_128_predictor_8x8_c |
117 | | |
118 | | void aom_dc_left_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
119 | 3 | #define aom_dc_left_predictor_16x16 aom_dc_left_predictor_16x16_c |
120 | | |
121 | | void aom_dc_left_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
122 | 3 | #define aom_dc_left_predictor_16x32 aom_dc_left_predictor_16x32_c |
123 | | |
124 | | void aom_dc_left_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
125 | 3 | #define aom_dc_left_predictor_16x4 aom_dc_left_predictor_16x4_c |
126 | | |
127 | | void aom_dc_left_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
128 | 3 | #define aom_dc_left_predictor_16x64 aom_dc_left_predictor_16x64_c |
129 | | |
130 | | void aom_dc_left_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
131 | 3 | #define aom_dc_left_predictor_16x8 aom_dc_left_predictor_16x8_c |
132 | | |
133 | | void aom_dc_left_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
134 | | #define aom_dc_left_predictor_2x2 aom_dc_left_predictor_2x2_c |
135 | | |
136 | | void aom_dc_left_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
137 | 3 | #define aom_dc_left_predictor_32x16 aom_dc_left_predictor_32x16_c |
138 | | |
139 | | void aom_dc_left_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
140 | 3 | #define aom_dc_left_predictor_32x32 aom_dc_left_predictor_32x32_c |
141 | | |
142 | | void aom_dc_left_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
143 | 3 | #define aom_dc_left_predictor_32x64 aom_dc_left_predictor_32x64_c |
144 | | |
145 | | void aom_dc_left_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
146 | 3 | #define aom_dc_left_predictor_32x8 aom_dc_left_predictor_32x8_c |
147 | | |
148 | | void aom_dc_left_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
149 | 3 | #define aom_dc_left_predictor_4x16 aom_dc_left_predictor_4x16_c |
150 | | |
151 | | void aom_dc_left_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
152 | 3 | #define aom_dc_left_predictor_4x4 aom_dc_left_predictor_4x4_c |
153 | | |
154 | | void aom_dc_left_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
155 | 3 | #define aom_dc_left_predictor_4x8 aom_dc_left_predictor_4x8_c |
156 | | |
157 | | void aom_dc_left_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
158 | 3 | #define aom_dc_left_predictor_64x16 aom_dc_left_predictor_64x16_c |
159 | | |
160 | | void aom_dc_left_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
161 | 3 | #define aom_dc_left_predictor_64x32 aom_dc_left_predictor_64x32_c |
162 | | |
163 | | void aom_dc_left_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
164 | 3 | #define aom_dc_left_predictor_64x64 aom_dc_left_predictor_64x64_c |
165 | | |
166 | | void aom_dc_left_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
167 | 3 | #define aom_dc_left_predictor_8x16 aom_dc_left_predictor_8x16_c |
168 | | |
169 | | void aom_dc_left_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
170 | 3 | #define aom_dc_left_predictor_8x32 aom_dc_left_predictor_8x32_c |
171 | | |
172 | | void aom_dc_left_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
173 | 3 | #define aom_dc_left_predictor_8x4 aom_dc_left_predictor_8x4_c |
174 | | |
175 | | void aom_dc_left_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
176 | 3 | #define aom_dc_left_predictor_8x8 aom_dc_left_predictor_8x8_c |
177 | | |
178 | | void aom_dc_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
179 | 3 | #define aom_dc_predictor_16x16 aom_dc_predictor_16x16_c |
180 | | |
181 | | void aom_dc_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
182 | 3 | #define aom_dc_predictor_16x32 aom_dc_predictor_16x32_c |
183 | | |
184 | | void aom_dc_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
185 | 3 | #define aom_dc_predictor_16x4 aom_dc_predictor_16x4_c |
186 | | |
187 | | void aom_dc_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
188 | 3 | #define aom_dc_predictor_16x64 aom_dc_predictor_16x64_c |
189 | | |
190 | | void aom_dc_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
191 | 3 | #define aom_dc_predictor_16x8 aom_dc_predictor_16x8_c |
192 | | |
193 | | void aom_dc_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
194 | | #define aom_dc_predictor_2x2 aom_dc_predictor_2x2_c |
195 | | |
196 | | void aom_dc_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
197 | 3 | #define aom_dc_predictor_32x16 aom_dc_predictor_32x16_c |
198 | | |
199 | | void aom_dc_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
200 | 3 | #define aom_dc_predictor_32x32 aom_dc_predictor_32x32_c |
201 | | |
202 | | void aom_dc_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
203 | 3 | #define aom_dc_predictor_32x64 aom_dc_predictor_32x64_c |
204 | | |
205 | | void aom_dc_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
206 | 3 | #define aom_dc_predictor_32x8 aom_dc_predictor_32x8_c |
207 | | |
208 | | void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
209 | 3 | #define aom_dc_predictor_4x16 aom_dc_predictor_4x16_c |
210 | | |
211 | | void aom_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
212 | 3 | #define aom_dc_predictor_4x4 aom_dc_predictor_4x4_c |
213 | | |
214 | | void aom_dc_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
215 | 3 | #define aom_dc_predictor_4x8 aom_dc_predictor_4x8_c |
216 | | |
217 | | void aom_dc_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
218 | 3 | #define aom_dc_predictor_64x16 aom_dc_predictor_64x16_c |
219 | | |
220 | | void aom_dc_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
221 | 3 | #define aom_dc_predictor_64x32 aom_dc_predictor_64x32_c |
222 | | |
223 | | void aom_dc_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
224 | 3 | #define aom_dc_predictor_64x64 aom_dc_predictor_64x64_c |
225 | | |
226 | | void aom_dc_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
227 | 3 | #define aom_dc_predictor_8x16 aom_dc_predictor_8x16_c |
228 | | |
229 | | void aom_dc_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
230 | 3 | #define aom_dc_predictor_8x32 aom_dc_predictor_8x32_c |
231 | | |
232 | | void aom_dc_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
233 | 3 | #define aom_dc_predictor_8x4 aom_dc_predictor_8x4_c |
234 | | |
235 | | void aom_dc_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
236 | 3 | #define aom_dc_predictor_8x8 aom_dc_predictor_8x8_c |
237 | | |
238 | | void aom_dc_top_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
239 | 3 | #define aom_dc_top_predictor_16x16 aom_dc_top_predictor_16x16_c |
240 | | |
241 | | void aom_dc_top_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
242 | 3 | #define aom_dc_top_predictor_16x32 aom_dc_top_predictor_16x32_c |
243 | | |
244 | | void aom_dc_top_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
245 | 3 | #define aom_dc_top_predictor_16x4 aom_dc_top_predictor_16x4_c |
246 | | |
247 | | void aom_dc_top_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
248 | 3 | #define aom_dc_top_predictor_16x64 aom_dc_top_predictor_16x64_c |
249 | | |
250 | | void aom_dc_top_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
251 | 3 | #define aom_dc_top_predictor_16x8 aom_dc_top_predictor_16x8_c |
252 | | |
253 | | void aom_dc_top_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
254 | | #define aom_dc_top_predictor_2x2 aom_dc_top_predictor_2x2_c |
255 | | |
256 | | void aom_dc_top_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
257 | 3 | #define aom_dc_top_predictor_32x16 aom_dc_top_predictor_32x16_c |
258 | | |
259 | | void aom_dc_top_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
260 | 3 | #define aom_dc_top_predictor_32x32 aom_dc_top_predictor_32x32_c |
261 | | |
262 | | void aom_dc_top_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
263 | 3 | #define aom_dc_top_predictor_32x64 aom_dc_top_predictor_32x64_c |
264 | | |
265 | | void aom_dc_top_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
266 | 3 | #define aom_dc_top_predictor_32x8 aom_dc_top_predictor_32x8_c |
267 | | |
268 | | void aom_dc_top_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
269 | 3 | #define aom_dc_top_predictor_4x16 aom_dc_top_predictor_4x16_c |
270 | | |
271 | | void aom_dc_top_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
272 | 3 | #define aom_dc_top_predictor_4x4 aom_dc_top_predictor_4x4_c |
273 | | |
274 | | void aom_dc_top_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
275 | 3 | #define aom_dc_top_predictor_4x8 aom_dc_top_predictor_4x8_c |
276 | | |
277 | | void aom_dc_top_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
278 | 3 | #define aom_dc_top_predictor_64x16 aom_dc_top_predictor_64x16_c |
279 | | |
280 | | void aom_dc_top_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
281 | 3 | #define aom_dc_top_predictor_64x32 aom_dc_top_predictor_64x32_c |
282 | | |
283 | | void aom_dc_top_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
284 | 3 | #define aom_dc_top_predictor_64x64 aom_dc_top_predictor_64x64_c |
285 | | |
286 | | void aom_dc_top_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
287 | 3 | #define aom_dc_top_predictor_8x16 aom_dc_top_predictor_8x16_c |
288 | | |
289 | | void aom_dc_top_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
290 | 3 | #define aom_dc_top_predictor_8x32 aom_dc_top_predictor_8x32_c |
291 | | |
292 | | void aom_dc_top_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
293 | 3 | #define aom_dc_top_predictor_8x4 aom_dc_top_predictor_8x4_c |
294 | | |
295 | | void aom_dc_top_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
296 | 3 | #define aom_dc_top_predictor_8x8 aom_dc_top_predictor_8x8_c |
297 | | |
298 | | void aom_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param); |
299 | 0 | #define aom_dist_wtd_comp_avg_pred aom_dist_wtd_comp_avg_pred_c |
300 | | |
301 | | unsigned int aom_dist_wtd_sad128x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
302 | | #define aom_dist_wtd_sad128x128_avg aom_dist_wtd_sad128x128_avg_c |
303 | | |
304 | | unsigned int aom_dist_wtd_sad128x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
305 | | #define aom_dist_wtd_sad128x64_avg aom_dist_wtd_sad128x64_avg_c |
306 | | |
307 | | unsigned int aom_dist_wtd_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
308 | | #define aom_dist_wtd_sad16x16_avg aom_dist_wtd_sad16x16_avg_c |
309 | | |
310 | | unsigned int aom_dist_wtd_sad16x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
311 | | #define aom_dist_wtd_sad16x32_avg aom_dist_wtd_sad16x32_avg_c |
312 | | |
313 | | unsigned int aom_dist_wtd_sad16x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
314 | | #define aom_dist_wtd_sad16x4_avg aom_dist_wtd_sad16x4_avg_c |
315 | | |
316 | | unsigned int aom_dist_wtd_sad16x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
317 | | #define aom_dist_wtd_sad16x64_avg aom_dist_wtd_sad16x64_avg_c |
318 | | |
319 | | unsigned int aom_dist_wtd_sad16x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
320 | | #define aom_dist_wtd_sad16x8_avg aom_dist_wtd_sad16x8_avg_c |
321 | | |
322 | | unsigned int aom_dist_wtd_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
323 | | #define aom_dist_wtd_sad32x16_avg aom_dist_wtd_sad32x16_avg_c |
324 | | |
325 | | unsigned int aom_dist_wtd_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
326 | | #define aom_dist_wtd_sad32x32_avg aom_dist_wtd_sad32x32_avg_c |
327 | | |
328 | | unsigned int aom_dist_wtd_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
329 | | #define aom_dist_wtd_sad32x64_avg aom_dist_wtd_sad32x64_avg_c |
330 | | |
331 | | unsigned int aom_dist_wtd_sad32x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
332 | | #define aom_dist_wtd_sad32x8_avg aom_dist_wtd_sad32x8_avg_c |
333 | | |
334 | | unsigned int aom_dist_wtd_sad4x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
335 | | #define aom_dist_wtd_sad4x16_avg aom_dist_wtd_sad4x16_avg_c |
336 | | |
337 | | unsigned int aom_dist_wtd_sad4x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
338 | | #define aom_dist_wtd_sad4x4_avg aom_dist_wtd_sad4x4_avg_c |
339 | | |
340 | | unsigned int aom_dist_wtd_sad4x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
341 | | #define aom_dist_wtd_sad4x8_avg aom_dist_wtd_sad4x8_avg_c |
342 | | |
343 | | unsigned int aom_dist_wtd_sad64x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
344 | | #define aom_dist_wtd_sad64x128_avg aom_dist_wtd_sad64x128_avg_c |
345 | | |
346 | | unsigned int aom_dist_wtd_sad64x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
347 | | #define aom_dist_wtd_sad64x16_avg aom_dist_wtd_sad64x16_avg_c |
348 | | |
349 | | unsigned int aom_dist_wtd_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
350 | | #define aom_dist_wtd_sad64x32_avg aom_dist_wtd_sad64x32_avg_c |
351 | | |
352 | | unsigned int aom_dist_wtd_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
353 | | #define aom_dist_wtd_sad64x64_avg aom_dist_wtd_sad64x64_avg_c |
354 | | |
355 | | unsigned int aom_dist_wtd_sad8x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
356 | | #define aom_dist_wtd_sad8x16_avg aom_dist_wtd_sad8x16_avg_c |
357 | | |
358 | | unsigned int aom_dist_wtd_sad8x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
359 | | #define aom_dist_wtd_sad8x32_avg aom_dist_wtd_sad8x32_avg_c |
360 | | |
361 | | unsigned int aom_dist_wtd_sad8x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
362 | | #define aom_dist_wtd_sad8x4_avg aom_dist_wtd_sad8x4_avg_c |
363 | | |
364 | | unsigned int aom_dist_wtd_sad8x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
365 | | #define aom_dist_wtd_sad8x8_avg aom_dist_wtd_sad8x8_avg_c |
366 | | |
367 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
368 | | #define aom_dist_wtd_sub_pixel_avg_variance128x128 aom_dist_wtd_sub_pixel_avg_variance128x128_c |
369 | | |
370 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
371 | | #define aom_dist_wtd_sub_pixel_avg_variance128x64 aom_dist_wtd_sub_pixel_avg_variance128x64_c |
372 | | |
373 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
374 | | #define aom_dist_wtd_sub_pixel_avg_variance16x16 aom_dist_wtd_sub_pixel_avg_variance16x16_c |
375 | | |
376 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
377 | | #define aom_dist_wtd_sub_pixel_avg_variance16x32 aom_dist_wtd_sub_pixel_avg_variance16x32_c |
378 | | |
379 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
380 | | #define aom_dist_wtd_sub_pixel_avg_variance16x4 aom_dist_wtd_sub_pixel_avg_variance16x4_c |
381 | | |
382 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
383 | | #define aom_dist_wtd_sub_pixel_avg_variance16x64 aom_dist_wtd_sub_pixel_avg_variance16x64_c |
384 | | |
385 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
386 | | #define aom_dist_wtd_sub_pixel_avg_variance16x8 aom_dist_wtd_sub_pixel_avg_variance16x8_c |
387 | | |
388 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
389 | | #define aom_dist_wtd_sub_pixel_avg_variance32x16 aom_dist_wtd_sub_pixel_avg_variance32x16_c |
390 | | |
391 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
392 | | #define aom_dist_wtd_sub_pixel_avg_variance32x32 aom_dist_wtd_sub_pixel_avg_variance32x32_c |
393 | | |
394 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
395 | | #define aom_dist_wtd_sub_pixel_avg_variance32x64 aom_dist_wtd_sub_pixel_avg_variance32x64_c |
396 | | |
397 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
398 | | #define aom_dist_wtd_sub_pixel_avg_variance32x8 aom_dist_wtd_sub_pixel_avg_variance32x8_c |
399 | | |
400 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
401 | | #define aom_dist_wtd_sub_pixel_avg_variance4x16 aom_dist_wtd_sub_pixel_avg_variance4x16_c |
402 | | |
403 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
404 | | #define aom_dist_wtd_sub_pixel_avg_variance4x4 aom_dist_wtd_sub_pixel_avg_variance4x4_c |
405 | | |
406 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
407 | | #define aom_dist_wtd_sub_pixel_avg_variance4x8 aom_dist_wtd_sub_pixel_avg_variance4x8_c |
408 | | |
409 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
410 | | #define aom_dist_wtd_sub_pixel_avg_variance64x128 aom_dist_wtd_sub_pixel_avg_variance64x128_c |
411 | | |
412 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
413 | | #define aom_dist_wtd_sub_pixel_avg_variance64x16 aom_dist_wtd_sub_pixel_avg_variance64x16_c |
414 | | |
415 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
416 | | #define aom_dist_wtd_sub_pixel_avg_variance64x32 aom_dist_wtd_sub_pixel_avg_variance64x32_c |
417 | | |
418 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
419 | | #define aom_dist_wtd_sub_pixel_avg_variance64x64 aom_dist_wtd_sub_pixel_avg_variance64x64_c |
420 | | |
421 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
422 | | #define aom_dist_wtd_sub_pixel_avg_variance8x16 aom_dist_wtd_sub_pixel_avg_variance8x16_c |
423 | | |
424 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
425 | | #define aom_dist_wtd_sub_pixel_avg_variance8x32 aom_dist_wtd_sub_pixel_avg_variance8x32_c |
426 | | |
427 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
428 | | #define aom_dist_wtd_sub_pixel_avg_variance8x4 aom_dist_wtd_sub_pixel_avg_variance8x4_c |
429 | | |
430 | | uint32_t aom_dist_wtd_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS *jcp_param); |
431 | | #define aom_dist_wtd_sub_pixel_avg_variance8x8 aom_dist_wtd_sub_pixel_avg_variance8x8_c |
432 | | |
433 | | void aom_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); |
434 | 0 | #define aom_fdct4x4 aom_fdct4x4_c |
435 | | |
436 | | void aom_fdct4x4_lp_c(const int16_t *input, int16_t *output, int stride); |
437 | 0 | #define aom_fdct4x4_lp aom_fdct4x4_lp_c |
438 | | |
439 | | void aom_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); |
440 | | #define aom_fdct8x8 aom_fdct8x8_c |
441 | | |
442 | | void aom_fft16x16_float_c(const float *input, float *temp, float *output); |
443 | 0 | #define aom_fft16x16_float aom_fft16x16_float_c |
444 | | |
445 | | void aom_fft2x2_float_c(const float *input, float *temp, float *output); |
446 | 0 | #define aom_fft2x2_float aom_fft2x2_float_c |
447 | | |
448 | | void aom_fft32x32_float_c(const float *input, float *temp, float *output); |
449 | 0 | #define aom_fft32x32_float aom_fft32x32_float_c |
450 | | |
451 | | void aom_fft4x4_float_c(const float *input, float *temp, float *output); |
452 | 0 | #define aom_fft4x4_float aom_fft4x4_float_c |
453 | | |
454 | | void aom_fft8x8_float_c(const float *input, float *temp, float *output); |
455 | 0 | #define aom_fft8x8_float aom_fft8x8_float_c |
456 | | |
457 | | void aom_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
458 | | #define aom_get16x16var aom_get16x16var_c |
459 | | |
460 | | unsigned int aom_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); |
461 | | #define aom_get4x4sse_cs aom_get4x4sse_cs_c |
462 | | |
463 | | void aom_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
464 | 0 | #define aom_get8x8var aom_get8x8var_c |
465 | | |
466 | | void aom_get_blk_sse_sum_c(const int16_t *data, int stride, int bw, int bh, int *x_sum, int64_t *x2_sum); |
467 | 0 | #define aom_get_blk_sse_sum aom_get_blk_sse_sum_c |
468 | | |
469 | | unsigned int aom_get_mb_ss_c(const int16_t *); |
470 | 0 | #define aom_get_mb_ss aom_get_mb_ss_c |
471 | | |
472 | | void aom_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
473 | 3 | #define aom_h_predictor_16x16 aom_h_predictor_16x16_c |
474 | | |
475 | | void aom_h_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
476 | 3 | #define aom_h_predictor_16x32 aom_h_predictor_16x32_c |
477 | | |
478 | | void aom_h_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
479 | 3 | #define aom_h_predictor_16x4 aom_h_predictor_16x4_c |
480 | | |
481 | | void aom_h_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
482 | 3 | #define aom_h_predictor_16x64 aom_h_predictor_16x64_c |
483 | | |
484 | | void aom_h_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
485 | 3 | #define aom_h_predictor_16x8 aom_h_predictor_16x8_c |
486 | | |
487 | | void aom_h_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
488 | | #define aom_h_predictor_2x2 aom_h_predictor_2x2_c |
489 | | |
490 | | void aom_h_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
491 | 3 | #define aom_h_predictor_32x16 aom_h_predictor_32x16_c |
492 | | |
493 | | void aom_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
494 | 3 | #define aom_h_predictor_32x32 aom_h_predictor_32x32_c |
495 | | |
496 | | void aom_h_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
497 | 3 | #define aom_h_predictor_32x64 aom_h_predictor_32x64_c |
498 | | |
499 | | void aom_h_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
500 | 3 | #define aom_h_predictor_32x8 aom_h_predictor_32x8_c |
501 | | |
502 | | void aom_h_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
503 | 3 | #define aom_h_predictor_4x16 aom_h_predictor_4x16_c |
504 | | |
505 | | void aom_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
506 | 3 | #define aom_h_predictor_4x4 aom_h_predictor_4x4_c |
507 | | |
508 | | void aom_h_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
509 | 3 | #define aom_h_predictor_4x8 aom_h_predictor_4x8_c |
510 | | |
511 | | void aom_h_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
512 | 3 | #define aom_h_predictor_64x16 aom_h_predictor_64x16_c |
513 | | |
514 | | void aom_h_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
515 | 3 | #define aom_h_predictor_64x32 aom_h_predictor_64x32_c |
516 | | |
517 | | void aom_h_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
518 | 3 | #define aom_h_predictor_64x64 aom_h_predictor_64x64_c |
519 | | |
520 | | void aom_h_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
521 | 3 | #define aom_h_predictor_8x16 aom_h_predictor_8x16_c |
522 | | |
523 | | void aom_h_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
524 | 3 | #define aom_h_predictor_8x32 aom_h_predictor_8x32_c |
525 | | |
526 | | void aom_h_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
527 | 3 | #define aom_h_predictor_8x4 aom_h_predictor_8x4_c |
528 | | |
529 | | void aom_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
530 | 3 | #define aom_h_predictor_8x8 aom_h_predictor_8x8_c |
531 | | |
532 | | void aom_hadamard_16x16_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
533 | 0 | #define aom_hadamard_16x16 aom_hadamard_16x16_c |
534 | | |
535 | | void aom_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
536 | 0 | #define aom_hadamard_32x32 aom_hadamard_32x32_c |
537 | | |
538 | | void aom_hadamard_4x4_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
539 | 0 | #define aom_hadamard_4x4 aom_hadamard_4x4_c |
540 | | |
541 | | void aom_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
542 | 0 | #define aom_hadamard_8x8 aom_hadamard_8x8_c |
543 | | |
544 | | void aom_hadamard_lp_16x16_c(const int16_t *src_diff, ptrdiff_t src_stride, int16_t *coeff); |
545 | 0 | #define aom_hadamard_lp_16x16 aom_hadamard_lp_16x16_c |
546 | | |
547 | | void aom_hadamard_lp_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, int16_t *coeff); |
548 | 0 | #define aom_hadamard_lp_8x8 aom_hadamard_lp_8x8_c |
549 | | |
550 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
551 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance128x128 aom_highbd_10_dist_wtd_sub_pixel_avg_variance128x128_c |
552 | | |
553 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
554 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance128x64 aom_highbd_10_dist_wtd_sub_pixel_avg_variance128x64_c |
555 | | |
556 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
557 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x16 aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x16_c |
558 | | |
559 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
560 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x32 aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x32_c |
561 | | |
562 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
563 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x4 aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x4_c |
564 | | |
565 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
566 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x64 aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x64_c |
567 | | |
568 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
569 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x8 aom_highbd_10_dist_wtd_sub_pixel_avg_variance16x8_c |
570 | | |
571 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
572 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x16 aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x16_c |
573 | | |
574 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
575 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x32 aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x32_c |
576 | | |
577 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
578 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x64 aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x64_c |
579 | | |
580 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
581 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x8 aom_highbd_10_dist_wtd_sub_pixel_avg_variance32x8_c |
582 | | |
583 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
584 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x16 aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x16_c |
585 | | |
586 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
587 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x4 aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x4_c |
588 | | |
589 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
590 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x8 aom_highbd_10_dist_wtd_sub_pixel_avg_variance4x8_c |
591 | | |
592 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
593 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x128 aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x128_c |
594 | | |
595 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
596 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x16 aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x16_c |
597 | | |
598 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
599 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x32 aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x32_c |
600 | | |
601 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
602 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x64 aom_highbd_10_dist_wtd_sub_pixel_avg_variance64x64_c |
603 | | |
604 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
605 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x16 aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x16_c |
606 | | |
607 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
608 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x32 aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x32_c |
609 | | |
610 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
611 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x4 aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x4_c |
612 | | |
613 | | uint32_t aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
614 | | #define aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x8 aom_highbd_10_dist_wtd_sub_pixel_avg_variance8x8_c |
615 | | |
616 | | void aom_highbd_10_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
617 | | #define aom_highbd_10_get16x16var aom_highbd_10_get16x16var_c |
618 | | |
619 | | void aom_highbd_10_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
620 | | #define aom_highbd_10_get8x8var aom_highbd_10_get8x8var_c |
621 | | |
622 | | unsigned int aom_highbd_10_masked_sub_pixel_variance128x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
623 | | #define aom_highbd_10_masked_sub_pixel_variance128x128 aom_highbd_10_masked_sub_pixel_variance128x128_c |
624 | | |
625 | | unsigned int aom_highbd_10_masked_sub_pixel_variance128x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
626 | | #define aom_highbd_10_masked_sub_pixel_variance128x64 aom_highbd_10_masked_sub_pixel_variance128x64_c |
627 | | |
628 | | unsigned int aom_highbd_10_masked_sub_pixel_variance16x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
629 | | #define aom_highbd_10_masked_sub_pixel_variance16x16 aom_highbd_10_masked_sub_pixel_variance16x16_c |
630 | | |
631 | | unsigned int aom_highbd_10_masked_sub_pixel_variance16x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
632 | | #define aom_highbd_10_masked_sub_pixel_variance16x32 aom_highbd_10_masked_sub_pixel_variance16x32_c |
633 | | |
634 | | unsigned int aom_highbd_10_masked_sub_pixel_variance16x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
635 | | #define aom_highbd_10_masked_sub_pixel_variance16x4 aom_highbd_10_masked_sub_pixel_variance16x4_c |
636 | | |
637 | | unsigned int aom_highbd_10_masked_sub_pixel_variance16x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
638 | | #define aom_highbd_10_masked_sub_pixel_variance16x64 aom_highbd_10_masked_sub_pixel_variance16x64_c |
639 | | |
640 | | unsigned int aom_highbd_10_masked_sub_pixel_variance16x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
641 | | #define aom_highbd_10_masked_sub_pixel_variance16x8 aom_highbd_10_masked_sub_pixel_variance16x8_c |
642 | | |
643 | | unsigned int aom_highbd_10_masked_sub_pixel_variance32x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
644 | | #define aom_highbd_10_masked_sub_pixel_variance32x16 aom_highbd_10_masked_sub_pixel_variance32x16_c |
645 | | |
646 | | unsigned int aom_highbd_10_masked_sub_pixel_variance32x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
647 | | #define aom_highbd_10_masked_sub_pixel_variance32x32 aom_highbd_10_masked_sub_pixel_variance32x32_c |
648 | | |
649 | | unsigned int aom_highbd_10_masked_sub_pixel_variance32x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
650 | | #define aom_highbd_10_masked_sub_pixel_variance32x64 aom_highbd_10_masked_sub_pixel_variance32x64_c |
651 | | |
652 | | unsigned int aom_highbd_10_masked_sub_pixel_variance32x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
653 | | #define aom_highbd_10_masked_sub_pixel_variance32x8 aom_highbd_10_masked_sub_pixel_variance32x8_c |
654 | | |
655 | | unsigned int aom_highbd_10_masked_sub_pixel_variance4x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
656 | | #define aom_highbd_10_masked_sub_pixel_variance4x16 aom_highbd_10_masked_sub_pixel_variance4x16_c |
657 | | |
658 | | unsigned int aom_highbd_10_masked_sub_pixel_variance4x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
659 | | #define aom_highbd_10_masked_sub_pixel_variance4x4 aom_highbd_10_masked_sub_pixel_variance4x4_c |
660 | | |
661 | | unsigned int aom_highbd_10_masked_sub_pixel_variance4x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
662 | | #define aom_highbd_10_masked_sub_pixel_variance4x8 aom_highbd_10_masked_sub_pixel_variance4x8_c |
663 | | |
664 | | unsigned int aom_highbd_10_masked_sub_pixel_variance64x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
665 | | #define aom_highbd_10_masked_sub_pixel_variance64x128 aom_highbd_10_masked_sub_pixel_variance64x128_c |
666 | | |
667 | | unsigned int aom_highbd_10_masked_sub_pixel_variance64x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
668 | | #define aom_highbd_10_masked_sub_pixel_variance64x16 aom_highbd_10_masked_sub_pixel_variance64x16_c |
669 | | |
670 | | unsigned int aom_highbd_10_masked_sub_pixel_variance64x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
671 | | #define aom_highbd_10_masked_sub_pixel_variance64x32 aom_highbd_10_masked_sub_pixel_variance64x32_c |
672 | | |
673 | | unsigned int aom_highbd_10_masked_sub_pixel_variance64x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
674 | | #define aom_highbd_10_masked_sub_pixel_variance64x64 aom_highbd_10_masked_sub_pixel_variance64x64_c |
675 | | |
676 | | unsigned int aom_highbd_10_masked_sub_pixel_variance8x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
677 | | #define aom_highbd_10_masked_sub_pixel_variance8x16 aom_highbd_10_masked_sub_pixel_variance8x16_c |
678 | | |
679 | | unsigned int aom_highbd_10_masked_sub_pixel_variance8x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
680 | | #define aom_highbd_10_masked_sub_pixel_variance8x32 aom_highbd_10_masked_sub_pixel_variance8x32_c |
681 | | |
682 | | unsigned int aom_highbd_10_masked_sub_pixel_variance8x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
683 | | #define aom_highbd_10_masked_sub_pixel_variance8x4 aom_highbd_10_masked_sub_pixel_variance8x4_c |
684 | | |
685 | | unsigned int aom_highbd_10_masked_sub_pixel_variance8x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
686 | | #define aom_highbd_10_masked_sub_pixel_variance8x8 aom_highbd_10_masked_sub_pixel_variance8x8_c |
687 | | |
688 | | unsigned int aom_highbd_10_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
689 | 0 | #define aom_highbd_10_mse16x16 aom_highbd_10_mse16x16_c |
690 | | |
691 | | unsigned int aom_highbd_10_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
692 | 0 | #define aom_highbd_10_mse16x8 aom_highbd_10_mse16x8_c |
693 | | |
694 | | unsigned int aom_highbd_10_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
695 | 0 | #define aom_highbd_10_mse8x16 aom_highbd_10_mse8x16_c |
696 | | |
697 | | unsigned int aom_highbd_10_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
698 | 0 | #define aom_highbd_10_mse8x8 aom_highbd_10_mse8x8_c |
699 | | |
700 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance128x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
701 | | #define aom_highbd_10_obmc_sub_pixel_variance128x128 aom_highbd_10_obmc_sub_pixel_variance128x128_c |
702 | | |
703 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance128x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
704 | | #define aom_highbd_10_obmc_sub_pixel_variance128x64 aom_highbd_10_obmc_sub_pixel_variance128x64_c |
705 | | |
706 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance16x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
707 | | #define aom_highbd_10_obmc_sub_pixel_variance16x16 aom_highbd_10_obmc_sub_pixel_variance16x16_c |
708 | | |
709 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance16x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
710 | | #define aom_highbd_10_obmc_sub_pixel_variance16x32 aom_highbd_10_obmc_sub_pixel_variance16x32_c |
711 | | |
712 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance16x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
713 | | #define aom_highbd_10_obmc_sub_pixel_variance16x4 aom_highbd_10_obmc_sub_pixel_variance16x4_c |
714 | | |
715 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance16x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
716 | | #define aom_highbd_10_obmc_sub_pixel_variance16x64 aom_highbd_10_obmc_sub_pixel_variance16x64_c |
717 | | |
718 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance16x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
719 | | #define aom_highbd_10_obmc_sub_pixel_variance16x8 aom_highbd_10_obmc_sub_pixel_variance16x8_c |
720 | | |
721 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance32x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
722 | | #define aom_highbd_10_obmc_sub_pixel_variance32x16 aom_highbd_10_obmc_sub_pixel_variance32x16_c |
723 | | |
724 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance32x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
725 | | #define aom_highbd_10_obmc_sub_pixel_variance32x32 aom_highbd_10_obmc_sub_pixel_variance32x32_c |
726 | | |
727 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance32x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
728 | | #define aom_highbd_10_obmc_sub_pixel_variance32x64 aom_highbd_10_obmc_sub_pixel_variance32x64_c |
729 | | |
730 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance32x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
731 | | #define aom_highbd_10_obmc_sub_pixel_variance32x8 aom_highbd_10_obmc_sub_pixel_variance32x8_c |
732 | | |
733 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance4x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
734 | | #define aom_highbd_10_obmc_sub_pixel_variance4x16 aom_highbd_10_obmc_sub_pixel_variance4x16_c |
735 | | |
736 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance4x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
737 | | #define aom_highbd_10_obmc_sub_pixel_variance4x4 aom_highbd_10_obmc_sub_pixel_variance4x4_c |
738 | | |
739 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance4x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
740 | | #define aom_highbd_10_obmc_sub_pixel_variance4x8 aom_highbd_10_obmc_sub_pixel_variance4x8_c |
741 | | |
742 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance64x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
743 | | #define aom_highbd_10_obmc_sub_pixel_variance64x128 aom_highbd_10_obmc_sub_pixel_variance64x128_c |
744 | | |
745 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance64x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
746 | | #define aom_highbd_10_obmc_sub_pixel_variance64x16 aom_highbd_10_obmc_sub_pixel_variance64x16_c |
747 | | |
748 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance64x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
749 | | #define aom_highbd_10_obmc_sub_pixel_variance64x32 aom_highbd_10_obmc_sub_pixel_variance64x32_c |
750 | | |
751 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance64x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
752 | | #define aom_highbd_10_obmc_sub_pixel_variance64x64 aom_highbd_10_obmc_sub_pixel_variance64x64_c |
753 | | |
754 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance8x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
755 | | #define aom_highbd_10_obmc_sub_pixel_variance8x16 aom_highbd_10_obmc_sub_pixel_variance8x16_c |
756 | | |
757 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance8x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
758 | | #define aom_highbd_10_obmc_sub_pixel_variance8x32 aom_highbd_10_obmc_sub_pixel_variance8x32_c |
759 | | |
760 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance8x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
761 | | #define aom_highbd_10_obmc_sub_pixel_variance8x4 aom_highbd_10_obmc_sub_pixel_variance8x4_c |
762 | | |
763 | | unsigned int aom_highbd_10_obmc_sub_pixel_variance8x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
764 | | #define aom_highbd_10_obmc_sub_pixel_variance8x8 aom_highbd_10_obmc_sub_pixel_variance8x8_c |
765 | | |
766 | | unsigned int aom_highbd_10_obmc_variance128x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
767 | | #define aom_highbd_10_obmc_variance128x128 aom_highbd_10_obmc_variance128x128_c |
768 | | |
769 | | unsigned int aom_highbd_10_obmc_variance128x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
770 | | #define aom_highbd_10_obmc_variance128x64 aom_highbd_10_obmc_variance128x64_c |
771 | | |
772 | | unsigned int aom_highbd_10_obmc_variance16x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
773 | | #define aom_highbd_10_obmc_variance16x16 aom_highbd_10_obmc_variance16x16_c |
774 | | |
775 | | unsigned int aom_highbd_10_obmc_variance16x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
776 | | #define aom_highbd_10_obmc_variance16x32 aom_highbd_10_obmc_variance16x32_c |
777 | | |
778 | | unsigned int aom_highbd_10_obmc_variance16x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
779 | | #define aom_highbd_10_obmc_variance16x4 aom_highbd_10_obmc_variance16x4_c |
780 | | |
781 | | unsigned int aom_highbd_10_obmc_variance16x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
782 | | #define aom_highbd_10_obmc_variance16x64 aom_highbd_10_obmc_variance16x64_c |
783 | | |
784 | | unsigned int aom_highbd_10_obmc_variance16x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
785 | | #define aom_highbd_10_obmc_variance16x8 aom_highbd_10_obmc_variance16x8_c |
786 | | |
787 | | unsigned int aom_highbd_10_obmc_variance32x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
788 | | #define aom_highbd_10_obmc_variance32x16 aom_highbd_10_obmc_variance32x16_c |
789 | | |
790 | | unsigned int aom_highbd_10_obmc_variance32x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
791 | | #define aom_highbd_10_obmc_variance32x32 aom_highbd_10_obmc_variance32x32_c |
792 | | |
793 | | unsigned int aom_highbd_10_obmc_variance32x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
794 | | #define aom_highbd_10_obmc_variance32x64 aom_highbd_10_obmc_variance32x64_c |
795 | | |
796 | | unsigned int aom_highbd_10_obmc_variance32x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
797 | | #define aom_highbd_10_obmc_variance32x8 aom_highbd_10_obmc_variance32x8_c |
798 | | |
799 | | unsigned int aom_highbd_10_obmc_variance4x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
800 | | #define aom_highbd_10_obmc_variance4x16 aom_highbd_10_obmc_variance4x16_c |
801 | | |
802 | | unsigned int aom_highbd_10_obmc_variance4x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
803 | | #define aom_highbd_10_obmc_variance4x4 aom_highbd_10_obmc_variance4x4_c |
804 | | |
805 | | unsigned int aom_highbd_10_obmc_variance4x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
806 | | #define aom_highbd_10_obmc_variance4x8 aom_highbd_10_obmc_variance4x8_c |
807 | | |
808 | | unsigned int aom_highbd_10_obmc_variance64x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
809 | | #define aom_highbd_10_obmc_variance64x128 aom_highbd_10_obmc_variance64x128_c |
810 | | |
811 | | unsigned int aom_highbd_10_obmc_variance64x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
812 | | #define aom_highbd_10_obmc_variance64x16 aom_highbd_10_obmc_variance64x16_c |
813 | | |
814 | | unsigned int aom_highbd_10_obmc_variance64x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
815 | | #define aom_highbd_10_obmc_variance64x32 aom_highbd_10_obmc_variance64x32_c |
816 | | |
817 | | unsigned int aom_highbd_10_obmc_variance64x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
818 | | #define aom_highbd_10_obmc_variance64x64 aom_highbd_10_obmc_variance64x64_c |
819 | | |
820 | | unsigned int aom_highbd_10_obmc_variance8x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
821 | | #define aom_highbd_10_obmc_variance8x16 aom_highbd_10_obmc_variance8x16_c |
822 | | |
823 | | unsigned int aom_highbd_10_obmc_variance8x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
824 | | #define aom_highbd_10_obmc_variance8x32 aom_highbd_10_obmc_variance8x32_c |
825 | | |
826 | | unsigned int aom_highbd_10_obmc_variance8x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
827 | | #define aom_highbd_10_obmc_variance8x4 aom_highbd_10_obmc_variance8x4_c |
828 | | |
829 | | unsigned int aom_highbd_10_obmc_variance8x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
830 | | #define aom_highbd_10_obmc_variance8x8 aom_highbd_10_obmc_variance8x8_c |
831 | | |
832 | | uint32_t aom_highbd_10_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
833 | | #define aom_highbd_10_sub_pixel_avg_variance128x128 aom_highbd_10_sub_pixel_avg_variance128x128_c |
834 | | |
835 | | uint32_t aom_highbd_10_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
836 | | #define aom_highbd_10_sub_pixel_avg_variance128x64 aom_highbd_10_sub_pixel_avg_variance128x64_c |
837 | | |
838 | | uint32_t aom_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
839 | | #define aom_highbd_10_sub_pixel_avg_variance16x16 aom_highbd_10_sub_pixel_avg_variance16x16_c |
840 | | |
841 | | uint32_t aom_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
842 | | #define aom_highbd_10_sub_pixel_avg_variance16x32 aom_highbd_10_sub_pixel_avg_variance16x32_c |
843 | | |
844 | | uint32_t aom_highbd_10_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
845 | | #define aom_highbd_10_sub_pixel_avg_variance16x4 aom_highbd_10_sub_pixel_avg_variance16x4_c |
846 | | |
847 | | uint32_t aom_highbd_10_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
848 | | #define aom_highbd_10_sub_pixel_avg_variance16x64 aom_highbd_10_sub_pixel_avg_variance16x64_c |
849 | | |
850 | | uint32_t aom_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
851 | | #define aom_highbd_10_sub_pixel_avg_variance16x8 aom_highbd_10_sub_pixel_avg_variance16x8_c |
852 | | |
853 | | uint32_t aom_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
854 | | #define aom_highbd_10_sub_pixel_avg_variance32x16 aom_highbd_10_sub_pixel_avg_variance32x16_c |
855 | | |
856 | | uint32_t aom_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
857 | | #define aom_highbd_10_sub_pixel_avg_variance32x32 aom_highbd_10_sub_pixel_avg_variance32x32_c |
858 | | |
859 | | uint32_t aom_highbd_10_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
860 | | #define aom_highbd_10_sub_pixel_avg_variance32x64 aom_highbd_10_sub_pixel_avg_variance32x64_c |
861 | | |
862 | | uint32_t aom_highbd_10_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
863 | | #define aom_highbd_10_sub_pixel_avg_variance32x8 aom_highbd_10_sub_pixel_avg_variance32x8_c |
864 | | |
865 | | uint32_t aom_highbd_10_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
866 | | #define aom_highbd_10_sub_pixel_avg_variance4x16 aom_highbd_10_sub_pixel_avg_variance4x16_c |
867 | | |
868 | | uint32_t aom_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
869 | | #define aom_highbd_10_sub_pixel_avg_variance4x4 aom_highbd_10_sub_pixel_avg_variance4x4_c |
870 | | |
871 | | uint32_t aom_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
872 | | #define aom_highbd_10_sub_pixel_avg_variance4x8 aom_highbd_10_sub_pixel_avg_variance4x8_c |
873 | | |
874 | | uint32_t aom_highbd_10_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
875 | | #define aom_highbd_10_sub_pixel_avg_variance64x128 aom_highbd_10_sub_pixel_avg_variance64x128_c |
876 | | |
877 | | uint32_t aom_highbd_10_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
878 | | #define aom_highbd_10_sub_pixel_avg_variance64x16 aom_highbd_10_sub_pixel_avg_variance64x16_c |
879 | | |
880 | | uint32_t aom_highbd_10_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
881 | | #define aom_highbd_10_sub_pixel_avg_variance64x32 aom_highbd_10_sub_pixel_avg_variance64x32_c |
882 | | |
883 | | uint32_t aom_highbd_10_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
884 | | #define aom_highbd_10_sub_pixel_avg_variance64x64 aom_highbd_10_sub_pixel_avg_variance64x64_c |
885 | | |
886 | | uint32_t aom_highbd_10_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
887 | | #define aom_highbd_10_sub_pixel_avg_variance8x16 aom_highbd_10_sub_pixel_avg_variance8x16_c |
888 | | |
889 | | uint32_t aom_highbd_10_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
890 | | #define aom_highbd_10_sub_pixel_avg_variance8x32 aom_highbd_10_sub_pixel_avg_variance8x32_c |
891 | | |
892 | | uint32_t aom_highbd_10_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
893 | | #define aom_highbd_10_sub_pixel_avg_variance8x4 aom_highbd_10_sub_pixel_avg_variance8x4_c |
894 | | |
895 | | uint32_t aom_highbd_10_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
896 | | #define aom_highbd_10_sub_pixel_avg_variance8x8 aom_highbd_10_sub_pixel_avg_variance8x8_c |
897 | | |
898 | | uint32_t aom_highbd_10_sub_pixel_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
899 | | #define aom_highbd_10_sub_pixel_variance128x128 aom_highbd_10_sub_pixel_variance128x128_c |
900 | | |
901 | | uint32_t aom_highbd_10_sub_pixel_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
902 | | #define aom_highbd_10_sub_pixel_variance128x64 aom_highbd_10_sub_pixel_variance128x64_c |
903 | | |
904 | | uint32_t aom_highbd_10_sub_pixel_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
905 | | #define aom_highbd_10_sub_pixel_variance16x16 aom_highbd_10_sub_pixel_variance16x16_c |
906 | | |
907 | | uint32_t aom_highbd_10_sub_pixel_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
908 | | #define aom_highbd_10_sub_pixel_variance16x32 aom_highbd_10_sub_pixel_variance16x32_c |
909 | | |
910 | | uint32_t aom_highbd_10_sub_pixel_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
911 | | #define aom_highbd_10_sub_pixel_variance16x4 aom_highbd_10_sub_pixel_variance16x4_c |
912 | | |
913 | | uint32_t aom_highbd_10_sub_pixel_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
914 | | #define aom_highbd_10_sub_pixel_variance16x64 aom_highbd_10_sub_pixel_variance16x64_c |
915 | | |
916 | | uint32_t aom_highbd_10_sub_pixel_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
917 | | #define aom_highbd_10_sub_pixel_variance16x8 aom_highbd_10_sub_pixel_variance16x8_c |
918 | | |
919 | | uint32_t aom_highbd_10_sub_pixel_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
920 | | #define aom_highbd_10_sub_pixel_variance32x16 aom_highbd_10_sub_pixel_variance32x16_c |
921 | | |
922 | | uint32_t aom_highbd_10_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
923 | | #define aom_highbd_10_sub_pixel_variance32x32 aom_highbd_10_sub_pixel_variance32x32_c |
924 | | |
925 | | uint32_t aom_highbd_10_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
926 | | #define aom_highbd_10_sub_pixel_variance32x64 aom_highbd_10_sub_pixel_variance32x64_c |
927 | | |
928 | | uint32_t aom_highbd_10_sub_pixel_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
929 | | #define aom_highbd_10_sub_pixel_variance32x8 aom_highbd_10_sub_pixel_variance32x8_c |
930 | | |
931 | | uint32_t aom_highbd_10_sub_pixel_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
932 | | #define aom_highbd_10_sub_pixel_variance4x16 aom_highbd_10_sub_pixel_variance4x16_c |
933 | | |
934 | | uint32_t aom_highbd_10_sub_pixel_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
935 | | #define aom_highbd_10_sub_pixel_variance4x4 aom_highbd_10_sub_pixel_variance4x4_c |
936 | | |
937 | | uint32_t aom_highbd_10_sub_pixel_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
938 | | #define aom_highbd_10_sub_pixel_variance4x8 aom_highbd_10_sub_pixel_variance4x8_c |
939 | | |
940 | | uint32_t aom_highbd_10_sub_pixel_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
941 | | #define aom_highbd_10_sub_pixel_variance64x128 aom_highbd_10_sub_pixel_variance64x128_c |
942 | | |
943 | | uint32_t aom_highbd_10_sub_pixel_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
944 | | #define aom_highbd_10_sub_pixel_variance64x16 aom_highbd_10_sub_pixel_variance64x16_c |
945 | | |
946 | | uint32_t aom_highbd_10_sub_pixel_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
947 | | #define aom_highbd_10_sub_pixel_variance64x32 aom_highbd_10_sub_pixel_variance64x32_c |
948 | | |
949 | | uint32_t aom_highbd_10_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
950 | | #define aom_highbd_10_sub_pixel_variance64x64 aom_highbd_10_sub_pixel_variance64x64_c |
951 | | |
952 | | uint32_t aom_highbd_10_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
953 | | #define aom_highbd_10_sub_pixel_variance8x16 aom_highbd_10_sub_pixel_variance8x16_c |
954 | | |
955 | | uint32_t aom_highbd_10_sub_pixel_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
956 | | #define aom_highbd_10_sub_pixel_variance8x32 aom_highbd_10_sub_pixel_variance8x32_c |
957 | | |
958 | | uint32_t aom_highbd_10_sub_pixel_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
959 | | #define aom_highbd_10_sub_pixel_variance8x4 aom_highbd_10_sub_pixel_variance8x4_c |
960 | | |
961 | | uint32_t aom_highbd_10_sub_pixel_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
962 | | #define aom_highbd_10_sub_pixel_variance8x8 aom_highbd_10_sub_pixel_variance8x8_c |
963 | | |
964 | | unsigned int aom_highbd_10_variance128x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
965 | 0 | #define aom_highbd_10_variance128x128 aom_highbd_10_variance128x128_c |
966 | | |
967 | | unsigned int aom_highbd_10_variance128x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
968 | 0 | #define aom_highbd_10_variance128x64 aom_highbd_10_variance128x64_c |
969 | | |
970 | | unsigned int aom_highbd_10_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
971 | 0 | #define aom_highbd_10_variance16x16 aom_highbd_10_variance16x16_c |
972 | | |
973 | | unsigned int aom_highbd_10_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
974 | 0 | #define aom_highbd_10_variance16x32 aom_highbd_10_variance16x32_c |
975 | | |
976 | | unsigned int aom_highbd_10_variance16x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
977 | 0 | #define aom_highbd_10_variance16x4 aom_highbd_10_variance16x4_c |
978 | | |
979 | | unsigned int aom_highbd_10_variance16x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
980 | 0 | #define aom_highbd_10_variance16x64 aom_highbd_10_variance16x64_c |
981 | | |
982 | | unsigned int aom_highbd_10_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
983 | 0 | #define aom_highbd_10_variance16x8 aom_highbd_10_variance16x8_c |
984 | | |
985 | | unsigned int aom_highbd_10_variance2x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
986 | 0 | #define aom_highbd_10_variance2x2 aom_highbd_10_variance2x2_c |
987 | | |
988 | | unsigned int aom_highbd_10_variance2x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
989 | 0 | #define aom_highbd_10_variance2x4 aom_highbd_10_variance2x4_c |
990 | | |
991 | | unsigned int aom_highbd_10_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
992 | 0 | #define aom_highbd_10_variance32x16 aom_highbd_10_variance32x16_c |
993 | | |
994 | | unsigned int aom_highbd_10_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
995 | 0 | #define aom_highbd_10_variance32x32 aom_highbd_10_variance32x32_c |
996 | | |
997 | | unsigned int aom_highbd_10_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
998 | 0 | #define aom_highbd_10_variance32x64 aom_highbd_10_variance32x64_c |
999 | | |
1000 | | unsigned int aom_highbd_10_variance32x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1001 | 0 | #define aom_highbd_10_variance32x8 aom_highbd_10_variance32x8_c |
1002 | | |
1003 | | unsigned int aom_highbd_10_variance4x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1004 | 0 | #define aom_highbd_10_variance4x16 aom_highbd_10_variance4x16_c |
1005 | | |
1006 | | unsigned int aom_highbd_10_variance4x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1007 | 0 | #define aom_highbd_10_variance4x2 aom_highbd_10_variance4x2_c |
1008 | | |
1009 | | unsigned int aom_highbd_10_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1010 | 0 | #define aom_highbd_10_variance4x4 aom_highbd_10_variance4x4_c |
1011 | | |
1012 | | unsigned int aom_highbd_10_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1013 | 0 | #define aom_highbd_10_variance4x8 aom_highbd_10_variance4x8_c |
1014 | | |
1015 | | unsigned int aom_highbd_10_variance64x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1016 | 0 | #define aom_highbd_10_variance64x128 aom_highbd_10_variance64x128_c |
1017 | | |
1018 | | unsigned int aom_highbd_10_variance64x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1019 | 0 | #define aom_highbd_10_variance64x16 aom_highbd_10_variance64x16_c |
1020 | | |
1021 | | unsigned int aom_highbd_10_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1022 | 0 | #define aom_highbd_10_variance64x32 aom_highbd_10_variance64x32_c |
1023 | | |
1024 | | unsigned int aom_highbd_10_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1025 | 0 | #define aom_highbd_10_variance64x64 aom_highbd_10_variance64x64_c |
1026 | | |
1027 | | unsigned int aom_highbd_10_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1028 | 0 | #define aom_highbd_10_variance8x16 aom_highbd_10_variance8x16_c |
1029 | | |
1030 | | unsigned int aom_highbd_10_variance8x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1031 | 0 | #define aom_highbd_10_variance8x32 aom_highbd_10_variance8x32_c |
1032 | | |
1033 | | unsigned int aom_highbd_10_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1034 | 0 | #define aom_highbd_10_variance8x4 aom_highbd_10_variance8x4_c |
1035 | | |
1036 | | unsigned int aom_highbd_10_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1037 | 0 | #define aom_highbd_10_variance8x8 aom_highbd_10_variance8x8_c |
1038 | | |
1039 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1040 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance128x128 aom_highbd_12_dist_wtd_sub_pixel_avg_variance128x128_c |
1041 | | |
1042 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1043 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance128x64 aom_highbd_12_dist_wtd_sub_pixel_avg_variance128x64_c |
1044 | | |
1045 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1046 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x16 aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x16_c |
1047 | | |
1048 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1049 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x32 aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x32_c |
1050 | | |
1051 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1052 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x4 aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x4_c |
1053 | | |
1054 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1055 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x64 aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x64_c |
1056 | | |
1057 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1058 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x8 aom_highbd_12_dist_wtd_sub_pixel_avg_variance16x8_c |
1059 | | |
1060 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1061 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x16 aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x16_c |
1062 | | |
1063 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1064 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x32 aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x32_c |
1065 | | |
1066 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1067 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x64 aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x64_c |
1068 | | |
1069 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1070 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x8 aom_highbd_12_dist_wtd_sub_pixel_avg_variance32x8_c |
1071 | | |
1072 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1073 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x16 aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x16_c |
1074 | | |
1075 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1076 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x4 aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x4_c |
1077 | | |
1078 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1079 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x8 aom_highbd_12_dist_wtd_sub_pixel_avg_variance4x8_c |
1080 | | |
1081 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1082 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x128 aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x128_c |
1083 | | |
1084 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1085 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x16 aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x16_c |
1086 | | |
1087 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1088 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x32 aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x32_c |
1089 | | |
1090 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1091 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x64 aom_highbd_12_dist_wtd_sub_pixel_avg_variance64x64_c |
1092 | | |
1093 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1094 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x16 aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x16_c |
1095 | | |
1096 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1097 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x32 aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x32_c |
1098 | | |
1099 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1100 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x4 aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x4_c |
1101 | | |
1102 | | uint32_t aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1103 | | #define aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x8 aom_highbd_12_dist_wtd_sub_pixel_avg_variance8x8_c |
1104 | | |
1105 | | void aom_highbd_12_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
1106 | | #define aom_highbd_12_get16x16var aom_highbd_12_get16x16var_c |
1107 | | |
1108 | | void aom_highbd_12_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
1109 | | #define aom_highbd_12_get8x8var aom_highbd_12_get8x8var_c |
1110 | | |
1111 | | unsigned int aom_highbd_12_masked_sub_pixel_variance128x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1112 | | #define aom_highbd_12_masked_sub_pixel_variance128x128 aom_highbd_12_masked_sub_pixel_variance128x128_c |
1113 | | |
1114 | | unsigned int aom_highbd_12_masked_sub_pixel_variance128x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1115 | | #define aom_highbd_12_masked_sub_pixel_variance128x64 aom_highbd_12_masked_sub_pixel_variance128x64_c |
1116 | | |
1117 | | unsigned int aom_highbd_12_masked_sub_pixel_variance16x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1118 | | #define aom_highbd_12_masked_sub_pixel_variance16x16 aom_highbd_12_masked_sub_pixel_variance16x16_c |
1119 | | |
1120 | | unsigned int aom_highbd_12_masked_sub_pixel_variance16x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1121 | | #define aom_highbd_12_masked_sub_pixel_variance16x32 aom_highbd_12_masked_sub_pixel_variance16x32_c |
1122 | | |
1123 | | unsigned int aom_highbd_12_masked_sub_pixel_variance16x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1124 | | #define aom_highbd_12_masked_sub_pixel_variance16x4 aom_highbd_12_masked_sub_pixel_variance16x4_c |
1125 | | |
1126 | | unsigned int aom_highbd_12_masked_sub_pixel_variance16x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1127 | | #define aom_highbd_12_masked_sub_pixel_variance16x64 aom_highbd_12_masked_sub_pixel_variance16x64_c |
1128 | | |
1129 | | unsigned int aom_highbd_12_masked_sub_pixel_variance16x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1130 | | #define aom_highbd_12_masked_sub_pixel_variance16x8 aom_highbd_12_masked_sub_pixel_variance16x8_c |
1131 | | |
1132 | | unsigned int aom_highbd_12_masked_sub_pixel_variance32x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1133 | | #define aom_highbd_12_masked_sub_pixel_variance32x16 aom_highbd_12_masked_sub_pixel_variance32x16_c |
1134 | | |
1135 | | unsigned int aom_highbd_12_masked_sub_pixel_variance32x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1136 | | #define aom_highbd_12_masked_sub_pixel_variance32x32 aom_highbd_12_masked_sub_pixel_variance32x32_c |
1137 | | |
1138 | | unsigned int aom_highbd_12_masked_sub_pixel_variance32x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1139 | | #define aom_highbd_12_masked_sub_pixel_variance32x64 aom_highbd_12_masked_sub_pixel_variance32x64_c |
1140 | | |
1141 | | unsigned int aom_highbd_12_masked_sub_pixel_variance32x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1142 | | #define aom_highbd_12_masked_sub_pixel_variance32x8 aom_highbd_12_masked_sub_pixel_variance32x8_c |
1143 | | |
1144 | | unsigned int aom_highbd_12_masked_sub_pixel_variance4x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1145 | | #define aom_highbd_12_masked_sub_pixel_variance4x16 aom_highbd_12_masked_sub_pixel_variance4x16_c |
1146 | | |
1147 | | unsigned int aom_highbd_12_masked_sub_pixel_variance4x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1148 | | #define aom_highbd_12_masked_sub_pixel_variance4x4 aom_highbd_12_masked_sub_pixel_variance4x4_c |
1149 | | |
1150 | | unsigned int aom_highbd_12_masked_sub_pixel_variance4x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1151 | | #define aom_highbd_12_masked_sub_pixel_variance4x8 aom_highbd_12_masked_sub_pixel_variance4x8_c |
1152 | | |
1153 | | unsigned int aom_highbd_12_masked_sub_pixel_variance64x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1154 | | #define aom_highbd_12_masked_sub_pixel_variance64x128 aom_highbd_12_masked_sub_pixel_variance64x128_c |
1155 | | |
1156 | | unsigned int aom_highbd_12_masked_sub_pixel_variance64x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1157 | | #define aom_highbd_12_masked_sub_pixel_variance64x16 aom_highbd_12_masked_sub_pixel_variance64x16_c |
1158 | | |
1159 | | unsigned int aom_highbd_12_masked_sub_pixel_variance64x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1160 | | #define aom_highbd_12_masked_sub_pixel_variance64x32 aom_highbd_12_masked_sub_pixel_variance64x32_c |
1161 | | |
1162 | | unsigned int aom_highbd_12_masked_sub_pixel_variance64x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1163 | | #define aom_highbd_12_masked_sub_pixel_variance64x64 aom_highbd_12_masked_sub_pixel_variance64x64_c |
1164 | | |
1165 | | unsigned int aom_highbd_12_masked_sub_pixel_variance8x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1166 | | #define aom_highbd_12_masked_sub_pixel_variance8x16 aom_highbd_12_masked_sub_pixel_variance8x16_c |
1167 | | |
1168 | | unsigned int aom_highbd_12_masked_sub_pixel_variance8x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1169 | | #define aom_highbd_12_masked_sub_pixel_variance8x32 aom_highbd_12_masked_sub_pixel_variance8x32_c |
1170 | | |
1171 | | unsigned int aom_highbd_12_masked_sub_pixel_variance8x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1172 | | #define aom_highbd_12_masked_sub_pixel_variance8x4 aom_highbd_12_masked_sub_pixel_variance8x4_c |
1173 | | |
1174 | | unsigned int aom_highbd_12_masked_sub_pixel_variance8x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1175 | | #define aom_highbd_12_masked_sub_pixel_variance8x8 aom_highbd_12_masked_sub_pixel_variance8x8_c |
1176 | | |
1177 | | unsigned int aom_highbd_12_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1178 | 0 | #define aom_highbd_12_mse16x16 aom_highbd_12_mse16x16_c |
1179 | | |
1180 | | unsigned int aom_highbd_12_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1181 | 0 | #define aom_highbd_12_mse16x8 aom_highbd_12_mse16x8_c |
1182 | | |
1183 | | unsigned int aom_highbd_12_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1184 | 0 | #define aom_highbd_12_mse8x16 aom_highbd_12_mse8x16_c |
1185 | | |
1186 | | unsigned int aom_highbd_12_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1187 | 0 | #define aom_highbd_12_mse8x8 aom_highbd_12_mse8x8_c |
1188 | | |
1189 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance128x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1190 | | #define aom_highbd_12_obmc_sub_pixel_variance128x128 aom_highbd_12_obmc_sub_pixel_variance128x128_c |
1191 | | |
1192 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance128x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1193 | | #define aom_highbd_12_obmc_sub_pixel_variance128x64 aom_highbd_12_obmc_sub_pixel_variance128x64_c |
1194 | | |
1195 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance16x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1196 | | #define aom_highbd_12_obmc_sub_pixel_variance16x16 aom_highbd_12_obmc_sub_pixel_variance16x16_c |
1197 | | |
1198 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance16x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1199 | | #define aom_highbd_12_obmc_sub_pixel_variance16x32 aom_highbd_12_obmc_sub_pixel_variance16x32_c |
1200 | | |
1201 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance16x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1202 | | #define aom_highbd_12_obmc_sub_pixel_variance16x4 aom_highbd_12_obmc_sub_pixel_variance16x4_c |
1203 | | |
1204 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance16x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1205 | | #define aom_highbd_12_obmc_sub_pixel_variance16x64 aom_highbd_12_obmc_sub_pixel_variance16x64_c |
1206 | | |
1207 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance16x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1208 | | #define aom_highbd_12_obmc_sub_pixel_variance16x8 aom_highbd_12_obmc_sub_pixel_variance16x8_c |
1209 | | |
1210 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance32x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1211 | | #define aom_highbd_12_obmc_sub_pixel_variance32x16 aom_highbd_12_obmc_sub_pixel_variance32x16_c |
1212 | | |
1213 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance32x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1214 | | #define aom_highbd_12_obmc_sub_pixel_variance32x32 aom_highbd_12_obmc_sub_pixel_variance32x32_c |
1215 | | |
1216 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance32x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1217 | | #define aom_highbd_12_obmc_sub_pixel_variance32x64 aom_highbd_12_obmc_sub_pixel_variance32x64_c |
1218 | | |
1219 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance32x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1220 | | #define aom_highbd_12_obmc_sub_pixel_variance32x8 aom_highbd_12_obmc_sub_pixel_variance32x8_c |
1221 | | |
1222 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance4x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1223 | | #define aom_highbd_12_obmc_sub_pixel_variance4x16 aom_highbd_12_obmc_sub_pixel_variance4x16_c |
1224 | | |
1225 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance4x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1226 | | #define aom_highbd_12_obmc_sub_pixel_variance4x4 aom_highbd_12_obmc_sub_pixel_variance4x4_c |
1227 | | |
1228 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance4x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1229 | | #define aom_highbd_12_obmc_sub_pixel_variance4x8 aom_highbd_12_obmc_sub_pixel_variance4x8_c |
1230 | | |
1231 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance64x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1232 | | #define aom_highbd_12_obmc_sub_pixel_variance64x128 aom_highbd_12_obmc_sub_pixel_variance64x128_c |
1233 | | |
1234 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance64x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1235 | | #define aom_highbd_12_obmc_sub_pixel_variance64x16 aom_highbd_12_obmc_sub_pixel_variance64x16_c |
1236 | | |
1237 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance64x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1238 | | #define aom_highbd_12_obmc_sub_pixel_variance64x32 aom_highbd_12_obmc_sub_pixel_variance64x32_c |
1239 | | |
1240 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance64x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1241 | | #define aom_highbd_12_obmc_sub_pixel_variance64x64 aom_highbd_12_obmc_sub_pixel_variance64x64_c |
1242 | | |
1243 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance8x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1244 | | #define aom_highbd_12_obmc_sub_pixel_variance8x16 aom_highbd_12_obmc_sub_pixel_variance8x16_c |
1245 | | |
1246 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance8x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1247 | | #define aom_highbd_12_obmc_sub_pixel_variance8x32 aom_highbd_12_obmc_sub_pixel_variance8x32_c |
1248 | | |
1249 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance8x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1250 | | #define aom_highbd_12_obmc_sub_pixel_variance8x4 aom_highbd_12_obmc_sub_pixel_variance8x4_c |
1251 | | |
1252 | | unsigned int aom_highbd_12_obmc_sub_pixel_variance8x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1253 | | #define aom_highbd_12_obmc_sub_pixel_variance8x8 aom_highbd_12_obmc_sub_pixel_variance8x8_c |
1254 | | |
1255 | | unsigned int aom_highbd_12_obmc_variance128x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1256 | | #define aom_highbd_12_obmc_variance128x128 aom_highbd_12_obmc_variance128x128_c |
1257 | | |
1258 | | unsigned int aom_highbd_12_obmc_variance128x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1259 | | #define aom_highbd_12_obmc_variance128x64 aom_highbd_12_obmc_variance128x64_c |
1260 | | |
1261 | | unsigned int aom_highbd_12_obmc_variance16x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1262 | | #define aom_highbd_12_obmc_variance16x16 aom_highbd_12_obmc_variance16x16_c |
1263 | | |
1264 | | unsigned int aom_highbd_12_obmc_variance16x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1265 | | #define aom_highbd_12_obmc_variance16x32 aom_highbd_12_obmc_variance16x32_c |
1266 | | |
1267 | | unsigned int aom_highbd_12_obmc_variance16x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1268 | | #define aom_highbd_12_obmc_variance16x4 aom_highbd_12_obmc_variance16x4_c |
1269 | | |
1270 | | unsigned int aom_highbd_12_obmc_variance16x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1271 | | #define aom_highbd_12_obmc_variance16x64 aom_highbd_12_obmc_variance16x64_c |
1272 | | |
1273 | | unsigned int aom_highbd_12_obmc_variance16x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1274 | | #define aom_highbd_12_obmc_variance16x8 aom_highbd_12_obmc_variance16x8_c |
1275 | | |
1276 | | unsigned int aom_highbd_12_obmc_variance32x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1277 | | #define aom_highbd_12_obmc_variance32x16 aom_highbd_12_obmc_variance32x16_c |
1278 | | |
1279 | | unsigned int aom_highbd_12_obmc_variance32x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1280 | | #define aom_highbd_12_obmc_variance32x32 aom_highbd_12_obmc_variance32x32_c |
1281 | | |
1282 | | unsigned int aom_highbd_12_obmc_variance32x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1283 | | #define aom_highbd_12_obmc_variance32x64 aom_highbd_12_obmc_variance32x64_c |
1284 | | |
1285 | | unsigned int aom_highbd_12_obmc_variance32x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1286 | | #define aom_highbd_12_obmc_variance32x8 aom_highbd_12_obmc_variance32x8_c |
1287 | | |
1288 | | unsigned int aom_highbd_12_obmc_variance4x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1289 | | #define aom_highbd_12_obmc_variance4x16 aom_highbd_12_obmc_variance4x16_c |
1290 | | |
1291 | | unsigned int aom_highbd_12_obmc_variance4x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1292 | | #define aom_highbd_12_obmc_variance4x4 aom_highbd_12_obmc_variance4x4_c |
1293 | | |
1294 | | unsigned int aom_highbd_12_obmc_variance4x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1295 | | #define aom_highbd_12_obmc_variance4x8 aom_highbd_12_obmc_variance4x8_c |
1296 | | |
1297 | | unsigned int aom_highbd_12_obmc_variance64x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1298 | | #define aom_highbd_12_obmc_variance64x128 aom_highbd_12_obmc_variance64x128_c |
1299 | | |
1300 | | unsigned int aom_highbd_12_obmc_variance64x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1301 | | #define aom_highbd_12_obmc_variance64x16 aom_highbd_12_obmc_variance64x16_c |
1302 | | |
1303 | | unsigned int aom_highbd_12_obmc_variance64x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1304 | | #define aom_highbd_12_obmc_variance64x32 aom_highbd_12_obmc_variance64x32_c |
1305 | | |
1306 | | unsigned int aom_highbd_12_obmc_variance64x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1307 | | #define aom_highbd_12_obmc_variance64x64 aom_highbd_12_obmc_variance64x64_c |
1308 | | |
1309 | | unsigned int aom_highbd_12_obmc_variance8x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1310 | | #define aom_highbd_12_obmc_variance8x16 aom_highbd_12_obmc_variance8x16_c |
1311 | | |
1312 | | unsigned int aom_highbd_12_obmc_variance8x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1313 | | #define aom_highbd_12_obmc_variance8x32 aom_highbd_12_obmc_variance8x32_c |
1314 | | |
1315 | | unsigned int aom_highbd_12_obmc_variance8x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1316 | | #define aom_highbd_12_obmc_variance8x4 aom_highbd_12_obmc_variance8x4_c |
1317 | | |
1318 | | unsigned int aom_highbd_12_obmc_variance8x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
1319 | | #define aom_highbd_12_obmc_variance8x8 aom_highbd_12_obmc_variance8x8_c |
1320 | | |
1321 | | uint32_t aom_highbd_12_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1322 | | #define aom_highbd_12_sub_pixel_avg_variance128x128 aom_highbd_12_sub_pixel_avg_variance128x128_c |
1323 | | |
1324 | | uint32_t aom_highbd_12_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1325 | | #define aom_highbd_12_sub_pixel_avg_variance128x64 aom_highbd_12_sub_pixel_avg_variance128x64_c |
1326 | | |
1327 | | uint32_t aom_highbd_12_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1328 | | #define aom_highbd_12_sub_pixel_avg_variance16x16 aom_highbd_12_sub_pixel_avg_variance16x16_c |
1329 | | |
1330 | | uint32_t aom_highbd_12_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1331 | | #define aom_highbd_12_sub_pixel_avg_variance16x32 aom_highbd_12_sub_pixel_avg_variance16x32_c |
1332 | | |
1333 | | uint32_t aom_highbd_12_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1334 | | #define aom_highbd_12_sub_pixel_avg_variance16x4 aom_highbd_12_sub_pixel_avg_variance16x4_c |
1335 | | |
1336 | | uint32_t aom_highbd_12_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1337 | | #define aom_highbd_12_sub_pixel_avg_variance16x64 aom_highbd_12_sub_pixel_avg_variance16x64_c |
1338 | | |
1339 | | uint32_t aom_highbd_12_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1340 | | #define aom_highbd_12_sub_pixel_avg_variance16x8 aom_highbd_12_sub_pixel_avg_variance16x8_c |
1341 | | |
1342 | | uint32_t aom_highbd_12_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1343 | | #define aom_highbd_12_sub_pixel_avg_variance32x16 aom_highbd_12_sub_pixel_avg_variance32x16_c |
1344 | | |
1345 | | uint32_t aom_highbd_12_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1346 | | #define aom_highbd_12_sub_pixel_avg_variance32x32 aom_highbd_12_sub_pixel_avg_variance32x32_c |
1347 | | |
1348 | | uint32_t aom_highbd_12_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1349 | | #define aom_highbd_12_sub_pixel_avg_variance32x64 aom_highbd_12_sub_pixel_avg_variance32x64_c |
1350 | | |
1351 | | uint32_t aom_highbd_12_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1352 | | #define aom_highbd_12_sub_pixel_avg_variance32x8 aom_highbd_12_sub_pixel_avg_variance32x8_c |
1353 | | |
1354 | | uint32_t aom_highbd_12_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1355 | | #define aom_highbd_12_sub_pixel_avg_variance4x16 aom_highbd_12_sub_pixel_avg_variance4x16_c |
1356 | | |
1357 | | uint32_t aom_highbd_12_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1358 | | #define aom_highbd_12_sub_pixel_avg_variance4x4 aom_highbd_12_sub_pixel_avg_variance4x4_c |
1359 | | |
1360 | | uint32_t aom_highbd_12_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1361 | | #define aom_highbd_12_sub_pixel_avg_variance4x8 aom_highbd_12_sub_pixel_avg_variance4x8_c |
1362 | | |
1363 | | uint32_t aom_highbd_12_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1364 | | #define aom_highbd_12_sub_pixel_avg_variance64x128 aom_highbd_12_sub_pixel_avg_variance64x128_c |
1365 | | |
1366 | | uint32_t aom_highbd_12_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1367 | | #define aom_highbd_12_sub_pixel_avg_variance64x16 aom_highbd_12_sub_pixel_avg_variance64x16_c |
1368 | | |
1369 | | uint32_t aom_highbd_12_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1370 | | #define aom_highbd_12_sub_pixel_avg_variance64x32 aom_highbd_12_sub_pixel_avg_variance64x32_c |
1371 | | |
1372 | | uint32_t aom_highbd_12_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1373 | | #define aom_highbd_12_sub_pixel_avg_variance64x64 aom_highbd_12_sub_pixel_avg_variance64x64_c |
1374 | | |
1375 | | uint32_t aom_highbd_12_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1376 | | #define aom_highbd_12_sub_pixel_avg_variance8x16 aom_highbd_12_sub_pixel_avg_variance8x16_c |
1377 | | |
1378 | | uint32_t aom_highbd_12_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1379 | | #define aom_highbd_12_sub_pixel_avg_variance8x32 aom_highbd_12_sub_pixel_avg_variance8x32_c |
1380 | | |
1381 | | uint32_t aom_highbd_12_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1382 | | #define aom_highbd_12_sub_pixel_avg_variance8x4 aom_highbd_12_sub_pixel_avg_variance8x4_c |
1383 | | |
1384 | | uint32_t aom_highbd_12_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1385 | | #define aom_highbd_12_sub_pixel_avg_variance8x8 aom_highbd_12_sub_pixel_avg_variance8x8_c |
1386 | | |
1387 | | uint32_t aom_highbd_12_sub_pixel_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1388 | | #define aom_highbd_12_sub_pixel_variance128x128 aom_highbd_12_sub_pixel_variance128x128_c |
1389 | | |
1390 | | uint32_t aom_highbd_12_sub_pixel_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1391 | | #define aom_highbd_12_sub_pixel_variance128x64 aom_highbd_12_sub_pixel_variance128x64_c |
1392 | | |
1393 | | uint32_t aom_highbd_12_sub_pixel_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1394 | | #define aom_highbd_12_sub_pixel_variance16x16 aom_highbd_12_sub_pixel_variance16x16_c |
1395 | | |
1396 | | uint32_t aom_highbd_12_sub_pixel_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1397 | | #define aom_highbd_12_sub_pixel_variance16x32 aom_highbd_12_sub_pixel_variance16x32_c |
1398 | | |
1399 | | uint32_t aom_highbd_12_sub_pixel_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1400 | | #define aom_highbd_12_sub_pixel_variance16x4 aom_highbd_12_sub_pixel_variance16x4_c |
1401 | | |
1402 | | uint32_t aom_highbd_12_sub_pixel_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1403 | | #define aom_highbd_12_sub_pixel_variance16x64 aom_highbd_12_sub_pixel_variance16x64_c |
1404 | | |
1405 | | uint32_t aom_highbd_12_sub_pixel_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1406 | | #define aom_highbd_12_sub_pixel_variance16x8 aom_highbd_12_sub_pixel_variance16x8_c |
1407 | | |
1408 | | uint32_t aom_highbd_12_sub_pixel_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1409 | | #define aom_highbd_12_sub_pixel_variance32x16 aom_highbd_12_sub_pixel_variance32x16_c |
1410 | | |
1411 | | uint32_t aom_highbd_12_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1412 | | #define aom_highbd_12_sub_pixel_variance32x32 aom_highbd_12_sub_pixel_variance32x32_c |
1413 | | |
1414 | | uint32_t aom_highbd_12_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1415 | | #define aom_highbd_12_sub_pixel_variance32x64 aom_highbd_12_sub_pixel_variance32x64_c |
1416 | | |
1417 | | uint32_t aom_highbd_12_sub_pixel_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1418 | | #define aom_highbd_12_sub_pixel_variance32x8 aom_highbd_12_sub_pixel_variance32x8_c |
1419 | | |
1420 | | uint32_t aom_highbd_12_sub_pixel_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1421 | | #define aom_highbd_12_sub_pixel_variance4x16 aom_highbd_12_sub_pixel_variance4x16_c |
1422 | | |
1423 | | uint32_t aom_highbd_12_sub_pixel_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1424 | | #define aom_highbd_12_sub_pixel_variance4x4 aom_highbd_12_sub_pixel_variance4x4_c |
1425 | | |
1426 | | uint32_t aom_highbd_12_sub_pixel_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1427 | | #define aom_highbd_12_sub_pixel_variance4x8 aom_highbd_12_sub_pixel_variance4x8_c |
1428 | | |
1429 | | uint32_t aom_highbd_12_sub_pixel_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1430 | | #define aom_highbd_12_sub_pixel_variance64x128 aom_highbd_12_sub_pixel_variance64x128_c |
1431 | | |
1432 | | uint32_t aom_highbd_12_sub_pixel_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1433 | | #define aom_highbd_12_sub_pixel_variance64x16 aom_highbd_12_sub_pixel_variance64x16_c |
1434 | | |
1435 | | uint32_t aom_highbd_12_sub_pixel_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1436 | | #define aom_highbd_12_sub_pixel_variance64x32 aom_highbd_12_sub_pixel_variance64x32_c |
1437 | | |
1438 | | uint32_t aom_highbd_12_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1439 | | #define aom_highbd_12_sub_pixel_variance64x64 aom_highbd_12_sub_pixel_variance64x64_c |
1440 | | |
1441 | | uint32_t aom_highbd_12_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1442 | | #define aom_highbd_12_sub_pixel_variance8x16 aom_highbd_12_sub_pixel_variance8x16_c |
1443 | | |
1444 | | uint32_t aom_highbd_12_sub_pixel_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1445 | | #define aom_highbd_12_sub_pixel_variance8x32 aom_highbd_12_sub_pixel_variance8x32_c |
1446 | | |
1447 | | uint32_t aom_highbd_12_sub_pixel_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1448 | | #define aom_highbd_12_sub_pixel_variance8x4 aom_highbd_12_sub_pixel_variance8x4_c |
1449 | | |
1450 | | uint32_t aom_highbd_12_sub_pixel_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1451 | | #define aom_highbd_12_sub_pixel_variance8x8 aom_highbd_12_sub_pixel_variance8x8_c |
1452 | | |
1453 | | unsigned int aom_highbd_12_variance128x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1454 | 0 | #define aom_highbd_12_variance128x128 aom_highbd_12_variance128x128_c |
1455 | | |
1456 | | unsigned int aom_highbd_12_variance128x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1457 | 0 | #define aom_highbd_12_variance128x64 aom_highbd_12_variance128x64_c |
1458 | | |
1459 | | unsigned int aom_highbd_12_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1460 | 0 | #define aom_highbd_12_variance16x16 aom_highbd_12_variance16x16_c |
1461 | | |
1462 | | unsigned int aom_highbd_12_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1463 | 0 | #define aom_highbd_12_variance16x32 aom_highbd_12_variance16x32_c |
1464 | | |
1465 | | unsigned int aom_highbd_12_variance16x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1466 | 0 | #define aom_highbd_12_variance16x4 aom_highbd_12_variance16x4_c |
1467 | | |
1468 | | unsigned int aom_highbd_12_variance16x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1469 | 0 | #define aom_highbd_12_variance16x64 aom_highbd_12_variance16x64_c |
1470 | | |
1471 | | unsigned int aom_highbd_12_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1472 | 0 | #define aom_highbd_12_variance16x8 aom_highbd_12_variance16x8_c |
1473 | | |
1474 | | unsigned int aom_highbd_12_variance2x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1475 | 0 | #define aom_highbd_12_variance2x2 aom_highbd_12_variance2x2_c |
1476 | | |
1477 | | unsigned int aom_highbd_12_variance2x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1478 | 0 | #define aom_highbd_12_variance2x4 aom_highbd_12_variance2x4_c |
1479 | | |
1480 | | unsigned int aom_highbd_12_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1481 | 0 | #define aom_highbd_12_variance32x16 aom_highbd_12_variance32x16_c |
1482 | | |
1483 | | unsigned int aom_highbd_12_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1484 | 0 | #define aom_highbd_12_variance32x32 aom_highbd_12_variance32x32_c |
1485 | | |
1486 | | unsigned int aom_highbd_12_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1487 | 0 | #define aom_highbd_12_variance32x64 aom_highbd_12_variance32x64_c |
1488 | | |
1489 | | unsigned int aom_highbd_12_variance32x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1490 | 0 | #define aom_highbd_12_variance32x8 aom_highbd_12_variance32x8_c |
1491 | | |
1492 | | unsigned int aom_highbd_12_variance4x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1493 | 0 | #define aom_highbd_12_variance4x16 aom_highbd_12_variance4x16_c |
1494 | | |
1495 | | unsigned int aom_highbd_12_variance4x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1496 | 0 | #define aom_highbd_12_variance4x2 aom_highbd_12_variance4x2_c |
1497 | | |
1498 | | unsigned int aom_highbd_12_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1499 | 0 | #define aom_highbd_12_variance4x4 aom_highbd_12_variance4x4_c |
1500 | | |
1501 | | unsigned int aom_highbd_12_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1502 | 0 | #define aom_highbd_12_variance4x8 aom_highbd_12_variance4x8_c |
1503 | | |
1504 | | unsigned int aom_highbd_12_variance64x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1505 | 0 | #define aom_highbd_12_variance64x128 aom_highbd_12_variance64x128_c |
1506 | | |
1507 | | unsigned int aom_highbd_12_variance64x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1508 | 0 | #define aom_highbd_12_variance64x16 aom_highbd_12_variance64x16_c |
1509 | | |
1510 | | unsigned int aom_highbd_12_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1511 | 0 | #define aom_highbd_12_variance64x32 aom_highbd_12_variance64x32_c |
1512 | | |
1513 | | unsigned int aom_highbd_12_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1514 | 0 | #define aom_highbd_12_variance64x64 aom_highbd_12_variance64x64_c |
1515 | | |
1516 | | unsigned int aom_highbd_12_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1517 | 0 | #define aom_highbd_12_variance8x16 aom_highbd_12_variance8x16_c |
1518 | | |
1519 | | unsigned int aom_highbd_12_variance8x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1520 | 0 | #define aom_highbd_12_variance8x32 aom_highbd_12_variance8x32_c |
1521 | | |
1522 | | unsigned int aom_highbd_12_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1523 | 0 | #define aom_highbd_12_variance8x4 aom_highbd_12_variance8x4_c |
1524 | | |
1525 | | unsigned int aom_highbd_12_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1526 | 0 | #define aom_highbd_12_variance8x8 aom_highbd_12_variance8x8_c |
1527 | | |
1528 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1529 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance128x128 aom_highbd_8_dist_wtd_sub_pixel_avg_variance128x128_c |
1530 | | |
1531 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1532 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance128x64 aom_highbd_8_dist_wtd_sub_pixel_avg_variance128x64_c |
1533 | | |
1534 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1535 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x16 aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x16_c |
1536 | | |
1537 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1538 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x32 aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x32_c |
1539 | | |
1540 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1541 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x4 aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x4_c |
1542 | | |
1543 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1544 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x64 aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x64_c |
1545 | | |
1546 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1547 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x8 aom_highbd_8_dist_wtd_sub_pixel_avg_variance16x8_c |
1548 | | |
1549 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1550 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x16 aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x16_c |
1551 | | |
1552 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1553 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x32 aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x32_c |
1554 | | |
1555 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1556 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x64 aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x64_c |
1557 | | |
1558 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1559 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x8 aom_highbd_8_dist_wtd_sub_pixel_avg_variance32x8_c |
1560 | | |
1561 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1562 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x16 aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x16_c |
1563 | | |
1564 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1565 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x4 aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x4_c |
1566 | | |
1567 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1568 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x8 aom_highbd_8_dist_wtd_sub_pixel_avg_variance4x8_c |
1569 | | |
1570 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1571 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x128 aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x128_c |
1572 | | |
1573 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1574 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x16 aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x16_c |
1575 | | |
1576 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1577 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x32 aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x32_c |
1578 | | |
1579 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1580 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x64 aom_highbd_8_dist_wtd_sub_pixel_avg_variance64x64_c |
1581 | | |
1582 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1583 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x16 aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x16_c |
1584 | | |
1585 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1586 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x32 aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x32_c |
1587 | | |
1588 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1589 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x4 aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x4_c |
1590 | | |
1591 | | uint32_t aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
1592 | | #define aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x8 aom_highbd_8_dist_wtd_sub_pixel_avg_variance8x8_c |
1593 | | |
1594 | | void aom_highbd_8_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
1595 | | #define aom_highbd_8_get16x16var aom_highbd_8_get16x16var_c |
1596 | | |
1597 | | void aom_highbd_8_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum); |
1598 | | #define aom_highbd_8_get8x8var aom_highbd_8_get8x8var_c |
1599 | | |
1600 | | unsigned int aom_highbd_8_masked_sub_pixel_variance128x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1601 | | #define aom_highbd_8_masked_sub_pixel_variance128x128 aom_highbd_8_masked_sub_pixel_variance128x128_c |
1602 | | |
1603 | | unsigned int aom_highbd_8_masked_sub_pixel_variance128x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1604 | | #define aom_highbd_8_masked_sub_pixel_variance128x64 aom_highbd_8_masked_sub_pixel_variance128x64_c |
1605 | | |
1606 | | unsigned int aom_highbd_8_masked_sub_pixel_variance16x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1607 | | #define aom_highbd_8_masked_sub_pixel_variance16x16 aom_highbd_8_masked_sub_pixel_variance16x16_c |
1608 | | |
1609 | | unsigned int aom_highbd_8_masked_sub_pixel_variance16x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1610 | | #define aom_highbd_8_masked_sub_pixel_variance16x32 aom_highbd_8_masked_sub_pixel_variance16x32_c |
1611 | | |
1612 | | unsigned int aom_highbd_8_masked_sub_pixel_variance16x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1613 | | #define aom_highbd_8_masked_sub_pixel_variance16x4 aom_highbd_8_masked_sub_pixel_variance16x4_c |
1614 | | |
1615 | | unsigned int aom_highbd_8_masked_sub_pixel_variance16x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1616 | | #define aom_highbd_8_masked_sub_pixel_variance16x64 aom_highbd_8_masked_sub_pixel_variance16x64_c |
1617 | | |
1618 | | unsigned int aom_highbd_8_masked_sub_pixel_variance16x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1619 | | #define aom_highbd_8_masked_sub_pixel_variance16x8 aom_highbd_8_masked_sub_pixel_variance16x8_c |
1620 | | |
1621 | | unsigned int aom_highbd_8_masked_sub_pixel_variance32x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1622 | | #define aom_highbd_8_masked_sub_pixel_variance32x16 aom_highbd_8_masked_sub_pixel_variance32x16_c |
1623 | | |
1624 | | unsigned int aom_highbd_8_masked_sub_pixel_variance32x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1625 | | #define aom_highbd_8_masked_sub_pixel_variance32x32 aom_highbd_8_masked_sub_pixel_variance32x32_c |
1626 | | |
1627 | | unsigned int aom_highbd_8_masked_sub_pixel_variance32x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1628 | | #define aom_highbd_8_masked_sub_pixel_variance32x64 aom_highbd_8_masked_sub_pixel_variance32x64_c |
1629 | | |
1630 | | unsigned int aom_highbd_8_masked_sub_pixel_variance32x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1631 | | #define aom_highbd_8_masked_sub_pixel_variance32x8 aom_highbd_8_masked_sub_pixel_variance32x8_c |
1632 | | |
1633 | | unsigned int aom_highbd_8_masked_sub_pixel_variance4x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1634 | | #define aom_highbd_8_masked_sub_pixel_variance4x16 aom_highbd_8_masked_sub_pixel_variance4x16_c |
1635 | | |
1636 | | unsigned int aom_highbd_8_masked_sub_pixel_variance4x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1637 | | #define aom_highbd_8_masked_sub_pixel_variance4x4 aom_highbd_8_masked_sub_pixel_variance4x4_c |
1638 | | |
1639 | | unsigned int aom_highbd_8_masked_sub_pixel_variance4x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1640 | | #define aom_highbd_8_masked_sub_pixel_variance4x8 aom_highbd_8_masked_sub_pixel_variance4x8_c |
1641 | | |
1642 | | unsigned int aom_highbd_8_masked_sub_pixel_variance64x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1643 | | #define aom_highbd_8_masked_sub_pixel_variance64x128 aom_highbd_8_masked_sub_pixel_variance64x128_c |
1644 | | |
1645 | | unsigned int aom_highbd_8_masked_sub_pixel_variance64x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1646 | | #define aom_highbd_8_masked_sub_pixel_variance64x16 aom_highbd_8_masked_sub_pixel_variance64x16_c |
1647 | | |
1648 | | unsigned int aom_highbd_8_masked_sub_pixel_variance64x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1649 | | #define aom_highbd_8_masked_sub_pixel_variance64x32 aom_highbd_8_masked_sub_pixel_variance64x32_c |
1650 | | |
1651 | | unsigned int aom_highbd_8_masked_sub_pixel_variance64x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1652 | | #define aom_highbd_8_masked_sub_pixel_variance64x64 aom_highbd_8_masked_sub_pixel_variance64x64_c |
1653 | | |
1654 | | unsigned int aom_highbd_8_masked_sub_pixel_variance8x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1655 | | #define aom_highbd_8_masked_sub_pixel_variance8x16 aom_highbd_8_masked_sub_pixel_variance8x16_c |
1656 | | |
1657 | | unsigned int aom_highbd_8_masked_sub_pixel_variance8x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1658 | | #define aom_highbd_8_masked_sub_pixel_variance8x32 aom_highbd_8_masked_sub_pixel_variance8x32_c |
1659 | | |
1660 | | unsigned int aom_highbd_8_masked_sub_pixel_variance8x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1661 | | #define aom_highbd_8_masked_sub_pixel_variance8x4 aom_highbd_8_masked_sub_pixel_variance8x4_c |
1662 | | |
1663 | | unsigned int aom_highbd_8_masked_sub_pixel_variance8x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
1664 | | #define aom_highbd_8_masked_sub_pixel_variance8x8 aom_highbd_8_masked_sub_pixel_variance8x8_c |
1665 | | |
1666 | | unsigned int aom_highbd_8_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1667 | 0 | #define aom_highbd_8_mse16x16 aom_highbd_8_mse16x16_c |
1668 | | |
1669 | | unsigned int aom_highbd_8_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1670 | 0 | #define aom_highbd_8_mse16x8 aom_highbd_8_mse16x8_c |
1671 | | |
1672 | | unsigned int aom_highbd_8_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1673 | 0 | #define aom_highbd_8_mse8x16 aom_highbd_8_mse8x16_c |
1674 | | |
1675 | | unsigned int aom_highbd_8_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
1676 | 0 | #define aom_highbd_8_mse8x8 aom_highbd_8_mse8x8_c |
1677 | | |
1678 | | uint32_t aom_highbd_8_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1679 | | #define aom_highbd_8_sub_pixel_avg_variance128x128 aom_highbd_8_sub_pixel_avg_variance128x128_c |
1680 | | |
1681 | | uint32_t aom_highbd_8_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1682 | | #define aom_highbd_8_sub_pixel_avg_variance128x64 aom_highbd_8_sub_pixel_avg_variance128x64_c |
1683 | | |
1684 | | uint32_t aom_highbd_8_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1685 | | #define aom_highbd_8_sub_pixel_avg_variance16x16 aom_highbd_8_sub_pixel_avg_variance16x16_c |
1686 | | |
1687 | | uint32_t aom_highbd_8_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1688 | | #define aom_highbd_8_sub_pixel_avg_variance16x32 aom_highbd_8_sub_pixel_avg_variance16x32_c |
1689 | | |
1690 | | uint32_t aom_highbd_8_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1691 | | #define aom_highbd_8_sub_pixel_avg_variance16x4 aom_highbd_8_sub_pixel_avg_variance16x4_c |
1692 | | |
1693 | | uint32_t aom_highbd_8_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1694 | | #define aom_highbd_8_sub_pixel_avg_variance16x64 aom_highbd_8_sub_pixel_avg_variance16x64_c |
1695 | | |
1696 | | uint32_t aom_highbd_8_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1697 | | #define aom_highbd_8_sub_pixel_avg_variance16x8 aom_highbd_8_sub_pixel_avg_variance16x8_c |
1698 | | |
1699 | | uint32_t aom_highbd_8_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1700 | | #define aom_highbd_8_sub_pixel_avg_variance32x16 aom_highbd_8_sub_pixel_avg_variance32x16_c |
1701 | | |
1702 | | uint32_t aom_highbd_8_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1703 | | #define aom_highbd_8_sub_pixel_avg_variance32x32 aom_highbd_8_sub_pixel_avg_variance32x32_c |
1704 | | |
1705 | | uint32_t aom_highbd_8_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1706 | | #define aom_highbd_8_sub_pixel_avg_variance32x64 aom_highbd_8_sub_pixel_avg_variance32x64_c |
1707 | | |
1708 | | uint32_t aom_highbd_8_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1709 | | #define aom_highbd_8_sub_pixel_avg_variance32x8 aom_highbd_8_sub_pixel_avg_variance32x8_c |
1710 | | |
1711 | | uint32_t aom_highbd_8_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1712 | | #define aom_highbd_8_sub_pixel_avg_variance4x16 aom_highbd_8_sub_pixel_avg_variance4x16_c |
1713 | | |
1714 | | uint32_t aom_highbd_8_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1715 | | #define aom_highbd_8_sub_pixel_avg_variance4x4 aom_highbd_8_sub_pixel_avg_variance4x4_c |
1716 | | |
1717 | | uint32_t aom_highbd_8_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1718 | | #define aom_highbd_8_sub_pixel_avg_variance4x8 aom_highbd_8_sub_pixel_avg_variance4x8_c |
1719 | | |
1720 | | uint32_t aom_highbd_8_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1721 | | #define aom_highbd_8_sub_pixel_avg_variance64x128 aom_highbd_8_sub_pixel_avg_variance64x128_c |
1722 | | |
1723 | | uint32_t aom_highbd_8_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1724 | | #define aom_highbd_8_sub_pixel_avg_variance64x16 aom_highbd_8_sub_pixel_avg_variance64x16_c |
1725 | | |
1726 | | uint32_t aom_highbd_8_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1727 | | #define aom_highbd_8_sub_pixel_avg_variance64x32 aom_highbd_8_sub_pixel_avg_variance64x32_c |
1728 | | |
1729 | | uint32_t aom_highbd_8_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1730 | | #define aom_highbd_8_sub_pixel_avg_variance64x64 aom_highbd_8_sub_pixel_avg_variance64x64_c |
1731 | | |
1732 | | uint32_t aom_highbd_8_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1733 | | #define aom_highbd_8_sub_pixel_avg_variance8x16 aom_highbd_8_sub_pixel_avg_variance8x16_c |
1734 | | |
1735 | | uint32_t aom_highbd_8_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1736 | | #define aom_highbd_8_sub_pixel_avg_variance8x32 aom_highbd_8_sub_pixel_avg_variance8x32_c |
1737 | | |
1738 | | uint32_t aom_highbd_8_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1739 | | #define aom_highbd_8_sub_pixel_avg_variance8x4 aom_highbd_8_sub_pixel_avg_variance8x4_c |
1740 | | |
1741 | | uint32_t aom_highbd_8_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
1742 | | #define aom_highbd_8_sub_pixel_avg_variance8x8 aom_highbd_8_sub_pixel_avg_variance8x8_c |
1743 | | |
1744 | | uint32_t aom_highbd_8_sub_pixel_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1745 | | #define aom_highbd_8_sub_pixel_variance128x128 aom_highbd_8_sub_pixel_variance128x128_c |
1746 | | |
1747 | | uint32_t aom_highbd_8_sub_pixel_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1748 | | #define aom_highbd_8_sub_pixel_variance128x64 aom_highbd_8_sub_pixel_variance128x64_c |
1749 | | |
1750 | | uint32_t aom_highbd_8_sub_pixel_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1751 | | #define aom_highbd_8_sub_pixel_variance16x16 aom_highbd_8_sub_pixel_variance16x16_c |
1752 | | |
1753 | | uint32_t aom_highbd_8_sub_pixel_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1754 | | #define aom_highbd_8_sub_pixel_variance16x32 aom_highbd_8_sub_pixel_variance16x32_c |
1755 | | |
1756 | | uint32_t aom_highbd_8_sub_pixel_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1757 | | #define aom_highbd_8_sub_pixel_variance16x4 aom_highbd_8_sub_pixel_variance16x4_c |
1758 | | |
1759 | | uint32_t aom_highbd_8_sub_pixel_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1760 | | #define aom_highbd_8_sub_pixel_variance16x64 aom_highbd_8_sub_pixel_variance16x64_c |
1761 | | |
1762 | | uint32_t aom_highbd_8_sub_pixel_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1763 | | #define aom_highbd_8_sub_pixel_variance16x8 aom_highbd_8_sub_pixel_variance16x8_c |
1764 | | |
1765 | | uint32_t aom_highbd_8_sub_pixel_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1766 | | #define aom_highbd_8_sub_pixel_variance32x16 aom_highbd_8_sub_pixel_variance32x16_c |
1767 | | |
1768 | | uint32_t aom_highbd_8_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1769 | | #define aom_highbd_8_sub_pixel_variance32x32 aom_highbd_8_sub_pixel_variance32x32_c |
1770 | | |
1771 | | uint32_t aom_highbd_8_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1772 | | #define aom_highbd_8_sub_pixel_variance32x64 aom_highbd_8_sub_pixel_variance32x64_c |
1773 | | |
1774 | | uint32_t aom_highbd_8_sub_pixel_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1775 | | #define aom_highbd_8_sub_pixel_variance32x8 aom_highbd_8_sub_pixel_variance32x8_c |
1776 | | |
1777 | | uint32_t aom_highbd_8_sub_pixel_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1778 | | #define aom_highbd_8_sub_pixel_variance4x16 aom_highbd_8_sub_pixel_variance4x16_c |
1779 | | |
1780 | | uint32_t aom_highbd_8_sub_pixel_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1781 | | #define aom_highbd_8_sub_pixel_variance4x4 aom_highbd_8_sub_pixel_variance4x4_c |
1782 | | |
1783 | | uint32_t aom_highbd_8_sub_pixel_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1784 | | #define aom_highbd_8_sub_pixel_variance4x8 aom_highbd_8_sub_pixel_variance4x8_c |
1785 | | |
1786 | | uint32_t aom_highbd_8_sub_pixel_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1787 | | #define aom_highbd_8_sub_pixel_variance64x128 aom_highbd_8_sub_pixel_variance64x128_c |
1788 | | |
1789 | | uint32_t aom_highbd_8_sub_pixel_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1790 | | #define aom_highbd_8_sub_pixel_variance64x16 aom_highbd_8_sub_pixel_variance64x16_c |
1791 | | |
1792 | | uint32_t aom_highbd_8_sub_pixel_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1793 | | #define aom_highbd_8_sub_pixel_variance64x32 aom_highbd_8_sub_pixel_variance64x32_c |
1794 | | |
1795 | | uint32_t aom_highbd_8_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1796 | | #define aom_highbd_8_sub_pixel_variance64x64 aom_highbd_8_sub_pixel_variance64x64_c |
1797 | | |
1798 | | uint32_t aom_highbd_8_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1799 | | #define aom_highbd_8_sub_pixel_variance8x16 aom_highbd_8_sub_pixel_variance8x16_c |
1800 | | |
1801 | | uint32_t aom_highbd_8_sub_pixel_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1802 | | #define aom_highbd_8_sub_pixel_variance8x32 aom_highbd_8_sub_pixel_variance8x32_c |
1803 | | |
1804 | | uint32_t aom_highbd_8_sub_pixel_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1805 | | #define aom_highbd_8_sub_pixel_variance8x4 aom_highbd_8_sub_pixel_variance8x4_c |
1806 | | |
1807 | | uint32_t aom_highbd_8_sub_pixel_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1808 | | #define aom_highbd_8_sub_pixel_variance8x8 aom_highbd_8_sub_pixel_variance8x8_c |
1809 | | |
1810 | | unsigned int aom_highbd_8_variance128x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1811 | 0 | #define aom_highbd_8_variance128x128 aom_highbd_8_variance128x128_c |
1812 | | |
1813 | | unsigned int aom_highbd_8_variance128x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1814 | 0 | #define aom_highbd_8_variance128x64 aom_highbd_8_variance128x64_c |
1815 | | |
1816 | | unsigned int aom_highbd_8_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1817 | 0 | #define aom_highbd_8_variance16x16 aom_highbd_8_variance16x16_c |
1818 | | |
1819 | | unsigned int aom_highbd_8_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1820 | 0 | #define aom_highbd_8_variance16x32 aom_highbd_8_variance16x32_c |
1821 | | |
1822 | | unsigned int aom_highbd_8_variance16x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1823 | 0 | #define aom_highbd_8_variance16x4 aom_highbd_8_variance16x4_c |
1824 | | |
1825 | | unsigned int aom_highbd_8_variance16x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1826 | 0 | #define aom_highbd_8_variance16x64 aom_highbd_8_variance16x64_c |
1827 | | |
1828 | | unsigned int aom_highbd_8_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1829 | 0 | #define aom_highbd_8_variance16x8 aom_highbd_8_variance16x8_c |
1830 | | |
1831 | | unsigned int aom_highbd_8_variance2x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1832 | 0 | #define aom_highbd_8_variance2x2 aom_highbd_8_variance2x2_c |
1833 | | |
1834 | | unsigned int aom_highbd_8_variance2x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1835 | 0 | #define aom_highbd_8_variance2x4 aom_highbd_8_variance2x4_c |
1836 | | |
1837 | | unsigned int aom_highbd_8_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1838 | 0 | #define aom_highbd_8_variance32x16 aom_highbd_8_variance32x16_c |
1839 | | |
1840 | | unsigned int aom_highbd_8_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1841 | 0 | #define aom_highbd_8_variance32x32 aom_highbd_8_variance32x32_c |
1842 | | |
1843 | | unsigned int aom_highbd_8_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1844 | 0 | #define aom_highbd_8_variance32x64 aom_highbd_8_variance32x64_c |
1845 | | |
1846 | | unsigned int aom_highbd_8_variance32x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1847 | 0 | #define aom_highbd_8_variance32x8 aom_highbd_8_variance32x8_c |
1848 | | |
1849 | | unsigned int aom_highbd_8_variance4x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1850 | 0 | #define aom_highbd_8_variance4x16 aom_highbd_8_variance4x16_c |
1851 | | |
1852 | | unsigned int aom_highbd_8_variance4x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1853 | 0 | #define aom_highbd_8_variance4x2 aom_highbd_8_variance4x2_c |
1854 | | |
1855 | | unsigned int aom_highbd_8_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1856 | 0 | #define aom_highbd_8_variance4x4 aom_highbd_8_variance4x4_c |
1857 | | |
1858 | | unsigned int aom_highbd_8_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1859 | 0 | #define aom_highbd_8_variance4x8 aom_highbd_8_variance4x8_c |
1860 | | |
1861 | | unsigned int aom_highbd_8_variance64x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1862 | 0 | #define aom_highbd_8_variance64x128 aom_highbd_8_variance64x128_c |
1863 | | |
1864 | | unsigned int aom_highbd_8_variance64x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1865 | 0 | #define aom_highbd_8_variance64x16 aom_highbd_8_variance64x16_c |
1866 | | |
1867 | | unsigned int aom_highbd_8_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1868 | 0 | #define aom_highbd_8_variance64x32 aom_highbd_8_variance64x32_c |
1869 | | |
1870 | | unsigned int aom_highbd_8_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1871 | 0 | #define aom_highbd_8_variance64x64 aom_highbd_8_variance64x64_c |
1872 | | |
1873 | | unsigned int aom_highbd_8_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1874 | 0 | #define aom_highbd_8_variance8x16 aom_highbd_8_variance8x16_c |
1875 | | |
1876 | | unsigned int aom_highbd_8_variance8x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
1877 | 0 | #define aom_highbd_8_variance8x32 aom_highbd_8_variance8x32_c |
1878 | | |
1879 | | unsigned int aom_highbd_8_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1880 | 0 | #define aom_highbd_8_variance8x4 aom_highbd_8_variance8x4_c |
1881 | | |
1882 | | unsigned int aom_highbd_8_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
1883 | 0 | #define aom_highbd_8_variance8x8 aom_highbd_8_variance8x8_c |
1884 | | |
1885 | | unsigned int aom_highbd_avg_4x4_c(const uint8_t *, int p); |
1886 | 0 | #define aom_highbd_avg_4x4 aom_highbd_avg_4x4_c |
1887 | | |
1888 | | unsigned int aom_highbd_avg_8x8_c(const uint8_t *, int p); |
1889 | 0 | #define aom_highbd_avg_8x8 aom_highbd_avg_8x8_c |
1890 | | |
1891 | | void aom_highbd_blend_a64_d16_mask_c(uint8_t *dst, uint32_t dst_stride, const CONV_BUF_TYPE *src0, uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subw, int subh, ConvolveParams *conv_params, const int bd); |
1892 | 48 | #define aom_highbd_blend_a64_d16_mask aom_highbd_blend_a64_d16_mask_c |
1893 | | |
1894 | | void aom_highbd_blend_a64_hmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); |
1895 | 42 | #define aom_highbd_blend_a64_hmask aom_highbd_blend_a64_hmask_c |
1896 | | |
1897 | | void aom_highbd_blend_a64_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subw, int subh, int bd); |
1898 | 65 | #define aom_highbd_blend_a64_mask aom_highbd_blend_a64_mask_c |
1899 | | |
1900 | | void aom_highbd_blend_a64_vmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8_t *src1, uint32_t src1_stride, const uint8_t *mask, int w, int h, int bd); |
1901 | 0 | #define aom_highbd_blend_a64_vmask aom_highbd_blend_a64_vmask_c |
1902 | | |
1903 | | void aom_highbd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride); |
1904 | 0 | #define aom_highbd_comp_avg_pred aom_highbd_comp_avg_pred_c |
1905 | | |
1906 | | void aom_highbd_comp_mask_pred_c(uint8_t *comp_pred, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride, const uint8_t *mask, int mask_stride, int invert_mask); |
1907 | 0 | #define aom_highbd_comp_mask_pred aom_highbd_comp_mask_pred_c |
1908 | | |
1909 | | void aom_highbd_convolve8_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, int bd); |
1910 | | #define aom_highbd_convolve8_horiz aom_highbd_convolve8_horiz_c |
1911 | | |
1912 | | void aom_highbd_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 *filter_y, int y_step_q4, int w, int h, int bd); |
1913 | | #define aom_highbd_convolve8_vert aom_highbd_convolve8_vert_c |
1914 | | |
1915 | | void aom_highbd_convolve_copy_c(const uint16_t *src, ptrdiff_t src_stride, uint16_t *dst, ptrdiff_t dst_stride, int w, int h); |
1916 | 56.0k | #define aom_highbd_convolve_copy aom_highbd_convolve_copy_c |
1917 | | |
1918 | | void aom_highbd_dc_128_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1919 | 3 | #define aom_highbd_dc_128_predictor_16x16 aom_highbd_dc_128_predictor_16x16_c |
1920 | | |
1921 | | void aom_highbd_dc_128_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1922 | 3 | #define aom_highbd_dc_128_predictor_16x32 aom_highbd_dc_128_predictor_16x32_c |
1923 | | |
1924 | | void aom_highbd_dc_128_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1925 | 3 | #define aom_highbd_dc_128_predictor_16x4 aom_highbd_dc_128_predictor_16x4_c |
1926 | | |
1927 | | void aom_highbd_dc_128_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1928 | 3 | #define aom_highbd_dc_128_predictor_16x64 aom_highbd_dc_128_predictor_16x64_c |
1929 | | |
1930 | | void aom_highbd_dc_128_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1931 | 3 | #define aom_highbd_dc_128_predictor_16x8 aom_highbd_dc_128_predictor_16x8_c |
1932 | | |
1933 | | void aom_highbd_dc_128_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1934 | | #define aom_highbd_dc_128_predictor_2x2 aom_highbd_dc_128_predictor_2x2_c |
1935 | | |
1936 | | void aom_highbd_dc_128_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1937 | 3 | #define aom_highbd_dc_128_predictor_32x16 aom_highbd_dc_128_predictor_32x16_c |
1938 | | |
1939 | | void aom_highbd_dc_128_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1940 | 3 | #define aom_highbd_dc_128_predictor_32x32 aom_highbd_dc_128_predictor_32x32_c |
1941 | | |
1942 | | void aom_highbd_dc_128_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1943 | 3 | #define aom_highbd_dc_128_predictor_32x64 aom_highbd_dc_128_predictor_32x64_c |
1944 | | |
1945 | | void aom_highbd_dc_128_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1946 | 3 | #define aom_highbd_dc_128_predictor_32x8 aom_highbd_dc_128_predictor_32x8_c |
1947 | | |
1948 | | void aom_highbd_dc_128_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1949 | 3 | #define aom_highbd_dc_128_predictor_4x16 aom_highbd_dc_128_predictor_4x16_c |
1950 | | |
1951 | | void aom_highbd_dc_128_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1952 | 3 | #define aom_highbd_dc_128_predictor_4x4 aom_highbd_dc_128_predictor_4x4_c |
1953 | | |
1954 | | void aom_highbd_dc_128_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1955 | 3 | #define aom_highbd_dc_128_predictor_4x8 aom_highbd_dc_128_predictor_4x8_c |
1956 | | |
1957 | | void aom_highbd_dc_128_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1958 | 3 | #define aom_highbd_dc_128_predictor_64x16 aom_highbd_dc_128_predictor_64x16_c |
1959 | | |
1960 | | void aom_highbd_dc_128_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1961 | 3 | #define aom_highbd_dc_128_predictor_64x32 aom_highbd_dc_128_predictor_64x32_c |
1962 | | |
1963 | | void aom_highbd_dc_128_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1964 | 3 | #define aom_highbd_dc_128_predictor_64x64 aom_highbd_dc_128_predictor_64x64_c |
1965 | | |
1966 | | void aom_highbd_dc_128_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1967 | 3 | #define aom_highbd_dc_128_predictor_8x16 aom_highbd_dc_128_predictor_8x16_c |
1968 | | |
1969 | | void aom_highbd_dc_128_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1970 | 3 | #define aom_highbd_dc_128_predictor_8x32 aom_highbd_dc_128_predictor_8x32_c |
1971 | | |
1972 | | void aom_highbd_dc_128_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1973 | 3 | #define aom_highbd_dc_128_predictor_8x4 aom_highbd_dc_128_predictor_8x4_c |
1974 | | |
1975 | | void aom_highbd_dc_128_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1976 | 3 | #define aom_highbd_dc_128_predictor_8x8 aom_highbd_dc_128_predictor_8x8_c |
1977 | | |
1978 | | void aom_highbd_dc_left_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1979 | 3 | #define aom_highbd_dc_left_predictor_16x16 aom_highbd_dc_left_predictor_16x16_c |
1980 | | |
1981 | | void aom_highbd_dc_left_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1982 | 3 | #define aom_highbd_dc_left_predictor_16x32 aom_highbd_dc_left_predictor_16x32_c |
1983 | | |
1984 | | void aom_highbd_dc_left_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1985 | 3 | #define aom_highbd_dc_left_predictor_16x4 aom_highbd_dc_left_predictor_16x4_c |
1986 | | |
1987 | | void aom_highbd_dc_left_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1988 | 3 | #define aom_highbd_dc_left_predictor_16x64 aom_highbd_dc_left_predictor_16x64_c |
1989 | | |
1990 | | void aom_highbd_dc_left_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1991 | 3 | #define aom_highbd_dc_left_predictor_16x8 aom_highbd_dc_left_predictor_16x8_c |
1992 | | |
1993 | | void aom_highbd_dc_left_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1994 | | #define aom_highbd_dc_left_predictor_2x2 aom_highbd_dc_left_predictor_2x2_c |
1995 | | |
1996 | | void aom_highbd_dc_left_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
1997 | 3 | #define aom_highbd_dc_left_predictor_32x16 aom_highbd_dc_left_predictor_32x16_c |
1998 | | |
1999 | | void aom_highbd_dc_left_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2000 | 3 | #define aom_highbd_dc_left_predictor_32x32 aom_highbd_dc_left_predictor_32x32_c |
2001 | | |
2002 | | void aom_highbd_dc_left_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2003 | 3 | #define aom_highbd_dc_left_predictor_32x64 aom_highbd_dc_left_predictor_32x64_c |
2004 | | |
2005 | | void aom_highbd_dc_left_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2006 | 3 | #define aom_highbd_dc_left_predictor_32x8 aom_highbd_dc_left_predictor_32x8_c |
2007 | | |
2008 | | void aom_highbd_dc_left_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2009 | 3 | #define aom_highbd_dc_left_predictor_4x16 aom_highbd_dc_left_predictor_4x16_c |
2010 | | |
2011 | | void aom_highbd_dc_left_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2012 | 3 | #define aom_highbd_dc_left_predictor_4x4 aom_highbd_dc_left_predictor_4x4_c |
2013 | | |
2014 | | void aom_highbd_dc_left_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2015 | 3 | #define aom_highbd_dc_left_predictor_4x8 aom_highbd_dc_left_predictor_4x8_c |
2016 | | |
2017 | | void aom_highbd_dc_left_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2018 | 3 | #define aom_highbd_dc_left_predictor_64x16 aom_highbd_dc_left_predictor_64x16_c |
2019 | | |
2020 | | void aom_highbd_dc_left_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2021 | 3 | #define aom_highbd_dc_left_predictor_64x32 aom_highbd_dc_left_predictor_64x32_c |
2022 | | |
2023 | | void aom_highbd_dc_left_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2024 | 3 | #define aom_highbd_dc_left_predictor_64x64 aom_highbd_dc_left_predictor_64x64_c |
2025 | | |
2026 | | void aom_highbd_dc_left_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2027 | 3 | #define aom_highbd_dc_left_predictor_8x16 aom_highbd_dc_left_predictor_8x16_c |
2028 | | |
2029 | | void aom_highbd_dc_left_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2030 | 3 | #define aom_highbd_dc_left_predictor_8x32 aom_highbd_dc_left_predictor_8x32_c |
2031 | | |
2032 | | void aom_highbd_dc_left_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2033 | 3 | #define aom_highbd_dc_left_predictor_8x4 aom_highbd_dc_left_predictor_8x4_c |
2034 | | |
2035 | | void aom_highbd_dc_left_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2036 | 3 | #define aom_highbd_dc_left_predictor_8x8 aom_highbd_dc_left_predictor_8x8_c |
2037 | | |
2038 | | void aom_highbd_dc_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2039 | 3 | #define aom_highbd_dc_predictor_16x16 aom_highbd_dc_predictor_16x16_c |
2040 | | |
2041 | | void aom_highbd_dc_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2042 | 3 | #define aom_highbd_dc_predictor_16x32 aom_highbd_dc_predictor_16x32_c |
2043 | | |
2044 | | void aom_highbd_dc_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2045 | 3 | #define aom_highbd_dc_predictor_16x4 aom_highbd_dc_predictor_16x4_c |
2046 | | |
2047 | | void aom_highbd_dc_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2048 | 3 | #define aom_highbd_dc_predictor_16x64 aom_highbd_dc_predictor_16x64_c |
2049 | | |
2050 | | void aom_highbd_dc_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2051 | 3 | #define aom_highbd_dc_predictor_16x8 aom_highbd_dc_predictor_16x8_c |
2052 | | |
2053 | | void aom_highbd_dc_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2054 | | #define aom_highbd_dc_predictor_2x2 aom_highbd_dc_predictor_2x2_c |
2055 | | |
2056 | | void aom_highbd_dc_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2057 | 3 | #define aom_highbd_dc_predictor_32x16 aom_highbd_dc_predictor_32x16_c |
2058 | | |
2059 | | void aom_highbd_dc_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2060 | 3 | #define aom_highbd_dc_predictor_32x32 aom_highbd_dc_predictor_32x32_c |
2061 | | |
2062 | | void aom_highbd_dc_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2063 | 3 | #define aom_highbd_dc_predictor_32x64 aom_highbd_dc_predictor_32x64_c |
2064 | | |
2065 | | void aom_highbd_dc_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2066 | 3 | #define aom_highbd_dc_predictor_32x8 aom_highbd_dc_predictor_32x8_c |
2067 | | |
2068 | | void aom_highbd_dc_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2069 | 3 | #define aom_highbd_dc_predictor_4x16 aom_highbd_dc_predictor_4x16_c |
2070 | | |
2071 | | void aom_highbd_dc_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2072 | 3 | #define aom_highbd_dc_predictor_4x4 aom_highbd_dc_predictor_4x4_c |
2073 | | |
2074 | | void aom_highbd_dc_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2075 | 3 | #define aom_highbd_dc_predictor_4x8 aom_highbd_dc_predictor_4x8_c |
2076 | | |
2077 | | void aom_highbd_dc_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2078 | 3 | #define aom_highbd_dc_predictor_64x16 aom_highbd_dc_predictor_64x16_c |
2079 | | |
2080 | | void aom_highbd_dc_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2081 | 3 | #define aom_highbd_dc_predictor_64x32 aom_highbd_dc_predictor_64x32_c |
2082 | | |
2083 | | void aom_highbd_dc_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2084 | 3 | #define aom_highbd_dc_predictor_64x64 aom_highbd_dc_predictor_64x64_c |
2085 | | |
2086 | | void aom_highbd_dc_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2087 | 3 | #define aom_highbd_dc_predictor_8x16 aom_highbd_dc_predictor_8x16_c |
2088 | | |
2089 | | void aom_highbd_dc_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2090 | 3 | #define aom_highbd_dc_predictor_8x32 aom_highbd_dc_predictor_8x32_c |
2091 | | |
2092 | | void aom_highbd_dc_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2093 | 3 | #define aom_highbd_dc_predictor_8x4 aom_highbd_dc_predictor_8x4_c |
2094 | | |
2095 | | void aom_highbd_dc_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2096 | 3 | #define aom_highbd_dc_predictor_8x8 aom_highbd_dc_predictor_8x8_c |
2097 | | |
2098 | | void aom_highbd_dc_top_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2099 | 3 | #define aom_highbd_dc_top_predictor_16x16 aom_highbd_dc_top_predictor_16x16_c |
2100 | | |
2101 | | void aom_highbd_dc_top_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2102 | 3 | #define aom_highbd_dc_top_predictor_16x32 aom_highbd_dc_top_predictor_16x32_c |
2103 | | |
2104 | | void aom_highbd_dc_top_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2105 | 3 | #define aom_highbd_dc_top_predictor_16x4 aom_highbd_dc_top_predictor_16x4_c |
2106 | | |
2107 | | void aom_highbd_dc_top_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2108 | 3 | #define aom_highbd_dc_top_predictor_16x64 aom_highbd_dc_top_predictor_16x64_c |
2109 | | |
2110 | | void aom_highbd_dc_top_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2111 | 3 | #define aom_highbd_dc_top_predictor_16x8 aom_highbd_dc_top_predictor_16x8_c |
2112 | | |
2113 | | void aom_highbd_dc_top_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2114 | | #define aom_highbd_dc_top_predictor_2x2 aom_highbd_dc_top_predictor_2x2_c |
2115 | | |
2116 | | void aom_highbd_dc_top_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2117 | 3 | #define aom_highbd_dc_top_predictor_32x16 aom_highbd_dc_top_predictor_32x16_c |
2118 | | |
2119 | | void aom_highbd_dc_top_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2120 | 3 | #define aom_highbd_dc_top_predictor_32x32 aom_highbd_dc_top_predictor_32x32_c |
2121 | | |
2122 | | void aom_highbd_dc_top_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2123 | 3 | #define aom_highbd_dc_top_predictor_32x64 aom_highbd_dc_top_predictor_32x64_c |
2124 | | |
2125 | | void aom_highbd_dc_top_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2126 | 3 | #define aom_highbd_dc_top_predictor_32x8 aom_highbd_dc_top_predictor_32x8_c |
2127 | | |
2128 | | void aom_highbd_dc_top_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2129 | 3 | #define aom_highbd_dc_top_predictor_4x16 aom_highbd_dc_top_predictor_4x16_c |
2130 | | |
2131 | | void aom_highbd_dc_top_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2132 | 3 | #define aom_highbd_dc_top_predictor_4x4 aom_highbd_dc_top_predictor_4x4_c |
2133 | | |
2134 | | void aom_highbd_dc_top_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2135 | 3 | #define aom_highbd_dc_top_predictor_4x8 aom_highbd_dc_top_predictor_4x8_c |
2136 | | |
2137 | | void aom_highbd_dc_top_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2138 | 3 | #define aom_highbd_dc_top_predictor_64x16 aom_highbd_dc_top_predictor_64x16_c |
2139 | | |
2140 | | void aom_highbd_dc_top_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2141 | 3 | #define aom_highbd_dc_top_predictor_64x32 aom_highbd_dc_top_predictor_64x32_c |
2142 | | |
2143 | | void aom_highbd_dc_top_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2144 | 3 | #define aom_highbd_dc_top_predictor_64x64 aom_highbd_dc_top_predictor_64x64_c |
2145 | | |
2146 | | void aom_highbd_dc_top_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2147 | 3 | #define aom_highbd_dc_top_predictor_8x16 aom_highbd_dc_top_predictor_8x16_c |
2148 | | |
2149 | | void aom_highbd_dc_top_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2150 | 3 | #define aom_highbd_dc_top_predictor_8x32 aom_highbd_dc_top_predictor_8x32_c |
2151 | | |
2152 | | void aom_highbd_dc_top_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2153 | 3 | #define aom_highbd_dc_top_predictor_8x4 aom_highbd_dc_top_predictor_8x4_c |
2154 | | |
2155 | | void aom_highbd_dc_top_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2156 | 3 | #define aom_highbd_dc_top_predictor_8x8 aom_highbd_dc_top_predictor_8x8_c |
2157 | | |
2158 | | void aom_highbd_dist_wtd_comp_avg_pred_c(uint8_t *comp_pred8, const uint8_t *pred8, int width, int height, const uint8_t *ref8, int ref_stride, const DIST_WTD_COMP_PARAMS *jcp_param); |
2159 | 0 | #define aom_highbd_dist_wtd_comp_avg_pred aom_highbd_dist_wtd_comp_avg_pred_c |
2160 | | |
2161 | | unsigned int aom_highbd_dist_wtd_sad128x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2162 | | #define aom_highbd_dist_wtd_sad128x128_avg aom_highbd_dist_wtd_sad128x128_avg_c |
2163 | | |
2164 | | unsigned int aom_highbd_dist_wtd_sad128x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2165 | | #define aom_highbd_dist_wtd_sad128x64_avg aom_highbd_dist_wtd_sad128x64_avg_c |
2166 | | |
2167 | | unsigned int aom_highbd_dist_wtd_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2168 | | #define aom_highbd_dist_wtd_sad16x16_avg aom_highbd_dist_wtd_sad16x16_avg_c |
2169 | | |
2170 | | unsigned int aom_highbd_dist_wtd_sad16x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2171 | | #define aom_highbd_dist_wtd_sad16x32_avg aom_highbd_dist_wtd_sad16x32_avg_c |
2172 | | |
2173 | | unsigned int aom_highbd_dist_wtd_sad16x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2174 | | #define aom_highbd_dist_wtd_sad16x4_avg aom_highbd_dist_wtd_sad16x4_avg_c |
2175 | | |
2176 | | unsigned int aom_highbd_dist_wtd_sad16x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2177 | | #define aom_highbd_dist_wtd_sad16x64_avg aom_highbd_dist_wtd_sad16x64_avg_c |
2178 | | |
2179 | | unsigned int aom_highbd_dist_wtd_sad16x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2180 | | #define aom_highbd_dist_wtd_sad16x8_avg aom_highbd_dist_wtd_sad16x8_avg_c |
2181 | | |
2182 | | unsigned int aom_highbd_dist_wtd_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2183 | | #define aom_highbd_dist_wtd_sad32x16_avg aom_highbd_dist_wtd_sad32x16_avg_c |
2184 | | |
2185 | | unsigned int aom_highbd_dist_wtd_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2186 | | #define aom_highbd_dist_wtd_sad32x32_avg aom_highbd_dist_wtd_sad32x32_avg_c |
2187 | | |
2188 | | unsigned int aom_highbd_dist_wtd_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2189 | | #define aom_highbd_dist_wtd_sad32x64_avg aom_highbd_dist_wtd_sad32x64_avg_c |
2190 | | |
2191 | | unsigned int aom_highbd_dist_wtd_sad32x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2192 | | #define aom_highbd_dist_wtd_sad32x8_avg aom_highbd_dist_wtd_sad32x8_avg_c |
2193 | | |
2194 | | unsigned int aom_highbd_dist_wtd_sad4x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2195 | | #define aom_highbd_dist_wtd_sad4x16_avg aom_highbd_dist_wtd_sad4x16_avg_c |
2196 | | |
2197 | | unsigned int aom_highbd_dist_wtd_sad4x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2198 | | #define aom_highbd_dist_wtd_sad4x4_avg aom_highbd_dist_wtd_sad4x4_avg_c |
2199 | | |
2200 | | unsigned int aom_highbd_dist_wtd_sad4x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2201 | | #define aom_highbd_dist_wtd_sad4x8_avg aom_highbd_dist_wtd_sad4x8_avg_c |
2202 | | |
2203 | | unsigned int aom_highbd_dist_wtd_sad64x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2204 | | #define aom_highbd_dist_wtd_sad64x128_avg aom_highbd_dist_wtd_sad64x128_avg_c |
2205 | | |
2206 | | unsigned int aom_highbd_dist_wtd_sad64x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2207 | | #define aom_highbd_dist_wtd_sad64x16_avg aom_highbd_dist_wtd_sad64x16_avg_c |
2208 | | |
2209 | | unsigned int aom_highbd_dist_wtd_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2210 | | #define aom_highbd_dist_wtd_sad64x32_avg aom_highbd_dist_wtd_sad64x32_avg_c |
2211 | | |
2212 | | unsigned int aom_highbd_dist_wtd_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2213 | | #define aom_highbd_dist_wtd_sad64x64_avg aom_highbd_dist_wtd_sad64x64_avg_c |
2214 | | |
2215 | | unsigned int aom_highbd_dist_wtd_sad8x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2216 | | #define aom_highbd_dist_wtd_sad8x16_avg aom_highbd_dist_wtd_sad8x16_avg_c |
2217 | | |
2218 | | unsigned int aom_highbd_dist_wtd_sad8x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2219 | | #define aom_highbd_dist_wtd_sad8x32_avg aom_highbd_dist_wtd_sad8x32_avg_c |
2220 | | |
2221 | | unsigned int aom_highbd_dist_wtd_sad8x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2222 | | #define aom_highbd_dist_wtd_sad8x4_avg aom_highbd_dist_wtd_sad8x4_avg_c |
2223 | | |
2224 | | unsigned int aom_highbd_dist_wtd_sad8x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred, const DIST_WTD_COMP_PARAMS* jcp_param); |
2225 | | #define aom_highbd_dist_wtd_sad8x8_avg aom_highbd_dist_wtd_sad8x8_avg_c |
2226 | | |
2227 | | void aom_highbd_fdct8x8_c(const int16_t *input, tran_low_t *output, int stride); |
2228 | | #define aom_highbd_fdct8x8 aom_highbd_fdct8x8_c |
2229 | | |
2230 | | void aom_highbd_h_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2231 | 3 | #define aom_highbd_h_predictor_16x16 aom_highbd_h_predictor_16x16_c |
2232 | | |
2233 | | void aom_highbd_h_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2234 | 3 | #define aom_highbd_h_predictor_16x32 aom_highbd_h_predictor_16x32_c |
2235 | | |
2236 | | void aom_highbd_h_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2237 | 3 | #define aom_highbd_h_predictor_16x4 aom_highbd_h_predictor_16x4_c |
2238 | | |
2239 | | void aom_highbd_h_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2240 | 3 | #define aom_highbd_h_predictor_16x64 aom_highbd_h_predictor_16x64_c |
2241 | | |
2242 | | void aom_highbd_h_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2243 | 3 | #define aom_highbd_h_predictor_16x8 aom_highbd_h_predictor_16x8_c |
2244 | | |
2245 | | void aom_highbd_h_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2246 | | #define aom_highbd_h_predictor_2x2 aom_highbd_h_predictor_2x2_c |
2247 | | |
2248 | | void aom_highbd_h_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2249 | 3 | #define aom_highbd_h_predictor_32x16 aom_highbd_h_predictor_32x16_c |
2250 | | |
2251 | | void aom_highbd_h_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2252 | 3 | #define aom_highbd_h_predictor_32x32 aom_highbd_h_predictor_32x32_c |
2253 | | |
2254 | | void aom_highbd_h_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2255 | 3 | #define aom_highbd_h_predictor_32x64 aom_highbd_h_predictor_32x64_c |
2256 | | |
2257 | | void aom_highbd_h_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2258 | 3 | #define aom_highbd_h_predictor_32x8 aom_highbd_h_predictor_32x8_c |
2259 | | |
2260 | | void aom_highbd_h_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2261 | 3 | #define aom_highbd_h_predictor_4x16 aom_highbd_h_predictor_4x16_c |
2262 | | |
2263 | | void aom_highbd_h_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2264 | 3 | #define aom_highbd_h_predictor_4x4 aom_highbd_h_predictor_4x4_c |
2265 | | |
2266 | | void aom_highbd_h_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2267 | 3 | #define aom_highbd_h_predictor_4x8 aom_highbd_h_predictor_4x8_c |
2268 | | |
2269 | | void aom_highbd_h_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2270 | 3 | #define aom_highbd_h_predictor_64x16 aom_highbd_h_predictor_64x16_c |
2271 | | |
2272 | | void aom_highbd_h_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2273 | 3 | #define aom_highbd_h_predictor_64x32 aom_highbd_h_predictor_64x32_c |
2274 | | |
2275 | | void aom_highbd_h_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2276 | 3 | #define aom_highbd_h_predictor_64x64 aom_highbd_h_predictor_64x64_c |
2277 | | |
2278 | | void aom_highbd_h_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2279 | 3 | #define aom_highbd_h_predictor_8x16 aom_highbd_h_predictor_8x16_c |
2280 | | |
2281 | | void aom_highbd_h_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2282 | 3 | #define aom_highbd_h_predictor_8x32 aom_highbd_h_predictor_8x32_c |
2283 | | |
2284 | | void aom_highbd_h_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2285 | 3 | #define aom_highbd_h_predictor_8x4 aom_highbd_h_predictor_8x4_c |
2286 | | |
2287 | | void aom_highbd_h_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2288 | 3 | #define aom_highbd_h_predictor_8x8 aom_highbd_h_predictor_8x8_c |
2289 | | |
2290 | | void aom_highbd_hadamard_16x16_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
2291 | | #define aom_highbd_hadamard_16x16 aom_highbd_hadamard_16x16_c |
2292 | | |
2293 | | void aom_highbd_hadamard_32x32_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
2294 | | #define aom_highbd_hadamard_32x32 aom_highbd_hadamard_32x32_c |
2295 | | |
2296 | | void aom_highbd_hadamard_8x8_c(const int16_t *src_diff, ptrdiff_t src_stride, tran_low_t *coeff); |
2297 | | #define aom_highbd_hadamard_8x8 aom_highbd_hadamard_8x8_c |
2298 | | |
2299 | | void aom_highbd_lpf_horizontal_14_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2300 | 451k | #define aom_highbd_lpf_horizontal_14 aom_highbd_lpf_horizontal_14_c |
2301 | | |
2302 | | void aom_highbd_lpf_horizontal_14_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1,int bd); |
2303 | | #define aom_highbd_lpf_horizontal_14_dual aom_highbd_lpf_horizontal_14_dual_c |
2304 | | |
2305 | | void aom_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2306 | 556k | #define aom_highbd_lpf_horizontal_4 aom_highbd_lpf_horizontal_4_c |
2307 | | |
2308 | | void aom_highbd_lpf_horizontal_4_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2309 | | #define aom_highbd_lpf_horizontal_4_dual aom_highbd_lpf_horizontal_4_dual_c |
2310 | | |
2311 | | void aom_highbd_lpf_horizontal_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2312 | 672k | #define aom_highbd_lpf_horizontal_6 aom_highbd_lpf_horizontal_6_c |
2313 | | |
2314 | | void aom_highbd_lpf_horizontal_6_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2315 | | #define aom_highbd_lpf_horizontal_6_dual aom_highbd_lpf_horizontal_6_dual_c |
2316 | | |
2317 | | void aom_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2318 | 138k | #define aom_highbd_lpf_horizontal_8 aom_highbd_lpf_horizontal_8_c |
2319 | | |
2320 | | void aom_highbd_lpf_horizontal_8_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2321 | | #define aom_highbd_lpf_horizontal_8_dual aom_highbd_lpf_horizontal_8_dual_c |
2322 | | |
2323 | | void aom_highbd_lpf_vertical_14_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2324 | 601k | #define aom_highbd_lpf_vertical_14 aom_highbd_lpf_vertical_14_c |
2325 | | |
2326 | | void aom_highbd_lpf_vertical_14_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2327 | | #define aom_highbd_lpf_vertical_14_dual aom_highbd_lpf_vertical_14_dual_c |
2328 | | |
2329 | | void aom_highbd_lpf_vertical_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2330 | 574k | #define aom_highbd_lpf_vertical_4 aom_highbd_lpf_vertical_4_c |
2331 | | |
2332 | | void aom_highbd_lpf_vertical_4_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2333 | | #define aom_highbd_lpf_vertical_4_dual aom_highbd_lpf_vertical_4_dual_c |
2334 | | |
2335 | | void aom_highbd_lpf_vertical_6_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2336 | 836k | #define aom_highbd_lpf_vertical_6 aom_highbd_lpf_vertical_6_c |
2337 | | |
2338 | | void aom_highbd_lpf_vertical_6_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2339 | | #define aom_highbd_lpf_vertical_6_dual aom_highbd_lpf_vertical_6_dual_c |
2340 | | |
2341 | | void aom_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int bd); |
2342 | 143k | #define aom_highbd_lpf_vertical_8 aom_highbd_lpf_vertical_8_c |
2343 | | |
2344 | | void aom_highbd_lpf_vertical_8_dual_c(uint16_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd); |
2345 | | #define aom_highbd_lpf_vertical_8_dual aom_highbd_lpf_vertical_8_dual_c |
2346 | | |
2347 | | unsigned int aom_highbd_masked_sad128x128_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2348 | | #define aom_highbd_masked_sad128x128 aom_highbd_masked_sad128x128_c |
2349 | | |
2350 | | unsigned int aom_highbd_masked_sad128x64_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2351 | | #define aom_highbd_masked_sad128x64 aom_highbd_masked_sad128x64_c |
2352 | | |
2353 | | unsigned int aom_highbd_masked_sad16x16_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2354 | | #define aom_highbd_masked_sad16x16 aom_highbd_masked_sad16x16_c |
2355 | | |
2356 | | unsigned int aom_highbd_masked_sad16x32_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2357 | | #define aom_highbd_masked_sad16x32 aom_highbd_masked_sad16x32_c |
2358 | | |
2359 | | unsigned int aom_highbd_masked_sad16x4_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2360 | | #define aom_highbd_masked_sad16x4 aom_highbd_masked_sad16x4_c |
2361 | | |
2362 | | unsigned int aom_highbd_masked_sad16x64_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2363 | | #define aom_highbd_masked_sad16x64 aom_highbd_masked_sad16x64_c |
2364 | | |
2365 | | unsigned int aom_highbd_masked_sad16x8_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2366 | | #define aom_highbd_masked_sad16x8 aom_highbd_masked_sad16x8_c |
2367 | | |
2368 | | unsigned int aom_highbd_masked_sad32x16_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2369 | | #define aom_highbd_masked_sad32x16 aom_highbd_masked_sad32x16_c |
2370 | | |
2371 | | unsigned int aom_highbd_masked_sad32x32_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2372 | | #define aom_highbd_masked_sad32x32 aom_highbd_masked_sad32x32_c |
2373 | | |
2374 | | unsigned int aom_highbd_masked_sad32x64_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2375 | | #define aom_highbd_masked_sad32x64 aom_highbd_masked_sad32x64_c |
2376 | | |
2377 | | unsigned int aom_highbd_masked_sad32x8_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2378 | | #define aom_highbd_masked_sad32x8 aom_highbd_masked_sad32x8_c |
2379 | | |
2380 | | unsigned int aom_highbd_masked_sad4x16_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2381 | | #define aom_highbd_masked_sad4x16 aom_highbd_masked_sad4x16_c |
2382 | | |
2383 | | unsigned int aom_highbd_masked_sad4x4_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2384 | | #define aom_highbd_masked_sad4x4 aom_highbd_masked_sad4x4_c |
2385 | | |
2386 | | unsigned int aom_highbd_masked_sad4x8_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2387 | | #define aom_highbd_masked_sad4x8 aom_highbd_masked_sad4x8_c |
2388 | | |
2389 | | unsigned int aom_highbd_masked_sad64x128_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2390 | | #define aom_highbd_masked_sad64x128 aom_highbd_masked_sad64x128_c |
2391 | | |
2392 | | unsigned int aom_highbd_masked_sad64x16_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2393 | | #define aom_highbd_masked_sad64x16 aom_highbd_masked_sad64x16_c |
2394 | | |
2395 | | unsigned int aom_highbd_masked_sad64x32_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2396 | | #define aom_highbd_masked_sad64x32 aom_highbd_masked_sad64x32_c |
2397 | | |
2398 | | unsigned int aom_highbd_masked_sad64x64_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2399 | | #define aom_highbd_masked_sad64x64 aom_highbd_masked_sad64x64_c |
2400 | | |
2401 | | unsigned int aom_highbd_masked_sad8x16_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2402 | | #define aom_highbd_masked_sad8x16 aom_highbd_masked_sad8x16_c |
2403 | | |
2404 | | unsigned int aom_highbd_masked_sad8x32_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2405 | | #define aom_highbd_masked_sad8x32 aom_highbd_masked_sad8x32_c |
2406 | | |
2407 | | unsigned int aom_highbd_masked_sad8x4_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2408 | | #define aom_highbd_masked_sad8x4 aom_highbd_masked_sad8x4_c |
2409 | | |
2410 | | unsigned int aom_highbd_masked_sad8x8_c(const uint8_t *src8, int src_stride, const uint8_t *ref8, int ref_stride, const uint8_t *second_pred8, const uint8_t *msk, int msk_stride, int invert_mask); |
2411 | | #define aom_highbd_masked_sad8x8 aom_highbd_masked_sad8x8_c |
2412 | | |
2413 | | void aom_highbd_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); |
2414 | 0 | #define aom_highbd_minmax_8x8 aom_highbd_minmax_8x8_c |
2415 | | |
2416 | | unsigned int aom_highbd_obmc_sad128x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2417 | | #define aom_highbd_obmc_sad128x128 aom_highbd_obmc_sad128x128_c |
2418 | | |
2419 | | unsigned int aom_highbd_obmc_sad128x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2420 | | #define aom_highbd_obmc_sad128x64 aom_highbd_obmc_sad128x64_c |
2421 | | |
2422 | | unsigned int aom_highbd_obmc_sad16x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2423 | | #define aom_highbd_obmc_sad16x16 aom_highbd_obmc_sad16x16_c |
2424 | | |
2425 | | unsigned int aom_highbd_obmc_sad16x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2426 | | #define aom_highbd_obmc_sad16x32 aom_highbd_obmc_sad16x32_c |
2427 | | |
2428 | | unsigned int aom_highbd_obmc_sad16x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2429 | | #define aom_highbd_obmc_sad16x4 aom_highbd_obmc_sad16x4_c |
2430 | | |
2431 | | unsigned int aom_highbd_obmc_sad16x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2432 | | #define aom_highbd_obmc_sad16x64 aom_highbd_obmc_sad16x64_c |
2433 | | |
2434 | | unsigned int aom_highbd_obmc_sad16x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2435 | | #define aom_highbd_obmc_sad16x8 aom_highbd_obmc_sad16x8_c |
2436 | | |
2437 | | unsigned int aom_highbd_obmc_sad32x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2438 | | #define aom_highbd_obmc_sad32x16 aom_highbd_obmc_sad32x16_c |
2439 | | |
2440 | | unsigned int aom_highbd_obmc_sad32x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2441 | | #define aom_highbd_obmc_sad32x32 aom_highbd_obmc_sad32x32_c |
2442 | | |
2443 | | unsigned int aom_highbd_obmc_sad32x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2444 | | #define aom_highbd_obmc_sad32x64 aom_highbd_obmc_sad32x64_c |
2445 | | |
2446 | | unsigned int aom_highbd_obmc_sad32x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2447 | | #define aom_highbd_obmc_sad32x8 aom_highbd_obmc_sad32x8_c |
2448 | | |
2449 | | unsigned int aom_highbd_obmc_sad4x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2450 | | #define aom_highbd_obmc_sad4x16 aom_highbd_obmc_sad4x16_c |
2451 | | |
2452 | | unsigned int aom_highbd_obmc_sad4x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2453 | | #define aom_highbd_obmc_sad4x4 aom_highbd_obmc_sad4x4_c |
2454 | | |
2455 | | unsigned int aom_highbd_obmc_sad4x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2456 | | #define aom_highbd_obmc_sad4x8 aom_highbd_obmc_sad4x8_c |
2457 | | |
2458 | | unsigned int aom_highbd_obmc_sad64x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2459 | | #define aom_highbd_obmc_sad64x128 aom_highbd_obmc_sad64x128_c |
2460 | | |
2461 | | unsigned int aom_highbd_obmc_sad64x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2462 | | #define aom_highbd_obmc_sad64x16 aom_highbd_obmc_sad64x16_c |
2463 | | |
2464 | | unsigned int aom_highbd_obmc_sad64x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2465 | | #define aom_highbd_obmc_sad64x32 aom_highbd_obmc_sad64x32_c |
2466 | | |
2467 | | unsigned int aom_highbd_obmc_sad64x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2468 | | #define aom_highbd_obmc_sad64x64 aom_highbd_obmc_sad64x64_c |
2469 | | |
2470 | | unsigned int aom_highbd_obmc_sad8x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2471 | | #define aom_highbd_obmc_sad8x16 aom_highbd_obmc_sad8x16_c |
2472 | | |
2473 | | unsigned int aom_highbd_obmc_sad8x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2474 | | #define aom_highbd_obmc_sad8x32 aom_highbd_obmc_sad8x32_c |
2475 | | |
2476 | | unsigned int aom_highbd_obmc_sad8x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2477 | | #define aom_highbd_obmc_sad8x4 aom_highbd_obmc_sad8x4_c |
2478 | | |
2479 | | unsigned int aom_highbd_obmc_sad8x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
2480 | | #define aom_highbd_obmc_sad8x8 aom_highbd_obmc_sad8x8_c |
2481 | | |
2482 | | unsigned int aom_highbd_obmc_sub_pixel_variance128x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2483 | | #define aom_highbd_obmc_sub_pixel_variance128x128 aom_highbd_obmc_sub_pixel_variance128x128_c |
2484 | | |
2485 | | unsigned int aom_highbd_obmc_sub_pixel_variance128x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2486 | | #define aom_highbd_obmc_sub_pixel_variance128x64 aom_highbd_obmc_sub_pixel_variance128x64_c |
2487 | | |
2488 | | unsigned int aom_highbd_obmc_sub_pixel_variance16x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2489 | | #define aom_highbd_obmc_sub_pixel_variance16x16 aom_highbd_obmc_sub_pixel_variance16x16_c |
2490 | | |
2491 | | unsigned int aom_highbd_obmc_sub_pixel_variance16x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2492 | | #define aom_highbd_obmc_sub_pixel_variance16x32 aom_highbd_obmc_sub_pixel_variance16x32_c |
2493 | | |
2494 | | unsigned int aom_highbd_obmc_sub_pixel_variance16x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2495 | | #define aom_highbd_obmc_sub_pixel_variance16x4 aom_highbd_obmc_sub_pixel_variance16x4_c |
2496 | | |
2497 | | unsigned int aom_highbd_obmc_sub_pixel_variance16x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2498 | | #define aom_highbd_obmc_sub_pixel_variance16x64 aom_highbd_obmc_sub_pixel_variance16x64_c |
2499 | | |
2500 | | unsigned int aom_highbd_obmc_sub_pixel_variance16x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2501 | | #define aom_highbd_obmc_sub_pixel_variance16x8 aom_highbd_obmc_sub_pixel_variance16x8_c |
2502 | | |
2503 | | unsigned int aom_highbd_obmc_sub_pixel_variance32x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2504 | | #define aom_highbd_obmc_sub_pixel_variance32x16 aom_highbd_obmc_sub_pixel_variance32x16_c |
2505 | | |
2506 | | unsigned int aom_highbd_obmc_sub_pixel_variance32x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2507 | | #define aom_highbd_obmc_sub_pixel_variance32x32 aom_highbd_obmc_sub_pixel_variance32x32_c |
2508 | | |
2509 | | unsigned int aom_highbd_obmc_sub_pixel_variance32x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2510 | | #define aom_highbd_obmc_sub_pixel_variance32x64 aom_highbd_obmc_sub_pixel_variance32x64_c |
2511 | | |
2512 | | unsigned int aom_highbd_obmc_sub_pixel_variance32x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2513 | | #define aom_highbd_obmc_sub_pixel_variance32x8 aom_highbd_obmc_sub_pixel_variance32x8_c |
2514 | | |
2515 | | unsigned int aom_highbd_obmc_sub_pixel_variance4x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2516 | | #define aom_highbd_obmc_sub_pixel_variance4x16 aom_highbd_obmc_sub_pixel_variance4x16_c |
2517 | | |
2518 | | unsigned int aom_highbd_obmc_sub_pixel_variance4x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2519 | | #define aom_highbd_obmc_sub_pixel_variance4x4 aom_highbd_obmc_sub_pixel_variance4x4_c |
2520 | | |
2521 | | unsigned int aom_highbd_obmc_sub_pixel_variance4x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2522 | | #define aom_highbd_obmc_sub_pixel_variance4x8 aom_highbd_obmc_sub_pixel_variance4x8_c |
2523 | | |
2524 | | unsigned int aom_highbd_obmc_sub_pixel_variance64x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2525 | | #define aom_highbd_obmc_sub_pixel_variance64x128 aom_highbd_obmc_sub_pixel_variance64x128_c |
2526 | | |
2527 | | unsigned int aom_highbd_obmc_sub_pixel_variance64x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2528 | | #define aom_highbd_obmc_sub_pixel_variance64x16 aom_highbd_obmc_sub_pixel_variance64x16_c |
2529 | | |
2530 | | unsigned int aom_highbd_obmc_sub_pixel_variance64x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2531 | | #define aom_highbd_obmc_sub_pixel_variance64x32 aom_highbd_obmc_sub_pixel_variance64x32_c |
2532 | | |
2533 | | unsigned int aom_highbd_obmc_sub_pixel_variance64x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2534 | | #define aom_highbd_obmc_sub_pixel_variance64x64 aom_highbd_obmc_sub_pixel_variance64x64_c |
2535 | | |
2536 | | unsigned int aom_highbd_obmc_sub_pixel_variance8x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2537 | | #define aom_highbd_obmc_sub_pixel_variance8x16 aom_highbd_obmc_sub_pixel_variance8x16_c |
2538 | | |
2539 | | unsigned int aom_highbd_obmc_sub_pixel_variance8x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2540 | | #define aom_highbd_obmc_sub_pixel_variance8x32 aom_highbd_obmc_sub_pixel_variance8x32_c |
2541 | | |
2542 | | unsigned int aom_highbd_obmc_sub_pixel_variance8x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2543 | | #define aom_highbd_obmc_sub_pixel_variance8x4 aom_highbd_obmc_sub_pixel_variance8x4_c |
2544 | | |
2545 | | unsigned int aom_highbd_obmc_sub_pixel_variance8x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2546 | | #define aom_highbd_obmc_sub_pixel_variance8x8 aom_highbd_obmc_sub_pixel_variance8x8_c |
2547 | | |
2548 | | unsigned int aom_highbd_obmc_variance128x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2549 | | #define aom_highbd_obmc_variance128x128 aom_highbd_obmc_variance128x128_c |
2550 | | |
2551 | | unsigned int aom_highbd_obmc_variance128x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2552 | | #define aom_highbd_obmc_variance128x64 aom_highbd_obmc_variance128x64_c |
2553 | | |
2554 | | unsigned int aom_highbd_obmc_variance16x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2555 | | #define aom_highbd_obmc_variance16x16 aom_highbd_obmc_variance16x16_c |
2556 | | |
2557 | | unsigned int aom_highbd_obmc_variance16x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2558 | | #define aom_highbd_obmc_variance16x32 aom_highbd_obmc_variance16x32_c |
2559 | | |
2560 | | unsigned int aom_highbd_obmc_variance16x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2561 | | #define aom_highbd_obmc_variance16x4 aom_highbd_obmc_variance16x4_c |
2562 | | |
2563 | | unsigned int aom_highbd_obmc_variance16x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2564 | | #define aom_highbd_obmc_variance16x64 aom_highbd_obmc_variance16x64_c |
2565 | | |
2566 | | unsigned int aom_highbd_obmc_variance16x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2567 | | #define aom_highbd_obmc_variance16x8 aom_highbd_obmc_variance16x8_c |
2568 | | |
2569 | | unsigned int aom_highbd_obmc_variance32x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2570 | | #define aom_highbd_obmc_variance32x16 aom_highbd_obmc_variance32x16_c |
2571 | | |
2572 | | unsigned int aom_highbd_obmc_variance32x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2573 | | #define aom_highbd_obmc_variance32x32 aom_highbd_obmc_variance32x32_c |
2574 | | |
2575 | | unsigned int aom_highbd_obmc_variance32x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2576 | | #define aom_highbd_obmc_variance32x64 aom_highbd_obmc_variance32x64_c |
2577 | | |
2578 | | unsigned int aom_highbd_obmc_variance32x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2579 | | #define aom_highbd_obmc_variance32x8 aom_highbd_obmc_variance32x8_c |
2580 | | |
2581 | | unsigned int aom_highbd_obmc_variance4x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2582 | | #define aom_highbd_obmc_variance4x16 aom_highbd_obmc_variance4x16_c |
2583 | | |
2584 | | unsigned int aom_highbd_obmc_variance4x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2585 | | #define aom_highbd_obmc_variance4x4 aom_highbd_obmc_variance4x4_c |
2586 | | |
2587 | | unsigned int aom_highbd_obmc_variance4x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2588 | | #define aom_highbd_obmc_variance4x8 aom_highbd_obmc_variance4x8_c |
2589 | | |
2590 | | unsigned int aom_highbd_obmc_variance64x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2591 | | #define aom_highbd_obmc_variance64x128 aom_highbd_obmc_variance64x128_c |
2592 | | |
2593 | | unsigned int aom_highbd_obmc_variance64x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2594 | | #define aom_highbd_obmc_variance64x16 aom_highbd_obmc_variance64x16_c |
2595 | | |
2596 | | unsigned int aom_highbd_obmc_variance64x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2597 | | #define aom_highbd_obmc_variance64x32 aom_highbd_obmc_variance64x32_c |
2598 | | |
2599 | | unsigned int aom_highbd_obmc_variance64x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2600 | | #define aom_highbd_obmc_variance64x64 aom_highbd_obmc_variance64x64_c |
2601 | | |
2602 | | unsigned int aom_highbd_obmc_variance8x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2603 | | #define aom_highbd_obmc_variance8x16 aom_highbd_obmc_variance8x16_c |
2604 | | |
2605 | | unsigned int aom_highbd_obmc_variance8x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2606 | | #define aom_highbd_obmc_variance8x32 aom_highbd_obmc_variance8x32_c |
2607 | | |
2608 | | unsigned int aom_highbd_obmc_variance8x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2609 | | #define aom_highbd_obmc_variance8x4 aom_highbd_obmc_variance8x4_c |
2610 | | |
2611 | | unsigned int aom_highbd_obmc_variance8x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
2612 | | #define aom_highbd_obmc_variance8x8 aom_highbd_obmc_variance8x8_c |
2613 | | |
2614 | | void aom_highbd_paeth_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2615 | 3 | #define aom_highbd_paeth_predictor_16x16 aom_highbd_paeth_predictor_16x16_c |
2616 | | |
2617 | | void aom_highbd_paeth_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2618 | 3 | #define aom_highbd_paeth_predictor_16x32 aom_highbd_paeth_predictor_16x32_c |
2619 | | |
2620 | | void aom_highbd_paeth_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2621 | 3 | #define aom_highbd_paeth_predictor_16x4 aom_highbd_paeth_predictor_16x4_c |
2622 | | |
2623 | | void aom_highbd_paeth_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2624 | 3 | #define aom_highbd_paeth_predictor_16x64 aom_highbd_paeth_predictor_16x64_c |
2625 | | |
2626 | | void aom_highbd_paeth_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2627 | 3 | #define aom_highbd_paeth_predictor_16x8 aom_highbd_paeth_predictor_16x8_c |
2628 | | |
2629 | | void aom_highbd_paeth_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2630 | | #define aom_highbd_paeth_predictor_2x2 aom_highbd_paeth_predictor_2x2_c |
2631 | | |
2632 | | void aom_highbd_paeth_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2633 | 3 | #define aom_highbd_paeth_predictor_32x16 aom_highbd_paeth_predictor_32x16_c |
2634 | | |
2635 | | void aom_highbd_paeth_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2636 | 3 | #define aom_highbd_paeth_predictor_32x32 aom_highbd_paeth_predictor_32x32_c |
2637 | | |
2638 | | void aom_highbd_paeth_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2639 | 3 | #define aom_highbd_paeth_predictor_32x64 aom_highbd_paeth_predictor_32x64_c |
2640 | | |
2641 | | void aom_highbd_paeth_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2642 | 3 | #define aom_highbd_paeth_predictor_32x8 aom_highbd_paeth_predictor_32x8_c |
2643 | | |
2644 | | void aom_highbd_paeth_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2645 | 3 | #define aom_highbd_paeth_predictor_4x16 aom_highbd_paeth_predictor_4x16_c |
2646 | | |
2647 | | void aom_highbd_paeth_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2648 | 3 | #define aom_highbd_paeth_predictor_4x4 aom_highbd_paeth_predictor_4x4_c |
2649 | | |
2650 | | void aom_highbd_paeth_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2651 | 3 | #define aom_highbd_paeth_predictor_4x8 aom_highbd_paeth_predictor_4x8_c |
2652 | | |
2653 | | void aom_highbd_paeth_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2654 | 3 | #define aom_highbd_paeth_predictor_64x16 aom_highbd_paeth_predictor_64x16_c |
2655 | | |
2656 | | void aom_highbd_paeth_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2657 | 3 | #define aom_highbd_paeth_predictor_64x32 aom_highbd_paeth_predictor_64x32_c |
2658 | | |
2659 | | void aom_highbd_paeth_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2660 | 3 | #define aom_highbd_paeth_predictor_64x64 aom_highbd_paeth_predictor_64x64_c |
2661 | | |
2662 | | void aom_highbd_paeth_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2663 | 3 | #define aom_highbd_paeth_predictor_8x16 aom_highbd_paeth_predictor_8x16_c |
2664 | | |
2665 | | void aom_highbd_paeth_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2666 | 3 | #define aom_highbd_paeth_predictor_8x32 aom_highbd_paeth_predictor_8x32_c |
2667 | | |
2668 | | void aom_highbd_paeth_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2669 | 3 | #define aom_highbd_paeth_predictor_8x4 aom_highbd_paeth_predictor_8x4_c |
2670 | | |
2671 | | void aom_highbd_paeth_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
2672 | 3 | #define aom_highbd_paeth_predictor_8x8 aom_highbd_paeth_predictor_8x8_c |
2673 | | |
2674 | | void aom_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
2675 | 0 | #define aom_highbd_quantize_b aom_highbd_quantize_b_c |
2676 | | |
2677 | | void aom_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
2678 | 0 | #define aom_highbd_quantize_b_32x32 aom_highbd_quantize_b_32x32_c |
2679 | | |
2680 | | void aom_highbd_quantize_b_32x32_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
2681 | 0 | #define aom_highbd_quantize_b_32x32_adaptive aom_highbd_quantize_b_32x32_adaptive_c |
2682 | | |
2683 | | void aom_highbd_quantize_b_64x64_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
2684 | 0 | #define aom_highbd_quantize_b_64x64 aom_highbd_quantize_b_64x64_c |
2685 | | |
2686 | | void aom_highbd_quantize_b_64x64_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
2687 | 0 | #define aom_highbd_quantize_b_64x64_adaptive aom_highbd_quantize_b_64x64_adaptive_c |
2688 | | |
2689 | | void aom_highbd_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
2690 | 0 | #define aom_highbd_quantize_b_adaptive aom_highbd_quantize_b_adaptive_c |
2691 | | |
2692 | | unsigned int aom_highbd_sad128x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2693 | | #define aom_highbd_sad128x128 aom_highbd_sad128x128_c |
2694 | | |
2695 | | unsigned int aom_highbd_sad128x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2696 | | #define aom_highbd_sad128x128_avg aom_highbd_sad128x128_avg_c |
2697 | | |
2698 | | void aom_highbd_sad128x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2699 | | #define aom_highbd_sad128x128x4d aom_highbd_sad128x128x4d_c |
2700 | | |
2701 | | unsigned int aom_highbd_sad128x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2702 | | #define aom_highbd_sad128x64 aom_highbd_sad128x64_c |
2703 | | |
2704 | | unsigned int aom_highbd_sad128x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2705 | | #define aom_highbd_sad128x64_avg aom_highbd_sad128x64_avg_c |
2706 | | |
2707 | | void aom_highbd_sad128x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2708 | | #define aom_highbd_sad128x64x4d aom_highbd_sad128x64x4d_c |
2709 | | |
2710 | | unsigned int aom_highbd_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2711 | | #define aom_highbd_sad16x16 aom_highbd_sad16x16_c |
2712 | | |
2713 | | unsigned int aom_highbd_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2714 | | #define aom_highbd_sad16x16_avg aom_highbd_sad16x16_avg_c |
2715 | | |
2716 | | void aom_highbd_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2717 | | #define aom_highbd_sad16x16x4d aom_highbd_sad16x16x4d_c |
2718 | | |
2719 | | unsigned int aom_highbd_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2720 | | #define aom_highbd_sad16x32 aom_highbd_sad16x32_c |
2721 | | |
2722 | | unsigned int aom_highbd_sad16x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2723 | | #define aom_highbd_sad16x32_avg aom_highbd_sad16x32_avg_c |
2724 | | |
2725 | | void aom_highbd_sad16x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2726 | | #define aom_highbd_sad16x32x4d aom_highbd_sad16x32x4d_c |
2727 | | |
2728 | | unsigned int aom_highbd_sad16x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2729 | | #define aom_highbd_sad16x4 aom_highbd_sad16x4_c |
2730 | | |
2731 | | unsigned int aom_highbd_sad16x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2732 | | #define aom_highbd_sad16x4_avg aom_highbd_sad16x4_avg_c |
2733 | | |
2734 | | void aom_highbd_sad16x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2735 | | #define aom_highbd_sad16x4x4d aom_highbd_sad16x4x4d_c |
2736 | | |
2737 | | unsigned int aom_highbd_sad16x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2738 | | #define aom_highbd_sad16x64 aom_highbd_sad16x64_c |
2739 | | |
2740 | | unsigned int aom_highbd_sad16x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2741 | | #define aom_highbd_sad16x64_avg aom_highbd_sad16x64_avg_c |
2742 | | |
2743 | | void aom_highbd_sad16x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2744 | | #define aom_highbd_sad16x64x4d aom_highbd_sad16x64x4d_c |
2745 | | |
2746 | | unsigned int aom_highbd_sad16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2747 | | #define aom_highbd_sad16x8 aom_highbd_sad16x8_c |
2748 | | |
2749 | | unsigned int aom_highbd_sad16x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2750 | | #define aom_highbd_sad16x8_avg aom_highbd_sad16x8_avg_c |
2751 | | |
2752 | | void aom_highbd_sad16x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2753 | | #define aom_highbd_sad16x8x4d aom_highbd_sad16x8x4d_c |
2754 | | |
2755 | | unsigned int aom_highbd_sad32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2756 | | #define aom_highbd_sad32x16 aom_highbd_sad32x16_c |
2757 | | |
2758 | | unsigned int aom_highbd_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2759 | | #define aom_highbd_sad32x16_avg aom_highbd_sad32x16_avg_c |
2760 | | |
2761 | | void aom_highbd_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2762 | | #define aom_highbd_sad32x16x4d aom_highbd_sad32x16x4d_c |
2763 | | |
2764 | | unsigned int aom_highbd_sad32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2765 | | #define aom_highbd_sad32x32 aom_highbd_sad32x32_c |
2766 | | |
2767 | | unsigned int aom_highbd_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2768 | | #define aom_highbd_sad32x32_avg aom_highbd_sad32x32_avg_c |
2769 | | |
2770 | | void aom_highbd_sad32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2771 | | #define aom_highbd_sad32x32x4d aom_highbd_sad32x32x4d_c |
2772 | | |
2773 | | unsigned int aom_highbd_sad32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2774 | | #define aom_highbd_sad32x64 aom_highbd_sad32x64_c |
2775 | | |
2776 | | unsigned int aom_highbd_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2777 | | #define aom_highbd_sad32x64_avg aom_highbd_sad32x64_avg_c |
2778 | | |
2779 | | void aom_highbd_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2780 | | #define aom_highbd_sad32x64x4d aom_highbd_sad32x64x4d_c |
2781 | | |
2782 | | unsigned int aom_highbd_sad32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2783 | | #define aom_highbd_sad32x8 aom_highbd_sad32x8_c |
2784 | | |
2785 | | unsigned int aom_highbd_sad32x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2786 | | #define aom_highbd_sad32x8_avg aom_highbd_sad32x8_avg_c |
2787 | | |
2788 | | void aom_highbd_sad32x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2789 | | #define aom_highbd_sad32x8x4d aom_highbd_sad32x8x4d_c |
2790 | | |
2791 | | unsigned int aom_highbd_sad4x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2792 | | #define aom_highbd_sad4x16 aom_highbd_sad4x16_c |
2793 | | |
2794 | | unsigned int aom_highbd_sad4x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2795 | | #define aom_highbd_sad4x16_avg aom_highbd_sad4x16_avg_c |
2796 | | |
2797 | | void aom_highbd_sad4x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2798 | | #define aom_highbd_sad4x16x4d aom_highbd_sad4x16x4d_c |
2799 | | |
2800 | | unsigned int aom_highbd_sad4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2801 | | #define aom_highbd_sad4x4 aom_highbd_sad4x4_c |
2802 | | |
2803 | | unsigned int aom_highbd_sad4x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2804 | | #define aom_highbd_sad4x4_avg aom_highbd_sad4x4_avg_c |
2805 | | |
2806 | | void aom_highbd_sad4x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2807 | | #define aom_highbd_sad4x4x4d aom_highbd_sad4x4x4d_c |
2808 | | |
2809 | | unsigned int aom_highbd_sad4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2810 | | #define aom_highbd_sad4x8 aom_highbd_sad4x8_c |
2811 | | |
2812 | | unsigned int aom_highbd_sad4x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2813 | | #define aom_highbd_sad4x8_avg aom_highbd_sad4x8_avg_c |
2814 | | |
2815 | | void aom_highbd_sad4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2816 | | #define aom_highbd_sad4x8x4d aom_highbd_sad4x8x4d_c |
2817 | | |
2818 | | unsigned int aom_highbd_sad64x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2819 | | #define aom_highbd_sad64x128 aom_highbd_sad64x128_c |
2820 | | |
2821 | | unsigned int aom_highbd_sad64x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2822 | | #define aom_highbd_sad64x128_avg aom_highbd_sad64x128_avg_c |
2823 | | |
2824 | | void aom_highbd_sad64x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2825 | | #define aom_highbd_sad64x128x4d aom_highbd_sad64x128x4d_c |
2826 | | |
2827 | | unsigned int aom_highbd_sad64x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2828 | | #define aom_highbd_sad64x16 aom_highbd_sad64x16_c |
2829 | | |
2830 | | unsigned int aom_highbd_sad64x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2831 | | #define aom_highbd_sad64x16_avg aom_highbd_sad64x16_avg_c |
2832 | | |
2833 | | void aom_highbd_sad64x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2834 | | #define aom_highbd_sad64x16x4d aom_highbd_sad64x16x4d_c |
2835 | | |
2836 | | unsigned int aom_highbd_sad64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2837 | | #define aom_highbd_sad64x32 aom_highbd_sad64x32_c |
2838 | | |
2839 | | unsigned int aom_highbd_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2840 | | #define aom_highbd_sad64x32_avg aom_highbd_sad64x32_avg_c |
2841 | | |
2842 | | void aom_highbd_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2843 | | #define aom_highbd_sad64x32x4d aom_highbd_sad64x32x4d_c |
2844 | | |
2845 | | unsigned int aom_highbd_sad64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2846 | | #define aom_highbd_sad64x64 aom_highbd_sad64x64_c |
2847 | | |
2848 | | unsigned int aom_highbd_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2849 | | #define aom_highbd_sad64x64_avg aom_highbd_sad64x64_avg_c |
2850 | | |
2851 | | void aom_highbd_sad64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2852 | | #define aom_highbd_sad64x64x4d aom_highbd_sad64x64x4d_c |
2853 | | |
2854 | | unsigned int aom_highbd_sad8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2855 | | #define aom_highbd_sad8x16 aom_highbd_sad8x16_c |
2856 | | |
2857 | | unsigned int aom_highbd_sad8x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2858 | | #define aom_highbd_sad8x16_avg aom_highbd_sad8x16_avg_c |
2859 | | |
2860 | | void aom_highbd_sad8x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2861 | | #define aom_highbd_sad8x16x4d aom_highbd_sad8x16x4d_c |
2862 | | |
2863 | | unsigned int aom_highbd_sad8x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2864 | | #define aom_highbd_sad8x32 aom_highbd_sad8x32_c |
2865 | | |
2866 | | unsigned int aom_highbd_sad8x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2867 | | #define aom_highbd_sad8x32_avg aom_highbd_sad8x32_avg_c |
2868 | | |
2869 | | void aom_highbd_sad8x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2870 | | #define aom_highbd_sad8x32x4d aom_highbd_sad8x32x4d_c |
2871 | | |
2872 | | unsigned int aom_highbd_sad8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2873 | | #define aom_highbd_sad8x4 aom_highbd_sad8x4_c |
2874 | | |
2875 | | unsigned int aom_highbd_sad8x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2876 | | #define aom_highbd_sad8x4_avg aom_highbd_sad8x4_avg_c |
2877 | | |
2878 | | void aom_highbd_sad8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2879 | | #define aom_highbd_sad8x4x4d aom_highbd_sad8x4x4d_c |
2880 | | |
2881 | | unsigned int aom_highbd_sad8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2882 | | #define aom_highbd_sad8x8 aom_highbd_sad8x8_c |
2883 | | |
2884 | | unsigned int aom_highbd_sad8x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
2885 | | #define aom_highbd_sad8x8_avg aom_highbd_sad8x8_avg_c |
2886 | | |
2887 | | void aom_highbd_sad8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2888 | | #define aom_highbd_sad8x8x4d aom_highbd_sad8x8x4d_c |
2889 | | |
2890 | | unsigned int aom_highbd_sad_skip_128x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2891 | | #define aom_highbd_sad_skip_128x128 aom_highbd_sad_skip_128x128_c |
2892 | | |
2893 | | void aom_highbd_sad_skip_128x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2894 | | #define aom_highbd_sad_skip_128x128x4d aom_highbd_sad_skip_128x128x4d_c |
2895 | | |
2896 | | unsigned int aom_highbd_sad_skip_128x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2897 | | #define aom_highbd_sad_skip_128x64 aom_highbd_sad_skip_128x64_c |
2898 | | |
2899 | | void aom_highbd_sad_skip_128x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2900 | | #define aom_highbd_sad_skip_128x64x4d aom_highbd_sad_skip_128x64x4d_c |
2901 | | |
2902 | | unsigned int aom_highbd_sad_skip_16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2903 | | #define aom_highbd_sad_skip_16x16 aom_highbd_sad_skip_16x16_c |
2904 | | |
2905 | | void aom_highbd_sad_skip_16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2906 | | #define aom_highbd_sad_skip_16x16x4d aom_highbd_sad_skip_16x16x4d_c |
2907 | | |
2908 | | unsigned int aom_highbd_sad_skip_16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2909 | | #define aom_highbd_sad_skip_16x32 aom_highbd_sad_skip_16x32_c |
2910 | | |
2911 | | void aom_highbd_sad_skip_16x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2912 | | #define aom_highbd_sad_skip_16x32x4d aom_highbd_sad_skip_16x32x4d_c |
2913 | | |
2914 | | unsigned int aom_highbd_sad_skip_16x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2915 | | #define aom_highbd_sad_skip_16x4 aom_highbd_sad_skip_16x4_c |
2916 | | |
2917 | | void aom_highbd_sad_skip_16x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2918 | | #define aom_highbd_sad_skip_16x4x4d aom_highbd_sad_skip_16x4x4d_c |
2919 | | |
2920 | | unsigned int aom_highbd_sad_skip_16x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2921 | | #define aom_highbd_sad_skip_16x64 aom_highbd_sad_skip_16x64_c |
2922 | | |
2923 | | void aom_highbd_sad_skip_16x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2924 | | #define aom_highbd_sad_skip_16x64x4d aom_highbd_sad_skip_16x64x4d_c |
2925 | | |
2926 | | unsigned int aom_highbd_sad_skip_16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2927 | | #define aom_highbd_sad_skip_16x8 aom_highbd_sad_skip_16x8_c |
2928 | | |
2929 | | void aom_highbd_sad_skip_16x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2930 | | #define aom_highbd_sad_skip_16x8x4d aom_highbd_sad_skip_16x8x4d_c |
2931 | | |
2932 | | unsigned int aom_highbd_sad_skip_32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2933 | | #define aom_highbd_sad_skip_32x16 aom_highbd_sad_skip_32x16_c |
2934 | | |
2935 | | void aom_highbd_sad_skip_32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2936 | | #define aom_highbd_sad_skip_32x16x4d aom_highbd_sad_skip_32x16x4d_c |
2937 | | |
2938 | | unsigned int aom_highbd_sad_skip_32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2939 | | #define aom_highbd_sad_skip_32x32 aom_highbd_sad_skip_32x32_c |
2940 | | |
2941 | | void aom_highbd_sad_skip_32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2942 | | #define aom_highbd_sad_skip_32x32x4d aom_highbd_sad_skip_32x32x4d_c |
2943 | | |
2944 | | unsigned int aom_highbd_sad_skip_32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2945 | | #define aom_highbd_sad_skip_32x64 aom_highbd_sad_skip_32x64_c |
2946 | | |
2947 | | void aom_highbd_sad_skip_32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2948 | | #define aom_highbd_sad_skip_32x64x4d aom_highbd_sad_skip_32x64x4d_c |
2949 | | |
2950 | | unsigned int aom_highbd_sad_skip_32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2951 | | #define aom_highbd_sad_skip_32x8 aom_highbd_sad_skip_32x8_c |
2952 | | |
2953 | | void aom_highbd_sad_skip_32x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2954 | | #define aom_highbd_sad_skip_32x8x4d aom_highbd_sad_skip_32x8x4d_c |
2955 | | |
2956 | | unsigned int aom_highbd_sad_skip_4x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2957 | | #define aom_highbd_sad_skip_4x16 aom_highbd_sad_skip_4x16_c |
2958 | | |
2959 | | void aom_highbd_sad_skip_4x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2960 | | #define aom_highbd_sad_skip_4x16x4d aom_highbd_sad_skip_4x16x4d_c |
2961 | | |
2962 | | unsigned int aom_highbd_sad_skip_4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2963 | | #define aom_highbd_sad_skip_4x4 aom_highbd_sad_skip_4x4_c |
2964 | | |
2965 | | void aom_highbd_sad_skip_4x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2966 | | #define aom_highbd_sad_skip_4x4x4d aom_highbd_sad_skip_4x4x4d_c |
2967 | | |
2968 | | unsigned int aom_highbd_sad_skip_4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2969 | | #define aom_highbd_sad_skip_4x8 aom_highbd_sad_skip_4x8_c |
2970 | | |
2971 | | void aom_highbd_sad_skip_4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2972 | | #define aom_highbd_sad_skip_4x8x4d aom_highbd_sad_skip_4x8x4d_c |
2973 | | |
2974 | | unsigned int aom_highbd_sad_skip_64x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2975 | | #define aom_highbd_sad_skip_64x128 aom_highbd_sad_skip_64x128_c |
2976 | | |
2977 | | void aom_highbd_sad_skip_64x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2978 | | #define aom_highbd_sad_skip_64x128x4d aom_highbd_sad_skip_64x128x4d_c |
2979 | | |
2980 | | unsigned int aom_highbd_sad_skip_64x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2981 | | #define aom_highbd_sad_skip_64x16 aom_highbd_sad_skip_64x16_c |
2982 | | |
2983 | | void aom_highbd_sad_skip_64x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2984 | | #define aom_highbd_sad_skip_64x16x4d aom_highbd_sad_skip_64x16x4d_c |
2985 | | |
2986 | | unsigned int aom_highbd_sad_skip_64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2987 | | #define aom_highbd_sad_skip_64x32 aom_highbd_sad_skip_64x32_c |
2988 | | |
2989 | | void aom_highbd_sad_skip_64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2990 | | #define aom_highbd_sad_skip_64x32x4d aom_highbd_sad_skip_64x32x4d_c |
2991 | | |
2992 | | unsigned int aom_highbd_sad_skip_64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2993 | | #define aom_highbd_sad_skip_64x64 aom_highbd_sad_skip_64x64_c |
2994 | | |
2995 | | void aom_highbd_sad_skip_64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
2996 | | #define aom_highbd_sad_skip_64x64x4d aom_highbd_sad_skip_64x64x4d_c |
2997 | | |
2998 | | unsigned int aom_highbd_sad_skip_8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
2999 | | #define aom_highbd_sad_skip_8x16 aom_highbd_sad_skip_8x16_c |
3000 | | |
3001 | | void aom_highbd_sad_skip_8x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
3002 | | #define aom_highbd_sad_skip_8x16x4d aom_highbd_sad_skip_8x16x4d_c |
3003 | | |
3004 | | unsigned int aom_highbd_sad_skip_8x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3005 | | #define aom_highbd_sad_skip_8x32 aom_highbd_sad_skip_8x32_c |
3006 | | |
3007 | | void aom_highbd_sad_skip_8x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
3008 | | #define aom_highbd_sad_skip_8x32x4d aom_highbd_sad_skip_8x32x4d_c |
3009 | | |
3010 | | unsigned int aom_highbd_sad_skip_8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3011 | | #define aom_highbd_sad_skip_8x4 aom_highbd_sad_skip_8x4_c |
3012 | | |
3013 | | void aom_highbd_sad_skip_8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
3014 | | #define aom_highbd_sad_skip_8x4x4d aom_highbd_sad_skip_8x4x4d_c |
3015 | | |
3016 | | unsigned int aom_highbd_sad_skip_8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3017 | | #define aom_highbd_sad_skip_8x8 aom_highbd_sad_skip_8x8_c |
3018 | | |
3019 | | void aom_highbd_sad_skip_8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array); |
3020 | | #define aom_highbd_sad_skip_8x8x4d aom_highbd_sad_skip_8x8x4d_c |
3021 | | |
3022 | | void aom_highbd_smooth_h_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3023 | 3 | #define aom_highbd_smooth_h_predictor_16x16 aom_highbd_smooth_h_predictor_16x16_c |
3024 | | |
3025 | | void aom_highbd_smooth_h_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3026 | 3 | #define aom_highbd_smooth_h_predictor_16x32 aom_highbd_smooth_h_predictor_16x32_c |
3027 | | |
3028 | | void aom_highbd_smooth_h_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3029 | 3 | #define aom_highbd_smooth_h_predictor_16x4 aom_highbd_smooth_h_predictor_16x4_c |
3030 | | |
3031 | | void aom_highbd_smooth_h_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3032 | 3 | #define aom_highbd_smooth_h_predictor_16x64 aom_highbd_smooth_h_predictor_16x64_c |
3033 | | |
3034 | | void aom_highbd_smooth_h_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3035 | 3 | #define aom_highbd_smooth_h_predictor_16x8 aom_highbd_smooth_h_predictor_16x8_c |
3036 | | |
3037 | | void aom_highbd_smooth_h_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3038 | | #define aom_highbd_smooth_h_predictor_2x2 aom_highbd_smooth_h_predictor_2x2_c |
3039 | | |
3040 | | void aom_highbd_smooth_h_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3041 | 3 | #define aom_highbd_smooth_h_predictor_32x16 aom_highbd_smooth_h_predictor_32x16_c |
3042 | | |
3043 | | void aom_highbd_smooth_h_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3044 | 3 | #define aom_highbd_smooth_h_predictor_32x32 aom_highbd_smooth_h_predictor_32x32_c |
3045 | | |
3046 | | void aom_highbd_smooth_h_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3047 | 3 | #define aom_highbd_smooth_h_predictor_32x64 aom_highbd_smooth_h_predictor_32x64_c |
3048 | | |
3049 | | void aom_highbd_smooth_h_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3050 | 3 | #define aom_highbd_smooth_h_predictor_32x8 aom_highbd_smooth_h_predictor_32x8_c |
3051 | | |
3052 | | void aom_highbd_smooth_h_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3053 | 3 | #define aom_highbd_smooth_h_predictor_4x16 aom_highbd_smooth_h_predictor_4x16_c |
3054 | | |
3055 | | void aom_highbd_smooth_h_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3056 | 3 | #define aom_highbd_smooth_h_predictor_4x4 aom_highbd_smooth_h_predictor_4x4_c |
3057 | | |
3058 | | void aom_highbd_smooth_h_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3059 | 3 | #define aom_highbd_smooth_h_predictor_4x8 aom_highbd_smooth_h_predictor_4x8_c |
3060 | | |
3061 | | void aom_highbd_smooth_h_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3062 | 3 | #define aom_highbd_smooth_h_predictor_64x16 aom_highbd_smooth_h_predictor_64x16_c |
3063 | | |
3064 | | void aom_highbd_smooth_h_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3065 | 3 | #define aom_highbd_smooth_h_predictor_64x32 aom_highbd_smooth_h_predictor_64x32_c |
3066 | | |
3067 | | void aom_highbd_smooth_h_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3068 | 3 | #define aom_highbd_smooth_h_predictor_64x64 aom_highbd_smooth_h_predictor_64x64_c |
3069 | | |
3070 | | void aom_highbd_smooth_h_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3071 | 3 | #define aom_highbd_smooth_h_predictor_8x16 aom_highbd_smooth_h_predictor_8x16_c |
3072 | | |
3073 | | void aom_highbd_smooth_h_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3074 | 3 | #define aom_highbd_smooth_h_predictor_8x32 aom_highbd_smooth_h_predictor_8x32_c |
3075 | | |
3076 | | void aom_highbd_smooth_h_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3077 | 3 | #define aom_highbd_smooth_h_predictor_8x4 aom_highbd_smooth_h_predictor_8x4_c |
3078 | | |
3079 | | void aom_highbd_smooth_h_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3080 | 3 | #define aom_highbd_smooth_h_predictor_8x8 aom_highbd_smooth_h_predictor_8x8_c |
3081 | | |
3082 | | void aom_highbd_smooth_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3083 | 3 | #define aom_highbd_smooth_predictor_16x16 aom_highbd_smooth_predictor_16x16_c |
3084 | | |
3085 | | void aom_highbd_smooth_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3086 | 3 | #define aom_highbd_smooth_predictor_16x32 aom_highbd_smooth_predictor_16x32_c |
3087 | | |
3088 | | void aom_highbd_smooth_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3089 | 3 | #define aom_highbd_smooth_predictor_16x4 aom_highbd_smooth_predictor_16x4_c |
3090 | | |
3091 | | void aom_highbd_smooth_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3092 | 3 | #define aom_highbd_smooth_predictor_16x64 aom_highbd_smooth_predictor_16x64_c |
3093 | | |
3094 | | void aom_highbd_smooth_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3095 | 3 | #define aom_highbd_smooth_predictor_16x8 aom_highbd_smooth_predictor_16x8_c |
3096 | | |
3097 | | void aom_highbd_smooth_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3098 | | #define aom_highbd_smooth_predictor_2x2 aom_highbd_smooth_predictor_2x2_c |
3099 | | |
3100 | | void aom_highbd_smooth_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3101 | 3 | #define aom_highbd_smooth_predictor_32x16 aom_highbd_smooth_predictor_32x16_c |
3102 | | |
3103 | | void aom_highbd_smooth_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3104 | 3 | #define aom_highbd_smooth_predictor_32x32 aom_highbd_smooth_predictor_32x32_c |
3105 | | |
3106 | | void aom_highbd_smooth_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3107 | 3 | #define aom_highbd_smooth_predictor_32x64 aom_highbd_smooth_predictor_32x64_c |
3108 | | |
3109 | | void aom_highbd_smooth_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3110 | 3 | #define aom_highbd_smooth_predictor_32x8 aom_highbd_smooth_predictor_32x8_c |
3111 | | |
3112 | | void aom_highbd_smooth_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3113 | 3 | #define aom_highbd_smooth_predictor_4x16 aom_highbd_smooth_predictor_4x16_c |
3114 | | |
3115 | | void aom_highbd_smooth_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3116 | 3 | #define aom_highbd_smooth_predictor_4x4 aom_highbd_smooth_predictor_4x4_c |
3117 | | |
3118 | | void aom_highbd_smooth_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3119 | 3 | #define aom_highbd_smooth_predictor_4x8 aom_highbd_smooth_predictor_4x8_c |
3120 | | |
3121 | | void aom_highbd_smooth_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3122 | 3 | #define aom_highbd_smooth_predictor_64x16 aom_highbd_smooth_predictor_64x16_c |
3123 | | |
3124 | | void aom_highbd_smooth_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3125 | 3 | #define aom_highbd_smooth_predictor_64x32 aom_highbd_smooth_predictor_64x32_c |
3126 | | |
3127 | | void aom_highbd_smooth_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3128 | 3 | #define aom_highbd_smooth_predictor_64x64 aom_highbd_smooth_predictor_64x64_c |
3129 | | |
3130 | | void aom_highbd_smooth_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3131 | 3 | #define aom_highbd_smooth_predictor_8x16 aom_highbd_smooth_predictor_8x16_c |
3132 | | |
3133 | | void aom_highbd_smooth_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3134 | 3 | #define aom_highbd_smooth_predictor_8x32 aom_highbd_smooth_predictor_8x32_c |
3135 | | |
3136 | | void aom_highbd_smooth_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3137 | 3 | #define aom_highbd_smooth_predictor_8x4 aom_highbd_smooth_predictor_8x4_c |
3138 | | |
3139 | | void aom_highbd_smooth_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3140 | 3 | #define aom_highbd_smooth_predictor_8x8 aom_highbd_smooth_predictor_8x8_c |
3141 | | |
3142 | | void aom_highbd_smooth_v_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3143 | 3 | #define aom_highbd_smooth_v_predictor_16x16 aom_highbd_smooth_v_predictor_16x16_c |
3144 | | |
3145 | | void aom_highbd_smooth_v_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3146 | 3 | #define aom_highbd_smooth_v_predictor_16x32 aom_highbd_smooth_v_predictor_16x32_c |
3147 | | |
3148 | | void aom_highbd_smooth_v_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3149 | 3 | #define aom_highbd_smooth_v_predictor_16x4 aom_highbd_smooth_v_predictor_16x4_c |
3150 | | |
3151 | | void aom_highbd_smooth_v_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3152 | 3 | #define aom_highbd_smooth_v_predictor_16x64 aom_highbd_smooth_v_predictor_16x64_c |
3153 | | |
3154 | | void aom_highbd_smooth_v_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3155 | 3 | #define aom_highbd_smooth_v_predictor_16x8 aom_highbd_smooth_v_predictor_16x8_c |
3156 | | |
3157 | | void aom_highbd_smooth_v_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3158 | | #define aom_highbd_smooth_v_predictor_2x2 aom_highbd_smooth_v_predictor_2x2_c |
3159 | | |
3160 | | void aom_highbd_smooth_v_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3161 | 3 | #define aom_highbd_smooth_v_predictor_32x16 aom_highbd_smooth_v_predictor_32x16_c |
3162 | | |
3163 | | void aom_highbd_smooth_v_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3164 | 3 | #define aom_highbd_smooth_v_predictor_32x32 aom_highbd_smooth_v_predictor_32x32_c |
3165 | | |
3166 | | void aom_highbd_smooth_v_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3167 | 3 | #define aom_highbd_smooth_v_predictor_32x64 aom_highbd_smooth_v_predictor_32x64_c |
3168 | | |
3169 | | void aom_highbd_smooth_v_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3170 | 3 | #define aom_highbd_smooth_v_predictor_32x8 aom_highbd_smooth_v_predictor_32x8_c |
3171 | | |
3172 | | void aom_highbd_smooth_v_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3173 | 3 | #define aom_highbd_smooth_v_predictor_4x16 aom_highbd_smooth_v_predictor_4x16_c |
3174 | | |
3175 | | void aom_highbd_smooth_v_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3176 | 3 | #define aom_highbd_smooth_v_predictor_4x4 aom_highbd_smooth_v_predictor_4x4_c |
3177 | | |
3178 | | void aom_highbd_smooth_v_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3179 | 3 | #define aom_highbd_smooth_v_predictor_4x8 aom_highbd_smooth_v_predictor_4x8_c |
3180 | | |
3181 | | void aom_highbd_smooth_v_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3182 | 3 | #define aom_highbd_smooth_v_predictor_64x16 aom_highbd_smooth_v_predictor_64x16_c |
3183 | | |
3184 | | void aom_highbd_smooth_v_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3185 | 3 | #define aom_highbd_smooth_v_predictor_64x32 aom_highbd_smooth_v_predictor_64x32_c |
3186 | | |
3187 | | void aom_highbd_smooth_v_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3188 | 3 | #define aom_highbd_smooth_v_predictor_64x64 aom_highbd_smooth_v_predictor_64x64_c |
3189 | | |
3190 | | void aom_highbd_smooth_v_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3191 | 3 | #define aom_highbd_smooth_v_predictor_8x16 aom_highbd_smooth_v_predictor_8x16_c |
3192 | | |
3193 | | void aom_highbd_smooth_v_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3194 | 3 | #define aom_highbd_smooth_v_predictor_8x32 aom_highbd_smooth_v_predictor_8x32_c |
3195 | | |
3196 | | void aom_highbd_smooth_v_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3197 | 3 | #define aom_highbd_smooth_v_predictor_8x4 aom_highbd_smooth_v_predictor_8x4_c |
3198 | | |
3199 | | void aom_highbd_smooth_v_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3200 | 3 | #define aom_highbd_smooth_v_predictor_8x8 aom_highbd_smooth_v_predictor_8x8_c |
3201 | | |
3202 | | int64_t aom_highbd_sse_c(const uint8_t *a8, int a_stride, const uint8_t *b8,int b_stride, int width, int height); |
3203 | 0 | #define aom_highbd_sse aom_highbd_sse_c |
3204 | | |
3205 | | void aom_highbd_ssim_parms_8x8_c(const uint16_t *s, int sp, const uint16_t *r, int rp, uint32_t *sum_s, uint32_t *sum_r, uint32_t *sum_sq_s, uint32_t *sum_sq_r, uint32_t *sum_sxr); |
3206 | | #define aom_highbd_ssim_parms_8x8 aom_highbd_ssim_parms_8x8_c |
3207 | | |
3208 | | void aom_highbd_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, ptrdiff_t pred_stride, int bd); |
3209 | 0 | #define aom_highbd_subtract_block aom_highbd_subtract_block_c |
3210 | | |
3211 | | void aom_highbd_v_predictor_16x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3212 | 3 | #define aom_highbd_v_predictor_16x16 aom_highbd_v_predictor_16x16_c |
3213 | | |
3214 | | void aom_highbd_v_predictor_16x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3215 | 3 | #define aom_highbd_v_predictor_16x32 aom_highbd_v_predictor_16x32_c |
3216 | | |
3217 | | void aom_highbd_v_predictor_16x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3218 | 3 | #define aom_highbd_v_predictor_16x4 aom_highbd_v_predictor_16x4_c |
3219 | | |
3220 | | void aom_highbd_v_predictor_16x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3221 | 3 | #define aom_highbd_v_predictor_16x64 aom_highbd_v_predictor_16x64_c |
3222 | | |
3223 | | void aom_highbd_v_predictor_16x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3224 | 3 | #define aom_highbd_v_predictor_16x8 aom_highbd_v_predictor_16x8_c |
3225 | | |
3226 | | void aom_highbd_v_predictor_2x2_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3227 | | #define aom_highbd_v_predictor_2x2 aom_highbd_v_predictor_2x2_c |
3228 | | |
3229 | | void aom_highbd_v_predictor_32x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3230 | 3 | #define aom_highbd_v_predictor_32x16 aom_highbd_v_predictor_32x16_c |
3231 | | |
3232 | | void aom_highbd_v_predictor_32x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3233 | 3 | #define aom_highbd_v_predictor_32x32 aom_highbd_v_predictor_32x32_c |
3234 | | |
3235 | | void aom_highbd_v_predictor_32x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3236 | 3 | #define aom_highbd_v_predictor_32x64 aom_highbd_v_predictor_32x64_c |
3237 | | |
3238 | | void aom_highbd_v_predictor_32x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3239 | 3 | #define aom_highbd_v_predictor_32x8 aom_highbd_v_predictor_32x8_c |
3240 | | |
3241 | | void aom_highbd_v_predictor_4x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3242 | 3 | #define aom_highbd_v_predictor_4x16 aom_highbd_v_predictor_4x16_c |
3243 | | |
3244 | | void aom_highbd_v_predictor_4x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3245 | 3 | #define aom_highbd_v_predictor_4x4 aom_highbd_v_predictor_4x4_c |
3246 | | |
3247 | | void aom_highbd_v_predictor_4x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3248 | 3 | #define aom_highbd_v_predictor_4x8 aom_highbd_v_predictor_4x8_c |
3249 | | |
3250 | | void aom_highbd_v_predictor_64x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3251 | 3 | #define aom_highbd_v_predictor_64x16 aom_highbd_v_predictor_64x16_c |
3252 | | |
3253 | | void aom_highbd_v_predictor_64x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3254 | 3 | #define aom_highbd_v_predictor_64x32 aom_highbd_v_predictor_64x32_c |
3255 | | |
3256 | | void aom_highbd_v_predictor_64x64_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3257 | 3 | #define aom_highbd_v_predictor_64x64 aom_highbd_v_predictor_64x64_c |
3258 | | |
3259 | | void aom_highbd_v_predictor_8x16_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3260 | 3 | #define aom_highbd_v_predictor_8x16 aom_highbd_v_predictor_8x16_c |
3261 | | |
3262 | | void aom_highbd_v_predictor_8x32_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3263 | 3 | #define aom_highbd_v_predictor_8x32 aom_highbd_v_predictor_8x32_c |
3264 | | |
3265 | | void aom_highbd_v_predictor_8x4_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3266 | 3 | #define aom_highbd_v_predictor_8x4 aom_highbd_v_predictor_8x4_c |
3267 | | |
3268 | | void aom_highbd_v_predictor_8x8_c(uint16_t *dst, ptrdiff_t y_stride, const uint16_t *above, const uint16_t *left, int bd); |
3269 | 3 | #define aom_highbd_v_predictor_8x8 aom_highbd_v_predictor_8x8_c |
3270 | | |
3271 | | void aom_ifft16x16_float_c(const float *input, float *temp, float *output); |
3272 | 0 | #define aom_ifft16x16_float aom_ifft16x16_float_c |
3273 | | |
3274 | | void aom_ifft2x2_float_c(const float *input, float *temp, float *output); |
3275 | 0 | #define aom_ifft2x2_float aom_ifft2x2_float_c |
3276 | | |
3277 | | void aom_ifft32x32_float_c(const float *input, float *temp, float *output); |
3278 | 0 | #define aom_ifft32x32_float aom_ifft32x32_float_c |
3279 | | |
3280 | | void aom_ifft4x4_float_c(const float *input, float *temp, float *output); |
3281 | 0 | #define aom_ifft4x4_float aom_ifft4x4_float_c |
3282 | | |
3283 | | void aom_ifft8x8_float_c(const float *input, float *temp, float *output); |
3284 | 0 | #define aom_ifft8x8_float aom_ifft8x8_float_c |
3285 | | |
3286 | | int16_t aom_int_pro_col_c(const uint8_t *ref, const int width); |
3287 | 0 | #define aom_int_pro_col aom_int_pro_col_c |
3288 | | |
3289 | | void aom_int_pro_row_c(int16_t hbuf[16], const uint8_t *ref, const int ref_stride, const int height); |
3290 | 0 | #define aom_int_pro_row aom_int_pro_row_c |
3291 | | |
3292 | | void aom_lowbd_blend_a64_d16_mask_c(uint8_t *dst, uint32_t dst_stride, const CONV_BUF_TYPE *src0, uint32_t src0_stride, const CONV_BUF_TYPE *src1, uint32_t src1_stride, const uint8_t *mask, uint32_t mask_stride, int w, int h, int subw, int subh, ConvolveParams *conv_params); |
3293 | 141 | #define aom_lowbd_blend_a64_d16_mask aom_lowbd_blend_a64_d16_mask_c |
3294 | | |
3295 | | void aom_lpf_horizontal_14_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3296 | 633k | #define aom_lpf_horizontal_14 aom_lpf_horizontal_14_c |
3297 | | |
3298 | | void aom_lpf_horizontal_14_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); |
3299 | 0 | #define aom_lpf_horizontal_14_dual aom_lpf_horizontal_14_dual_c |
3300 | | |
3301 | | void aom_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3302 | 526k | #define aom_lpf_horizontal_4 aom_lpf_horizontal_4_c |
3303 | | |
3304 | | void aom_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 uint8_t *limit1, const uint8_t *thresh1); |
3305 | 0 | #define aom_lpf_horizontal_4_dual aom_lpf_horizontal_4_dual_c |
3306 | | |
3307 | | void aom_lpf_horizontal_6_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3308 | 1.28M | #define aom_lpf_horizontal_6 aom_lpf_horizontal_6_c |
3309 | | |
3310 | | void aom_lpf_horizontal_6_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); |
3311 | 0 | #define aom_lpf_horizontal_6_dual aom_lpf_horizontal_6_dual_c |
3312 | | |
3313 | | void aom_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3314 | 118k | #define aom_lpf_horizontal_8 aom_lpf_horizontal_8_c |
3315 | | |
3316 | | void aom_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 uint8_t *limit1, const uint8_t *thresh1); |
3317 | 0 | #define aom_lpf_horizontal_8_dual aom_lpf_horizontal_8_dual_c |
3318 | | |
3319 | | void aom_lpf_vertical_14_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3320 | 917k | #define aom_lpf_vertical_14 aom_lpf_vertical_14_c |
3321 | | |
3322 | | void aom_lpf_vertical_14_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); |
3323 | 0 | #define aom_lpf_vertical_14_dual aom_lpf_vertical_14_dual_c |
3324 | | |
3325 | | void aom_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3326 | 572k | #define aom_lpf_vertical_4 aom_lpf_vertical_4_c |
3327 | | |
3328 | | void aom_lpf_vertical_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 uint8_t *limit1, const uint8_t *thresh1); |
3329 | 0 | #define aom_lpf_vertical_4_dual aom_lpf_vertical_4_dual_c |
3330 | | |
3331 | | void aom_lpf_vertical_6_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3332 | 1.36M | #define aom_lpf_vertical_6 aom_lpf_vertical_6_c |
3333 | | |
3334 | | void aom_lpf_vertical_6_dual_c(uint8_t *s, int pitch, const uint8_t *blimit0, const uint8_t *limit0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); |
3335 | 0 | #define aom_lpf_vertical_6_dual aom_lpf_vertical_6_dual_c |
3336 | | |
3337 | | void aom_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh); |
3338 | 123k | #define aom_lpf_vertical_8 aom_lpf_vertical_8_c |
3339 | | |
3340 | | void aom_lpf_vertical_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 uint8_t *limit1, const uint8_t *thresh1); |
3341 | 0 | #define aom_lpf_vertical_8_dual aom_lpf_vertical_8_dual_c |
3342 | | |
3343 | | unsigned int aom_masked_sad128x128_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3344 | | #define aom_masked_sad128x128 aom_masked_sad128x128_c |
3345 | | |
3346 | | void aom_masked_sad128x128x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3347 | | #define aom_masked_sad128x128x4d aom_masked_sad128x128x4d_c |
3348 | | |
3349 | | unsigned int aom_masked_sad128x64_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3350 | | #define aom_masked_sad128x64 aom_masked_sad128x64_c |
3351 | | |
3352 | | void aom_masked_sad128x64x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3353 | | #define aom_masked_sad128x64x4d aom_masked_sad128x64x4d_c |
3354 | | |
3355 | | unsigned int aom_masked_sad16x16_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3356 | | #define aom_masked_sad16x16 aom_masked_sad16x16_c |
3357 | | |
3358 | | void aom_masked_sad16x16x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3359 | | #define aom_masked_sad16x16x4d aom_masked_sad16x16x4d_c |
3360 | | |
3361 | | unsigned int aom_masked_sad16x32_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3362 | | #define aom_masked_sad16x32 aom_masked_sad16x32_c |
3363 | | |
3364 | | void aom_masked_sad16x32x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3365 | | #define aom_masked_sad16x32x4d aom_masked_sad16x32x4d_c |
3366 | | |
3367 | | unsigned int aom_masked_sad16x4_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3368 | | #define aom_masked_sad16x4 aom_masked_sad16x4_c |
3369 | | |
3370 | | void aom_masked_sad16x4x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3371 | | #define aom_masked_sad16x4x4d aom_masked_sad16x4x4d_c |
3372 | | |
3373 | | unsigned int aom_masked_sad16x64_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3374 | | #define aom_masked_sad16x64 aom_masked_sad16x64_c |
3375 | | |
3376 | | void aom_masked_sad16x64x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3377 | | #define aom_masked_sad16x64x4d aom_masked_sad16x64x4d_c |
3378 | | |
3379 | | unsigned int aom_masked_sad16x8_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3380 | | #define aom_masked_sad16x8 aom_masked_sad16x8_c |
3381 | | |
3382 | | void aom_masked_sad16x8x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3383 | | #define aom_masked_sad16x8x4d aom_masked_sad16x8x4d_c |
3384 | | |
3385 | | unsigned int aom_masked_sad32x16_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3386 | | #define aom_masked_sad32x16 aom_masked_sad32x16_c |
3387 | | |
3388 | | void aom_masked_sad32x16x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3389 | | #define aom_masked_sad32x16x4d aom_masked_sad32x16x4d_c |
3390 | | |
3391 | | unsigned int aom_masked_sad32x32_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3392 | | #define aom_masked_sad32x32 aom_masked_sad32x32_c |
3393 | | |
3394 | | void aom_masked_sad32x32x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3395 | | #define aom_masked_sad32x32x4d aom_masked_sad32x32x4d_c |
3396 | | |
3397 | | unsigned int aom_masked_sad32x64_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3398 | | #define aom_masked_sad32x64 aom_masked_sad32x64_c |
3399 | | |
3400 | | void aom_masked_sad32x64x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3401 | | #define aom_masked_sad32x64x4d aom_masked_sad32x64x4d_c |
3402 | | |
3403 | | unsigned int aom_masked_sad32x8_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3404 | | #define aom_masked_sad32x8 aom_masked_sad32x8_c |
3405 | | |
3406 | | void aom_masked_sad32x8x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3407 | | #define aom_masked_sad32x8x4d aom_masked_sad32x8x4d_c |
3408 | | |
3409 | | unsigned int aom_masked_sad4x16_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3410 | | #define aom_masked_sad4x16 aom_masked_sad4x16_c |
3411 | | |
3412 | | void aom_masked_sad4x16x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3413 | | #define aom_masked_sad4x16x4d aom_masked_sad4x16x4d_c |
3414 | | |
3415 | | unsigned int aom_masked_sad4x4_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3416 | | #define aom_masked_sad4x4 aom_masked_sad4x4_c |
3417 | | |
3418 | | void aom_masked_sad4x4x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3419 | | #define aom_masked_sad4x4x4d aom_masked_sad4x4x4d_c |
3420 | | |
3421 | | unsigned int aom_masked_sad4x8_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3422 | | #define aom_masked_sad4x8 aom_masked_sad4x8_c |
3423 | | |
3424 | | void aom_masked_sad4x8x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3425 | | #define aom_masked_sad4x8x4d aom_masked_sad4x8x4d_c |
3426 | | |
3427 | | unsigned int aom_masked_sad64x128_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3428 | | #define aom_masked_sad64x128 aom_masked_sad64x128_c |
3429 | | |
3430 | | void aom_masked_sad64x128x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3431 | | #define aom_masked_sad64x128x4d aom_masked_sad64x128x4d_c |
3432 | | |
3433 | | unsigned int aom_masked_sad64x16_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3434 | | #define aom_masked_sad64x16 aom_masked_sad64x16_c |
3435 | | |
3436 | | void aom_masked_sad64x16x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3437 | | #define aom_masked_sad64x16x4d aom_masked_sad64x16x4d_c |
3438 | | |
3439 | | unsigned int aom_masked_sad64x32_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3440 | | #define aom_masked_sad64x32 aom_masked_sad64x32_c |
3441 | | |
3442 | | void aom_masked_sad64x32x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3443 | | #define aom_masked_sad64x32x4d aom_masked_sad64x32x4d_c |
3444 | | |
3445 | | unsigned int aom_masked_sad64x64_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3446 | | #define aom_masked_sad64x64 aom_masked_sad64x64_c |
3447 | | |
3448 | | void aom_masked_sad64x64x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3449 | | #define aom_masked_sad64x64x4d aom_masked_sad64x64x4d_c |
3450 | | |
3451 | | unsigned int aom_masked_sad8x16_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3452 | | #define aom_masked_sad8x16 aom_masked_sad8x16_c |
3453 | | |
3454 | | void aom_masked_sad8x16x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3455 | | #define aom_masked_sad8x16x4d aom_masked_sad8x16x4d_c |
3456 | | |
3457 | | unsigned int aom_masked_sad8x32_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3458 | | #define aom_masked_sad8x32 aom_masked_sad8x32_c |
3459 | | |
3460 | | void aom_masked_sad8x32x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3461 | | #define aom_masked_sad8x32x4d aom_masked_sad8x32x4d_c |
3462 | | |
3463 | | unsigned int aom_masked_sad8x4_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3464 | | #define aom_masked_sad8x4 aom_masked_sad8x4_c |
3465 | | |
3466 | | void aom_masked_sad8x4x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3467 | | #define aom_masked_sad8x4x4d aom_masked_sad8x4x4d_c |
3468 | | |
3469 | | unsigned int aom_masked_sad8x8_c(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask); |
3470 | | #define aom_masked_sad8x8 aom_masked_sad8x8_c |
3471 | | |
3472 | | void aom_masked_sad8x8x4d_c(const uint8_t *src, int src_stride, const uint8_t *ref[4], int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned sads[4]); |
3473 | | #define aom_masked_sad8x8x4d aom_masked_sad8x8x4d_c |
3474 | | |
3475 | | unsigned int aom_masked_sub_pixel_variance128x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3476 | | #define aom_masked_sub_pixel_variance128x128 aom_masked_sub_pixel_variance128x128_c |
3477 | | |
3478 | | unsigned int aom_masked_sub_pixel_variance128x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3479 | | #define aom_masked_sub_pixel_variance128x64 aom_masked_sub_pixel_variance128x64_c |
3480 | | |
3481 | | unsigned int aom_masked_sub_pixel_variance16x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3482 | | #define aom_masked_sub_pixel_variance16x16 aom_masked_sub_pixel_variance16x16_c |
3483 | | |
3484 | | unsigned int aom_masked_sub_pixel_variance16x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3485 | | #define aom_masked_sub_pixel_variance16x32 aom_masked_sub_pixel_variance16x32_c |
3486 | | |
3487 | | unsigned int aom_masked_sub_pixel_variance16x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3488 | | #define aom_masked_sub_pixel_variance16x4 aom_masked_sub_pixel_variance16x4_c |
3489 | | |
3490 | | unsigned int aom_masked_sub_pixel_variance16x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3491 | | #define aom_masked_sub_pixel_variance16x64 aom_masked_sub_pixel_variance16x64_c |
3492 | | |
3493 | | unsigned int aom_masked_sub_pixel_variance16x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3494 | | #define aom_masked_sub_pixel_variance16x8 aom_masked_sub_pixel_variance16x8_c |
3495 | | |
3496 | | unsigned int aom_masked_sub_pixel_variance32x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3497 | | #define aom_masked_sub_pixel_variance32x16 aom_masked_sub_pixel_variance32x16_c |
3498 | | |
3499 | | unsigned int aom_masked_sub_pixel_variance32x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3500 | | #define aom_masked_sub_pixel_variance32x32 aom_masked_sub_pixel_variance32x32_c |
3501 | | |
3502 | | unsigned int aom_masked_sub_pixel_variance32x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3503 | | #define aom_masked_sub_pixel_variance32x64 aom_masked_sub_pixel_variance32x64_c |
3504 | | |
3505 | | unsigned int aom_masked_sub_pixel_variance32x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3506 | | #define aom_masked_sub_pixel_variance32x8 aom_masked_sub_pixel_variance32x8_c |
3507 | | |
3508 | | unsigned int aom_masked_sub_pixel_variance4x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3509 | | #define aom_masked_sub_pixel_variance4x16 aom_masked_sub_pixel_variance4x16_c |
3510 | | |
3511 | | unsigned int aom_masked_sub_pixel_variance4x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3512 | | #define aom_masked_sub_pixel_variance4x4 aom_masked_sub_pixel_variance4x4_c |
3513 | | |
3514 | | unsigned int aom_masked_sub_pixel_variance4x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3515 | | #define aom_masked_sub_pixel_variance4x8 aom_masked_sub_pixel_variance4x8_c |
3516 | | |
3517 | | unsigned int aom_masked_sub_pixel_variance64x128_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3518 | | #define aom_masked_sub_pixel_variance64x128 aom_masked_sub_pixel_variance64x128_c |
3519 | | |
3520 | | unsigned int aom_masked_sub_pixel_variance64x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3521 | | #define aom_masked_sub_pixel_variance64x16 aom_masked_sub_pixel_variance64x16_c |
3522 | | |
3523 | | unsigned int aom_masked_sub_pixel_variance64x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3524 | | #define aom_masked_sub_pixel_variance64x32 aom_masked_sub_pixel_variance64x32_c |
3525 | | |
3526 | | unsigned int aom_masked_sub_pixel_variance64x64_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3527 | | #define aom_masked_sub_pixel_variance64x64 aom_masked_sub_pixel_variance64x64_c |
3528 | | |
3529 | | unsigned int aom_masked_sub_pixel_variance8x16_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3530 | | #define aom_masked_sub_pixel_variance8x16 aom_masked_sub_pixel_variance8x16_c |
3531 | | |
3532 | | unsigned int aom_masked_sub_pixel_variance8x32_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3533 | | #define aom_masked_sub_pixel_variance8x32 aom_masked_sub_pixel_variance8x32_c |
3534 | | |
3535 | | unsigned int aom_masked_sub_pixel_variance8x4_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3536 | | #define aom_masked_sub_pixel_variance8x4 aom_masked_sub_pixel_variance8x4_c |
3537 | | |
3538 | | unsigned int aom_masked_sub_pixel_variance8x8_c(const uint8_t *src, int src_stride, int xoffset, int yoffset, const uint8_t *ref, int ref_stride, const uint8_t *second_pred, const uint8_t *msk, int msk_stride, int invert_mask, unsigned int *sse); |
3539 | | #define aom_masked_sub_pixel_variance8x8 aom_masked_sub_pixel_variance8x8_c |
3540 | | |
3541 | | void aom_minmax_8x8_c(const uint8_t *s, int p, const uint8_t *d, int dp, int *min, int *max); |
3542 | 0 | #define aom_minmax_8x8 aom_minmax_8x8_c |
3543 | | |
3544 | | unsigned int aom_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
3545 | 0 | #define aom_mse16x16 aom_mse16x16_c |
3546 | | |
3547 | | unsigned int aom_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
3548 | 0 | #define aom_mse16x8 aom_mse16x8_c |
3549 | | |
3550 | | unsigned int aom_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
3551 | 0 | #define aom_mse8x16 aom_mse8x16_c |
3552 | | |
3553 | | unsigned int aom_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse); |
3554 | 0 | #define aom_mse8x8 aom_mse8x8_c |
3555 | | |
3556 | | uint64_t aom_mse_wxh_16bit_c(uint8_t *dst, int dstride,uint16_t *src, int sstride, int w, int h); |
3557 | 0 | #define aom_mse_wxh_16bit aom_mse_wxh_16bit_c |
3558 | | |
3559 | | uint64_t aom_mse_wxh_16bit_highbd_c(uint16_t *dst, int dstride,uint16_t *src, int sstride, int w, int h); |
3560 | 0 | #define aom_mse_wxh_16bit_highbd aom_mse_wxh_16bit_highbd_c |
3561 | | |
3562 | | unsigned int aom_obmc_sad128x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3563 | | #define aom_obmc_sad128x128 aom_obmc_sad128x128_c |
3564 | | |
3565 | | unsigned int aom_obmc_sad128x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3566 | | #define aom_obmc_sad128x64 aom_obmc_sad128x64_c |
3567 | | |
3568 | | unsigned int aom_obmc_sad16x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3569 | | #define aom_obmc_sad16x16 aom_obmc_sad16x16_c |
3570 | | |
3571 | | unsigned int aom_obmc_sad16x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3572 | | #define aom_obmc_sad16x32 aom_obmc_sad16x32_c |
3573 | | |
3574 | | unsigned int aom_obmc_sad16x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3575 | | #define aom_obmc_sad16x4 aom_obmc_sad16x4_c |
3576 | | |
3577 | | unsigned int aom_obmc_sad16x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3578 | | #define aom_obmc_sad16x64 aom_obmc_sad16x64_c |
3579 | | |
3580 | | unsigned int aom_obmc_sad16x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3581 | | #define aom_obmc_sad16x8 aom_obmc_sad16x8_c |
3582 | | |
3583 | | unsigned int aom_obmc_sad32x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3584 | | #define aom_obmc_sad32x16 aom_obmc_sad32x16_c |
3585 | | |
3586 | | unsigned int aom_obmc_sad32x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3587 | | #define aom_obmc_sad32x32 aom_obmc_sad32x32_c |
3588 | | |
3589 | | unsigned int aom_obmc_sad32x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3590 | | #define aom_obmc_sad32x64 aom_obmc_sad32x64_c |
3591 | | |
3592 | | unsigned int aom_obmc_sad32x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3593 | | #define aom_obmc_sad32x8 aom_obmc_sad32x8_c |
3594 | | |
3595 | | unsigned int aom_obmc_sad4x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3596 | | #define aom_obmc_sad4x16 aom_obmc_sad4x16_c |
3597 | | |
3598 | | unsigned int aom_obmc_sad4x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3599 | | #define aom_obmc_sad4x4 aom_obmc_sad4x4_c |
3600 | | |
3601 | | unsigned int aom_obmc_sad4x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3602 | | #define aom_obmc_sad4x8 aom_obmc_sad4x8_c |
3603 | | |
3604 | | unsigned int aom_obmc_sad64x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3605 | | #define aom_obmc_sad64x128 aom_obmc_sad64x128_c |
3606 | | |
3607 | | unsigned int aom_obmc_sad64x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3608 | | #define aom_obmc_sad64x16 aom_obmc_sad64x16_c |
3609 | | |
3610 | | unsigned int aom_obmc_sad64x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3611 | | #define aom_obmc_sad64x32 aom_obmc_sad64x32_c |
3612 | | |
3613 | | unsigned int aom_obmc_sad64x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3614 | | #define aom_obmc_sad64x64 aom_obmc_sad64x64_c |
3615 | | |
3616 | | unsigned int aom_obmc_sad8x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3617 | | #define aom_obmc_sad8x16 aom_obmc_sad8x16_c |
3618 | | |
3619 | | unsigned int aom_obmc_sad8x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3620 | | #define aom_obmc_sad8x32 aom_obmc_sad8x32_c |
3621 | | |
3622 | | unsigned int aom_obmc_sad8x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3623 | | #define aom_obmc_sad8x4 aom_obmc_sad8x4_c |
3624 | | |
3625 | | unsigned int aom_obmc_sad8x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask); |
3626 | | #define aom_obmc_sad8x8 aom_obmc_sad8x8_c |
3627 | | |
3628 | | unsigned int aom_obmc_sub_pixel_variance128x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3629 | | #define aom_obmc_sub_pixel_variance128x128 aom_obmc_sub_pixel_variance128x128_c |
3630 | | |
3631 | | unsigned int aom_obmc_sub_pixel_variance128x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3632 | | #define aom_obmc_sub_pixel_variance128x64 aom_obmc_sub_pixel_variance128x64_c |
3633 | | |
3634 | | unsigned int aom_obmc_sub_pixel_variance16x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3635 | | #define aom_obmc_sub_pixel_variance16x16 aom_obmc_sub_pixel_variance16x16_c |
3636 | | |
3637 | | unsigned int aom_obmc_sub_pixel_variance16x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3638 | | #define aom_obmc_sub_pixel_variance16x32 aom_obmc_sub_pixel_variance16x32_c |
3639 | | |
3640 | | unsigned int aom_obmc_sub_pixel_variance16x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3641 | | #define aom_obmc_sub_pixel_variance16x4 aom_obmc_sub_pixel_variance16x4_c |
3642 | | |
3643 | | unsigned int aom_obmc_sub_pixel_variance16x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3644 | | #define aom_obmc_sub_pixel_variance16x64 aom_obmc_sub_pixel_variance16x64_c |
3645 | | |
3646 | | unsigned int aom_obmc_sub_pixel_variance16x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3647 | | #define aom_obmc_sub_pixel_variance16x8 aom_obmc_sub_pixel_variance16x8_c |
3648 | | |
3649 | | unsigned int aom_obmc_sub_pixel_variance32x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3650 | | #define aom_obmc_sub_pixel_variance32x16 aom_obmc_sub_pixel_variance32x16_c |
3651 | | |
3652 | | unsigned int aom_obmc_sub_pixel_variance32x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3653 | | #define aom_obmc_sub_pixel_variance32x32 aom_obmc_sub_pixel_variance32x32_c |
3654 | | |
3655 | | unsigned int aom_obmc_sub_pixel_variance32x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3656 | | #define aom_obmc_sub_pixel_variance32x64 aom_obmc_sub_pixel_variance32x64_c |
3657 | | |
3658 | | unsigned int aom_obmc_sub_pixel_variance32x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3659 | | #define aom_obmc_sub_pixel_variance32x8 aom_obmc_sub_pixel_variance32x8_c |
3660 | | |
3661 | | unsigned int aom_obmc_sub_pixel_variance4x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3662 | | #define aom_obmc_sub_pixel_variance4x16 aom_obmc_sub_pixel_variance4x16_c |
3663 | | |
3664 | | unsigned int aom_obmc_sub_pixel_variance4x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3665 | | #define aom_obmc_sub_pixel_variance4x4 aom_obmc_sub_pixel_variance4x4_c |
3666 | | |
3667 | | unsigned int aom_obmc_sub_pixel_variance4x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3668 | | #define aom_obmc_sub_pixel_variance4x8 aom_obmc_sub_pixel_variance4x8_c |
3669 | | |
3670 | | unsigned int aom_obmc_sub_pixel_variance64x128_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3671 | | #define aom_obmc_sub_pixel_variance64x128 aom_obmc_sub_pixel_variance64x128_c |
3672 | | |
3673 | | unsigned int aom_obmc_sub_pixel_variance64x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3674 | | #define aom_obmc_sub_pixel_variance64x16 aom_obmc_sub_pixel_variance64x16_c |
3675 | | |
3676 | | unsigned int aom_obmc_sub_pixel_variance64x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3677 | | #define aom_obmc_sub_pixel_variance64x32 aom_obmc_sub_pixel_variance64x32_c |
3678 | | |
3679 | | unsigned int aom_obmc_sub_pixel_variance64x64_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3680 | | #define aom_obmc_sub_pixel_variance64x64 aom_obmc_sub_pixel_variance64x64_c |
3681 | | |
3682 | | unsigned int aom_obmc_sub_pixel_variance8x16_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3683 | | #define aom_obmc_sub_pixel_variance8x16 aom_obmc_sub_pixel_variance8x16_c |
3684 | | |
3685 | | unsigned int aom_obmc_sub_pixel_variance8x32_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3686 | | #define aom_obmc_sub_pixel_variance8x32 aom_obmc_sub_pixel_variance8x32_c |
3687 | | |
3688 | | unsigned int aom_obmc_sub_pixel_variance8x4_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3689 | | #define aom_obmc_sub_pixel_variance8x4 aom_obmc_sub_pixel_variance8x4_c |
3690 | | |
3691 | | unsigned int aom_obmc_sub_pixel_variance8x8_c(const uint8_t *pre, int pre_stride, int xoffset, int yoffset, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3692 | | #define aom_obmc_sub_pixel_variance8x8 aom_obmc_sub_pixel_variance8x8_c |
3693 | | |
3694 | | unsigned int aom_obmc_variance128x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3695 | | #define aom_obmc_variance128x128 aom_obmc_variance128x128_c |
3696 | | |
3697 | | unsigned int aom_obmc_variance128x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3698 | | #define aom_obmc_variance128x64 aom_obmc_variance128x64_c |
3699 | | |
3700 | | unsigned int aom_obmc_variance16x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3701 | | #define aom_obmc_variance16x16 aom_obmc_variance16x16_c |
3702 | | |
3703 | | unsigned int aom_obmc_variance16x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3704 | | #define aom_obmc_variance16x32 aom_obmc_variance16x32_c |
3705 | | |
3706 | | unsigned int aom_obmc_variance16x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3707 | | #define aom_obmc_variance16x4 aom_obmc_variance16x4_c |
3708 | | |
3709 | | unsigned int aom_obmc_variance16x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3710 | | #define aom_obmc_variance16x64 aom_obmc_variance16x64_c |
3711 | | |
3712 | | unsigned int aom_obmc_variance16x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3713 | | #define aom_obmc_variance16x8 aom_obmc_variance16x8_c |
3714 | | |
3715 | | unsigned int aom_obmc_variance32x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3716 | | #define aom_obmc_variance32x16 aom_obmc_variance32x16_c |
3717 | | |
3718 | | unsigned int aom_obmc_variance32x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3719 | | #define aom_obmc_variance32x32 aom_obmc_variance32x32_c |
3720 | | |
3721 | | unsigned int aom_obmc_variance32x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3722 | | #define aom_obmc_variance32x64 aom_obmc_variance32x64_c |
3723 | | |
3724 | | unsigned int aom_obmc_variance32x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3725 | | #define aom_obmc_variance32x8 aom_obmc_variance32x8_c |
3726 | | |
3727 | | unsigned int aom_obmc_variance4x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3728 | | #define aom_obmc_variance4x16 aom_obmc_variance4x16_c |
3729 | | |
3730 | | unsigned int aom_obmc_variance4x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3731 | | #define aom_obmc_variance4x4 aom_obmc_variance4x4_c |
3732 | | |
3733 | | unsigned int aom_obmc_variance4x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3734 | | #define aom_obmc_variance4x8 aom_obmc_variance4x8_c |
3735 | | |
3736 | | unsigned int aom_obmc_variance64x128_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3737 | | #define aom_obmc_variance64x128 aom_obmc_variance64x128_c |
3738 | | |
3739 | | unsigned int aom_obmc_variance64x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3740 | | #define aom_obmc_variance64x16 aom_obmc_variance64x16_c |
3741 | | |
3742 | | unsigned int aom_obmc_variance64x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3743 | | #define aom_obmc_variance64x32 aom_obmc_variance64x32_c |
3744 | | |
3745 | | unsigned int aom_obmc_variance64x64_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3746 | | #define aom_obmc_variance64x64 aom_obmc_variance64x64_c |
3747 | | |
3748 | | unsigned int aom_obmc_variance8x16_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3749 | | #define aom_obmc_variance8x16 aom_obmc_variance8x16_c |
3750 | | |
3751 | | unsigned int aom_obmc_variance8x32_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3752 | | #define aom_obmc_variance8x32 aom_obmc_variance8x32_c |
3753 | | |
3754 | | unsigned int aom_obmc_variance8x4_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3755 | | #define aom_obmc_variance8x4 aom_obmc_variance8x4_c |
3756 | | |
3757 | | unsigned int aom_obmc_variance8x8_c(const uint8_t *pre, int pre_stride, const int32_t *wsrc, const int32_t *mask, unsigned int *sse); |
3758 | | #define aom_obmc_variance8x8 aom_obmc_variance8x8_c |
3759 | | |
3760 | | void aom_paeth_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3761 | 3 | #define aom_paeth_predictor_16x16 aom_paeth_predictor_16x16_c |
3762 | | |
3763 | | void aom_paeth_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3764 | 3 | #define aom_paeth_predictor_16x32 aom_paeth_predictor_16x32_c |
3765 | | |
3766 | | void aom_paeth_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3767 | 3 | #define aom_paeth_predictor_16x4 aom_paeth_predictor_16x4_c |
3768 | | |
3769 | | void aom_paeth_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3770 | 3 | #define aom_paeth_predictor_16x64 aom_paeth_predictor_16x64_c |
3771 | | |
3772 | | void aom_paeth_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3773 | 3 | #define aom_paeth_predictor_16x8 aom_paeth_predictor_16x8_c |
3774 | | |
3775 | | void aom_paeth_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3776 | | #define aom_paeth_predictor_2x2 aom_paeth_predictor_2x2_c |
3777 | | |
3778 | | void aom_paeth_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3779 | 3 | #define aom_paeth_predictor_32x16 aom_paeth_predictor_32x16_c |
3780 | | |
3781 | | void aom_paeth_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3782 | 3 | #define aom_paeth_predictor_32x32 aom_paeth_predictor_32x32_c |
3783 | | |
3784 | | void aom_paeth_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3785 | 3 | #define aom_paeth_predictor_32x64 aom_paeth_predictor_32x64_c |
3786 | | |
3787 | | void aom_paeth_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3788 | 3 | #define aom_paeth_predictor_32x8 aom_paeth_predictor_32x8_c |
3789 | | |
3790 | | void aom_paeth_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3791 | 3 | #define aom_paeth_predictor_4x16 aom_paeth_predictor_4x16_c |
3792 | | |
3793 | | void aom_paeth_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3794 | 3 | #define aom_paeth_predictor_4x4 aom_paeth_predictor_4x4_c |
3795 | | |
3796 | | void aom_paeth_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3797 | 3 | #define aom_paeth_predictor_4x8 aom_paeth_predictor_4x8_c |
3798 | | |
3799 | | void aom_paeth_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3800 | 3 | #define aom_paeth_predictor_64x16 aom_paeth_predictor_64x16_c |
3801 | | |
3802 | | void aom_paeth_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3803 | 3 | #define aom_paeth_predictor_64x32 aom_paeth_predictor_64x32_c |
3804 | | |
3805 | | void aom_paeth_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3806 | 3 | #define aom_paeth_predictor_64x64 aom_paeth_predictor_64x64_c |
3807 | | |
3808 | | void aom_paeth_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3809 | 3 | #define aom_paeth_predictor_8x16 aom_paeth_predictor_8x16_c |
3810 | | |
3811 | | void aom_paeth_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3812 | 3 | #define aom_paeth_predictor_8x32 aom_paeth_predictor_8x32_c |
3813 | | |
3814 | | void aom_paeth_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3815 | 3 | #define aom_paeth_predictor_8x4 aom_paeth_predictor_8x4_c |
3816 | | |
3817 | | void aom_paeth_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
3818 | 3 | #define aom_paeth_predictor_8x8 aom_paeth_predictor_8x8_c |
3819 | | |
3820 | | void aom_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
3821 | 0 | #define aom_quantize_b aom_quantize_b_c |
3822 | | |
3823 | | void aom_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
3824 | 0 | #define aom_quantize_b_32x32 aom_quantize_b_32x32_c |
3825 | | |
3826 | | void aom_quantize_b_32x32_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
3827 | 0 | #define aom_quantize_b_32x32_adaptive aom_quantize_b_32x32_adaptive_c |
3828 | | |
3829 | | void aom_quantize_b_64x64_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
3830 | 0 | #define aom_quantize_b_64x64 aom_quantize_b_64x64_c |
3831 | | |
3832 | | void aom_quantize_b_64x64_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
3833 | 0 | #define aom_quantize_b_64x64_adaptive aom_quantize_b_64x64_adaptive_c |
3834 | | |
3835 | | void aom_quantize_b_adaptive_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, 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, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); |
3836 | 0 | #define aom_quantize_b_adaptive aom_quantize_b_adaptive_c |
3837 | | |
3838 | | unsigned int aom_sad128x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3839 | | #define aom_sad128x128 aom_sad128x128_c |
3840 | | |
3841 | | unsigned int aom_sad128x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3842 | | #define aom_sad128x128_avg aom_sad128x128_avg_c |
3843 | | |
3844 | | void aom_sad128x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3845 | | #define aom_sad128x128x4d aom_sad128x128x4d_c |
3846 | | |
3847 | | void aom_sad128x128x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3848 | | #define aom_sad128x128x4d_avg aom_sad128x128x4d_avg_c |
3849 | | |
3850 | | unsigned int aom_sad128x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3851 | | #define aom_sad128x64 aom_sad128x64_c |
3852 | | |
3853 | | unsigned int aom_sad128x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3854 | | #define aom_sad128x64_avg aom_sad128x64_avg_c |
3855 | | |
3856 | | void aom_sad128x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3857 | | #define aom_sad128x64x4d aom_sad128x64x4d_c |
3858 | | |
3859 | | void aom_sad128x64x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3860 | | #define aom_sad128x64x4d_avg aom_sad128x64x4d_avg_c |
3861 | | |
3862 | | unsigned int aom_sad128xh_c(const uint8_t *a, int a_stride, const uint8_t *b, int b_stride, int width, int height); |
3863 | | #define aom_sad128xh aom_sad128xh_c |
3864 | | |
3865 | | unsigned int aom_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3866 | | #define aom_sad16x16 aom_sad16x16_c |
3867 | | |
3868 | | unsigned int aom_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3869 | | #define aom_sad16x16_avg aom_sad16x16_avg_c |
3870 | | |
3871 | | void aom_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3872 | | #define aom_sad16x16x4d aom_sad16x16x4d_c |
3873 | | |
3874 | | void aom_sad16x16x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3875 | | #define aom_sad16x16x4d_avg aom_sad16x16x4d_avg_c |
3876 | | |
3877 | | unsigned int aom_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3878 | | #define aom_sad16x32 aom_sad16x32_c |
3879 | | |
3880 | | unsigned int aom_sad16x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3881 | | #define aom_sad16x32_avg aom_sad16x32_avg_c |
3882 | | |
3883 | | void aom_sad16x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3884 | | #define aom_sad16x32x4d aom_sad16x32x4d_c |
3885 | | |
3886 | | void aom_sad16x32x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3887 | | #define aom_sad16x32x4d_avg aom_sad16x32x4d_avg_c |
3888 | | |
3889 | | unsigned int aom_sad16x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3890 | | #define aom_sad16x4 aom_sad16x4_c |
3891 | | |
3892 | | unsigned int aom_sad16x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3893 | | #define aom_sad16x4_avg aom_sad16x4_avg_c |
3894 | | |
3895 | | void aom_sad16x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3896 | | #define aom_sad16x4x4d aom_sad16x4x4d_c |
3897 | | |
3898 | | void aom_sad16x4x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3899 | | #define aom_sad16x4x4d_avg aom_sad16x4x4d_avg_c |
3900 | | |
3901 | | unsigned int aom_sad16x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3902 | | #define aom_sad16x64 aom_sad16x64_c |
3903 | | |
3904 | | unsigned int aom_sad16x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3905 | | #define aom_sad16x64_avg aom_sad16x64_avg_c |
3906 | | |
3907 | | void aom_sad16x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3908 | | #define aom_sad16x64x4d aom_sad16x64x4d_c |
3909 | | |
3910 | | void aom_sad16x64x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3911 | | #define aom_sad16x64x4d_avg aom_sad16x64x4d_avg_c |
3912 | | |
3913 | | unsigned int aom_sad16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3914 | | #define aom_sad16x8 aom_sad16x8_c |
3915 | | |
3916 | | unsigned int aom_sad16x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3917 | | #define aom_sad16x8_avg aom_sad16x8_avg_c |
3918 | | |
3919 | | void aom_sad16x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3920 | | #define aom_sad16x8x4d aom_sad16x8x4d_c |
3921 | | |
3922 | | void aom_sad16x8x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3923 | | #define aom_sad16x8x4d_avg aom_sad16x8x4d_avg_c |
3924 | | |
3925 | | unsigned int aom_sad16xh_c(const uint8_t *a, int a_stride, const uint8_t *b, int b_stride, int width, int height); |
3926 | | #define aom_sad16xh aom_sad16xh_c |
3927 | | |
3928 | | unsigned int aom_sad32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3929 | | #define aom_sad32x16 aom_sad32x16_c |
3930 | | |
3931 | | unsigned int aom_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3932 | | #define aom_sad32x16_avg aom_sad32x16_avg_c |
3933 | | |
3934 | | void aom_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3935 | | #define aom_sad32x16x4d aom_sad32x16x4d_c |
3936 | | |
3937 | | void aom_sad32x16x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3938 | | #define aom_sad32x16x4d_avg aom_sad32x16x4d_avg_c |
3939 | | |
3940 | | unsigned int aom_sad32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3941 | | #define aom_sad32x32 aom_sad32x32_c |
3942 | | |
3943 | | unsigned int aom_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3944 | | #define aom_sad32x32_avg aom_sad32x32_avg_c |
3945 | | |
3946 | | void aom_sad32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3947 | | #define aom_sad32x32x4d aom_sad32x32x4d_c |
3948 | | |
3949 | | void aom_sad32x32x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3950 | | #define aom_sad32x32x4d_avg aom_sad32x32x4d_avg_c |
3951 | | |
3952 | | unsigned int aom_sad32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3953 | | #define aom_sad32x64 aom_sad32x64_c |
3954 | | |
3955 | | unsigned int aom_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3956 | | #define aom_sad32x64_avg aom_sad32x64_avg_c |
3957 | | |
3958 | | void aom_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3959 | | #define aom_sad32x64x4d aom_sad32x64x4d_c |
3960 | | |
3961 | | void aom_sad32x64x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3962 | | #define aom_sad32x64x4d_avg aom_sad32x64x4d_avg_c |
3963 | | |
3964 | | unsigned int aom_sad32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3965 | | #define aom_sad32x8 aom_sad32x8_c |
3966 | | |
3967 | | unsigned int aom_sad32x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3968 | | #define aom_sad32x8_avg aom_sad32x8_avg_c |
3969 | | |
3970 | | void aom_sad32x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3971 | | #define aom_sad32x8x4d aom_sad32x8x4d_c |
3972 | | |
3973 | | void aom_sad32x8x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3974 | | #define aom_sad32x8x4d_avg aom_sad32x8x4d_avg_c |
3975 | | |
3976 | | unsigned int aom_sad32xh_c(const uint8_t *a, int a_stride, const uint8_t *b, int b_stride, int width, int height); |
3977 | | #define aom_sad32xh aom_sad32xh_c |
3978 | | |
3979 | | unsigned int aom_sad4x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3980 | | #define aom_sad4x16 aom_sad4x16_c |
3981 | | |
3982 | | unsigned int aom_sad4x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3983 | | #define aom_sad4x16_avg aom_sad4x16_avg_c |
3984 | | |
3985 | | void aom_sad4x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3986 | | #define aom_sad4x16x4d aom_sad4x16x4d_c |
3987 | | |
3988 | | void aom_sad4x16x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
3989 | | #define aom_sad4x16x4d_avg aom_sad4x16x4d_avg_c |
3990 | | |
3991 | | unsigned int aom_sad4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
3992 | | #define aom_sad4x4 aom_sad4x4_c |
3993 | | |
3994 | | unsigned int aom_sad4x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
3995 | | #define aom_sad4x4_avg aom_sad4x4_avg_c |
3996 | | |
3997 | | void aom_sad4x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
3998 | | #define aom_sad4x4x4d aom_sad4x4x4d_c |
3999 | | |
4000 | | void aom_sad4x4x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4001 | | #define aom_sad4x4x4d_avg aom_sad4x4x4d_avg_c |
4002 | | |
4003 | | unsigned int aom_sad4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4004 | | #define aom_sad4x8 aom_sad4x8_c |
4005 | | |
4006 | | unsigned int aom_sad4x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4007 | | #define aom_sad4x8_avg aom_sad4x8_avg_c |
4008 | | |
4009 | | void aom_sad4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4010 | | #define aom_sad4x8x4d aom_sad4x8x4d_c |
4011 | | |
4012 | | void aom_sad4x8x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4013 | | #define aom_sad4x8x4d_avg aom_sad4x8x4d_avg_c |
4014 | | |
4015 | | unsigned int aom_sad4xh_c(const uint8_t *a, int a_stride, const uint8_t *b, int b_stride, int width, int height); |
4016 | | #define aom_sad4xh aom_sad4xh_c |
4017 | | |
4018 | | unsigned int aom_sad64x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4019 | | #define aom_sad64x128 aom_sad64x128_c |
4020 | | |
4021 | | unsigned int aom_sad64x128_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4022 | | #define aom_sad64x128_avg aom_sad64x128_avg_c |
4023 | | |
4024 | | void aom_sad64x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4025 | | #define aom_sad64x128x4d aom_sad64x128x4d_c |
4026 | | |
4027 | | void aom_sad64x128x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4028 | | #define aom_sad64x128x4d_avg aom_sad64x128x4d_avg_c |
4029 | | |
4030 | | unsigned int aom_sad64x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4031 | | #define aom_sad64x16 aom_sad64x16_c |
4032 | | |
4033 | | unsigned int aom_sad64x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4034 | | #define aom_sad64x16_avg aom_sad64x16_avg_c |
4035 | | |
4036 | | void aom_sad64x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4037 | | #define aom_sad64x16x4d aom_sad64x16x4d_c |
4038 | | |
4039 | | void aom_sad64x16x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4040 | | #define aom_sad64x16x4d_avg aom_sad64x16x4d_avg_c |
4041 | | |
4042 | | unsigned int aom_sad64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4043 | | #define aom_sad64x32 aom_sad64x32_c |
4044 | | |
4045 | | unsigned int aom_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4046 | | #define aom_sad64x32_avg aom_sad64x32_avg_c |
4047 | | |
4048 | | void aom_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4049 | | #define aom_sad64x32x4d aom_sad64x32x4d_c |
4050 | | |
4051 | | void aom_sad64x32x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4052 | | #define aom_sad64x32x4d_avg aom_sad64x32x4d_avg_c |
4053 | | |
4054 | | unsigned int aom_sad64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4055 | | #define aom_sad64x64 aom_sad64x64_c |
4056 | | |
4057 | | unsigned int aom_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4058 | | #define aom_sad64x64_avg aom_sad64x64_avg_c |
4059 | | |
4060 | | void aom_sad64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4061 | | #define aom_sad64x64x4d aom_sad64x64x4d_c |
4062 | | |
4063 | | void aom_sad64x64x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4064 | | #define aom_sad64x64x4d_avg aom_sad64x64x4d_avg_c |
4065 | | |
4066 | | unsigned int aom_sad64xh_c(const uint8_t *a, int a_stride, const uint8_t *b, int b_stride, int width, int height); |
4067 | | #define aom_sad64xh aom_sad64xh_c |
4068 | | |
4069 | | unsigned int aom_sad8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4070 | | #define aom_sad8x16 aom_sad8x16_c |
4071 | | |
4072 | | unsigned int aom_sad8x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4073 | | #define aom_sad8x16_avg aom_sad8x16_avg_c |
4074 | | |
4075 | | void aom_sad8x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4076 | | #define aom_sad8x16x4d aom_sad8x16x4d_c |
4077 | | |
4078 | | void aom_sad8x16x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4079 | | #define aom_sad8x16x4d_avg aom_sad8x16x4d_avg_c |
4080 | | |
4081 | | unsigned int aom_sad8x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4082 | | #define aom_sad8x32 aom_sad8x32_c |
4083 | | |
4084 | | unsigned int aom_sad8x32_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4085 | | #define aom_sad8x32_avg aom_sad8x32_avg_c |
4086 | | |
4087 | | void aom_sad8x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4088 | | #define aom_sad8x32x4d aom_sad8x32x4d_c |
4089 | | |
4090 | | void aom_sad8x32x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4091 | | #define aom_sad8x32x4d_avg aom_sad8x32x4d_avg_c |
4092 | | |
4093 | | unsigned int aom_sad8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4094 | | #define aom_sad8x4 aom_sad8x4_c |
4095 | | |
4096 | | unsigned int aom_sad8x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4097 | | #define aom_sad8x4_avg aom_sad8x4_avg_c |
4098 | | |
4099 | | void aom_sad8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4100 | | #define aom_sad8x4x4d aom_sad8x4x4d_c |
4101 | | |
4102 | | void aom_sad8x4x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4103 | | #define aom_sad8x4x4d_avg aom_sad8x4x4d_avg_c |
4104 | | |
4105 | | unsigned int aom_sad8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4106 | | #define aom_sad8x8 aom_sad8x8_c |
4107 | | |
4108 | | unsigned int aom_sad8x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); |
4109 | | #define aom_sad8x8_avg aom_sad8x8_avg_c |
4110 | | |
4111 | | void aom_sad8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4112 | | #define aom_sad8x8x4d aom_sad8x8x4d_c |
4113 | | |
4114 | | void aom_sad8x8x4d_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, const uint8_t *second_pred, uint32_t sad_array[4]); |
4115 | | #define aom_sad8x8x4d_avg aom_sad8x8x4d_avg_c |
4116 | | |
4117 | | unsigned int aom_sad8xh_c(const uint8_t *a, int a_stride, const uint8_t *b, int b_stride, int width, int height); |
4118 | | #define aom_sad8xh aom_sad8xh_c |
4119 | | |
4120 | | unsigned int aom_sad_skip_128x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4121 | | #define aom_sad_skip_128x128 aom_sad_skip_128x128_c |
4122 | | |
4123 | | void aom_sad_skip_128x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4124 | | #define aom_sad_skip_128x128x4d aom_sad_skip_128x128x4d_c |
4125 | | |
4126 | | unsigned int aom_sad_skip_128x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4127 | | #define aom_sad_skip_128x64 aom_sad_skip_128x64_c |
4128 | | |
4129 | | void aom_sad_skip_128x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4130 | | #define aom_sad_skip_128x64x4d aom_sad_skip_128x64x4d_c |
4131 | | |
4132 | | unsigned int aom_sad_skip_16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4133 | | #define aom_sad_skip_16x16 aom_sad_skip_16x16_c |
4134 | | |
4135 | | void aom_sad_skip_16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4136 | | #define aom_sad_skip_16x16x4d aom_sad_skip_16x16x4d_c |
4137 | | |
4138 | | unsigned int aom_sad_skip_16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4139 | | #define aom_sad_skip_16x32 aom_sad_skip_16x32_c |
4140 | | |
4141 | | void aom_sad_skip_16x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4142 | | #define aom_sad_skip_16x32x4d aom_sad_skip_16x32x4d_c |
4143 | | |
4144 | | unsigned int aom_sad_skip_16x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4145 | | #define aom_sad_skip_16x4 aom_sad_skip_16x4_c |
4146 | | |
4147 | | void aom_sad_skip_16x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4148 | | #define aom_sad_skip_16x4x4d aom_sad_skip_16x4x4d_c |
4149 | | |
4150 | | unsigned int aom_sad_skip_16x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4151 | | #define aom_sad_skip_16x64 aom_sad_skip_16x64_c |
4152 | | |
4153 | | void aom_sad_skip_16x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4154 | | #define aom_sad_skip_16x64x4d aom_sad_skip_16x64x4d_c |
4155 | | |
4156 | | unsigned int aom_sad_skip_16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4157 | | #define aom_sad_skip_16x8 aom_sad_skip_16x8_c |
4158 | | |
4159 | | void aom_sad_skip_16x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4160 | | #define aom_sad_skip_16x8x4d aom_sad_skip_16x8x4d_c |
4161 | | |
4162 | | unsigned int aom_sad_skip_32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4163 | | #define aom_sad_skip_32x16 aom_sad_skip_32x16_c |
4164 | | |
4165 | | void aom_sad_skip_32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4166 | | #define aom_sad_skip_32x16x4d aom_sad_skip_32x16x4d_c |
4167 | | |
4168 | | unsigned int aom_sad_skip_32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4169 | | #define aom_sad_skip_32x32 aom_sad_skip_32x32_c |
4170 | | |
4171 | | void aom_sad_skip_32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4172 | | #define aom_sad_skip_32x32x4d aom_sad_skip_32x32x4d_c |
4173 | | |
4174 | | unsigned int aom_sad_skip_32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4175 | | #define aom_sad_skip_32x64 aom_sad_skip_32x64_c |
4176 | | |
4177 | | void aom_sad_skip_32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4178 | | #define aom_sad_skip_32x64x4d aom_sad_skip_32x64x4d_c |
4179 | | |
4180 | | unsigned int aom_sad_skip_32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4181 | | #define aom_sad_skip_32x8 aom_sad_skip_32x8_c |
4182 | | |
4183 | | void aom_sad_skip_32x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4184 | | #define aom_sad_skip_32x8x4d aom_sad_skip_32x8x4d_c |
4185 | | |
4186 | | unsigned int aom_sad_skip_4x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4187 | | #define aom_sad_skip_4x16 aom_sad_skip_4x16_c |
4188 | | |
4189 | | void aom_sad_skip_4x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4190 | | #define aom_sad_skip_4x16x4d aom_sad_skip_4x16x4d_c |
4191 | | |
4192 | | unsigned int aom_sad_skip_4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4193 | | #define aom_sad_skip_4x4 aom_sad_skip_4x4_c |
4194 | | |
4195 | | void aom_sad_skip_4x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4196 | | #define aom_sad_skip_4x4x4d aom_sad_skip_4x4x4d_c |
4197 | | |
4198 | | unsigned int aom_sad_skip_4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4199 | | #define aom_sad_skip_4x8 aom_sad_skip_4x8_c |
4200 | | |
4201 | | void aom_sad_skip_4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4202 | | #define aom_sad_skip_4x8x4d aom_sad_skip_4x8x4d_c |
4203 | | |
4204 | | unsigned int aom_sad_skip_64x128_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4205 | | #define aom_sad_skip_64x128 aom_sad_skip_64x128_c |
4206 | | |
4207 | | void aom_sad_skip_64x128x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4208 | | #define aom_sad_skip_64x128x4d aom_sad_skip_64x128x4d_c |
4209 | | |
4210 | | unsigned int aom_sad_skip_64x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4211 | | #define aom_sad_skip_64x16 aom_sad_skip_64x16_c |
4212 | | |
4213 | | void aom_sad_skip_64x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4214 | | #define aom_sad_skip_64x16x4d aom_sad_skip_64x16x4d_c |
4215 | | |
4216 | | unsigned int aom_sad_skip_64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4217 | | #define aom_sad_skip_64x32 aom_sad_skip_64x32_c |
4218 | | |
4219 | | void aom_sad_skip_64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4220 | | #define aom_sad_skip_64x32x4d aom_sad_skip_64x32x4d_c |
4221 | | |
4222 | | unsigned int aom_sad_skip_64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4223 | | #define aom_sad_skip_64x64 aom_sad_skip_64x64_c |
4224 | | |
4225 | | void aom_sad_skip_64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4226 | | #define aom_sad_skip_64x64x4d aom_sad_skip_64x64x4d_c |
4227 | | |
4228 | | unsigned int aom_sad_skip_8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4229 | | #define aom_sad_skip_8x16 aom_sad_skip_8x16_c |
4230 | | |
4231 | | void aom_sad_skip_8x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4232 | | #define aom_sad_skip_8x16x4d aom_sad_skip_8x16x4d_c |
4233 | | |
4234 | | unsigned int aom_sad_skip_8x32_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4235 | | #define aom_sad_skip_8x32 aom_sad_skip_8x32_c |
4236 | | |
4237 | | void aom_sad_skip_8x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4238 | | #define aom_sad_skip_8x32x4d aom_sad_skip_8x32x4d_c |
4239 | | |
4240 | | unsigned int aom_sad_skip_8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4241 | | #define aom_sad_skip_8x4 aom_sad_skip_8x4_c |
4242 | | |
4243 | | void aom_sad_skip_8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4244 | | #define aom_sad_skip_8x4x4d aom_sad_skip_8x4x4d_c |
4245 | | |
4246 | | unsigned int aom_sad_skip_8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride); |
4247 | | #define aom_sad_skip_8x8 aom_sad_skip_8x8_c |
4248 | | |
4249 | | void aom_sad_skip_8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[4], int ref_stride, uint32_t sad_array[4]); |
4250 | | #define aom_sad_skip_8x8x4d aom_sad_skip_8x8x4d_c |
4251 | | |
4252 | | int aom_satd_c(const tran_low_t *coeff, int length); |
4253 | 0 | #define aom_satd aom_satd_c |
4254 | | |
4255 | | int aom_satd_lp_c(const int16_t *coeff, int length); |
4256 | 0 | #define aom_satd_lp aom_satd_lp_c |
4257 | | |
4258 | | void aom_scaled_2d_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h); |
4259 | 0 | #define aom_scaled_2d aom_scaled_2d_c |
4260 | | |
4261 | | void aom_smooth_h_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4262 | 3 | #define aom_smooth_h_predictor_16x16 aom_smooth_h_predictor_16x16_c |
4263 | | |
4264 | | void aom_smooth_h_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4265 | 3 | #define aom_smooth_h_predictor_16x32 aom_smooth_h_predictor_16x32_c |
4266 | | |
4267 | | void aom_smooth_h_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4268 | 3 | #define aom_smooth_h_predictor_16x4 aom_smooth_h_predictor_16x4_c |
4269 | | |
4270 | | void aom_smooth_h_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4271 | 3 | #define aom_smooth_h_predictor_16x64 aom_smooth_h_predictor_16x64_c |
4272 | | |
4273 | | void aom_smooth_h_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4274 | 3 | #define aom_smooth_h_predictor_16x8 aom_smooth_h_predictor_16x8_c |
4275 | | |
4276 | | void aom_smooth_h_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4277 | | #define aom_smooth_h_predictor_2x2 aom_smooth_h_predictor_2x2_c |
4278 | | |
4279 | | void aom_smooth_h_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4280 | 3 | #define aom_smooth_h_predictor_32x16 aom_smooth_h_predictor_32x16_c |
4281 | | |
4282 | | void aom_smooth_h_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4283 | 3 | #define aom_smooth_h_predictor_32x32 aom_smooth_h_predictor_32x32_c |
4284 | | |
4285 | | void aom_smooth_h_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4286 | 3 | #define aom_smooth_h_predictor_32x64 aom_smooth_h_predictor_32x64_c |
4287 | | |
4288 | | void aom_smooth_h_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4289 | 3 | #define aom_smooth_h_predictor_32x8 aom_smooth_h_predictor_32x8_c |
4290 | | |
4291 | | void aom_smooth_h_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4292 | 3 | #define aom_smooth_h_predictor_4x16 aom_smooth_h_predictor_4x16_c |
4293 | | |
4294 | | void aom_smooth_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4295 | 3 | #define aom_smooth_h_predictor_4x4 aom_smooth_h_predictor_4x4_c |
4296 | | |
4297 | | void aom_smooth_h_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4298 | 3 | #define aom_smooth_h_predictor_4x8 aom_smooth_h_predictor_4x8_c |
4299 | | |
4300 | | void aom_smooth_h_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4301 | 3 | #define aom_smooth_h_predictor_64x16 aom_smooth_h_predictor_64x16_c |
4302 | | |
4303 | | void aom_smooth_h_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4304 | 3 | #define aom_smooth_h_predictor_64x32 aom_smooth_h_predictor_64x32_c |
4305 | | |
4306 | | void aom_smooth_h_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4307 | 3 | #define aom_smooth_h_predictor_64x64 aom_smooth_h_predictor_64x64_c |
4308 | | |
4309 | | void aom_smooth_h_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4310 | 3 | #define aom_smooth_h_predictor_8x16 aom_smooth_h_predictor_8x16_c |
4311 | | |
4312 | | void aom_smooth_h_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4313 | 3 | #define aom_smooth_h_predictor_8x32 aom_smooth_h_predictor_8x32_c |
4314 | | |
4315 | | void aom_smooth_h_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4316 | 3 | #define aom_smooth_h_predictor_8x4 aom_smooth_h_predictor_8x4_c |
4317 | | |
4318 | | void aom_smooth_h_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4319 | 3 | #define aom_smooth_h_predictor_8x8 aom_smooth_h_predictor_8x8_c |
4320 | | |
4321 | | void aom_smooth_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4322 | 3 | #define aom_smooth_predictor_16x16 aom_smooth_predictor_16x16_c |
4323 | | |
4324 | | void aom_smooth_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4325 | 3 | #define aom_smooth_predictor_16x32 aom_smooth_predictor_16x32_c |
4326 | | |
4327 | | void aom_smooth_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4328 | 3 | #define aom_smooth_predictor_16x4 aom_smooth_predictor_16x4_c |
4329 | | |
4330 | | void aom_smooth_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4331 | 3 | #define aom_smooth_predictor_16x64 aom_smooth_predictor_16x64_c |
4332 | | |
4333 | | void aom_smooth_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4334 | 3 | #define aom_smooth_predictor_16x8 aom_smooth_predictor_16x8_c |
4335 | | |
4336 | | void aom_smooth_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4337 | | #define aom_smooth_predictor_2x2 aom_smooth_predictor_2x2_c |
4338 | | |
4339 | | void aom_smooth_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4340 | 3 | #define aom_smooth_predictor_32x16 aom_smooth_predictor_32x16_c |
4341 | | |
4342 | | void aom_smooth_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4343 | 3 | #define aom_smooth_predictor_32x32 aom_smooth_predictor_32x32_c |
4344 | | |
4345 | | void aom_smooth_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4346 | 3 | #define aom_smooth_predictor_32x64 aom_smooth_predictor_32x64_c |
4347 | | |
4348 | | void aom_smooth_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4349 | 3 | #define aom_smooth_predictor_32x8 aom_smooth_predictor_32x8_c |
4350 | | |
4351 | | void aom_smooth_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4352 | 3 | #define aom_smooth_predictor_4x16 aom_smooth_predictor_4x16_c |
4353 | | |
4354 | | void aom_smooth_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4355 | 3 | #define aom_smooth_predictor_4x4 aom_smooth_predictor_4x4_c |
4356 | | |
4357 | | void aom_smooth_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4358 | 3 | #define aom_smooth_predictor_4x8 aom_smooth_predictor_4x8_c |
4359 | | |
4360 | | void aom_smooth_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4361 | 3 | #define aom_smooth_predictor_64x16 aom_smooth_predictor_64x16_c |
4362 | | |
4363 | | void aom_smooth_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4364 | 3 | #define aom_smooth_predictor_64x32 aom_smooth_predictor_64x32_c |
4365 | | |
4366 | | void aom_smooth_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4367 | 3 | #define aom_smooth_predictor_64x64 aom_smooth_predictor_64x64_c |
4368 | | |
4369 | | void aom_smooth_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4370 | 3 | #define aom_smooth_predictor_8x16 aom_smooth_predictor_8x16_c |
4371 | | |
4372 | | void aom_smooth_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4373 | 3 | #define aom_smooth_predictor_8x32 aom_smooth_predictor_8x32_c |
4374 | | |
4375 | | void aom_smooth_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4376 | 3 | #define aom_smooth_predictor_8x4 aom_smooth_predictor_8x4_c |
4377 | | |
4378 | | void aom_smooth_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4379 | 3 | #define aom_smooth_predictor_8x8 aom_smooth_predictor_8x8_c |
4380 | | |
4381 | | void aom_smooth_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4382 | 3 | #define aom_smooth_v_predictor_16x16 aom_smooth_v_predictor_16x16_c |
4383 | | |
4384 | | void aom_smooth_v_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4385 | 3 | #define aom_smooth_v_predictor_16x32 aom_smooth_v_predictor_16x32_c |
4386 | | |
4387 | | void aom_smooth_v_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4388 | 3 | #define aom_smooth_v_predictor_16x4 aom_smooth_v_predictor_16x4_c |
4389 | | |
4390 | | void aom_smooth_v_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4391 | 3 | #define aom_smooth_v_predictor_16x64 aom_smooth_v_predictor_16x64_c |
4392 | | |
4393 | | void aom_smooth_v_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4394 | 3 | #define aom_smooth_v_predictor_16x8 aom_smooth_v_predictor_16x8_c |
4395 | | |
4396 | | void aom_smooth_v_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4397 | | #define aom_smooth_v_predictor_2x2 aom_smooth_v_predictor_2x2_c |
4398 | | |
4399 | | void aom_smooth_v_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4400 | 3 | #define aom_smooth_v_predictor_32x16 aom_smooth_v_predictor_32x16_c |
4401 | | |
4402 | | void aom_smooth_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4403 | 3 | #define aom_smooth_v_predictor_32x32 aom_smooth_v_predictor_32x32_c |
4404 | | |
4405 | | void aom_smooth_v_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4406 | 3 | #define aom_smooth_v_predictor_32x64 aom_smooth_v_predictor_32x64_c |
4407 | | |
4408 | | void aom_smooth_v_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4409 | 3 | #define aom_smooth_v_predictor_32x8 aom_smooth_v_predictor_32x8_c |
4410 | | |
4411 | | void aom_smooth_v_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4412 | 3 | #define aom_smooth_v_predictor_4x16 aom_smooth_v_predictor_4x16_c |
4413 | | |
4414 | | void aom_smooth_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4415 | 3 | #define aom_smooth_v_predictor_4x4 aom_smooth_v_predictor_4x4_c |
4416 | | |
4417 | | void aom_smooth_v_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4418 | 3 | #define aom_smooth_v_predictor_4x8 aom_smooth_v_predictor_4x8_c |
4419 | | |
4420 | | void aom_smooth_v_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4421 | 3 | #define aom_smooth_v_predictor_64x16 aom_smooth_v_predictor_64x16_c |
4422 | | |
4423 | | void aom_smooth_v_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4424 | 3 | #define aom_smooth_v_predictor_64x32 aom_smooth_v_predictor_64x32_c |
4425 | | |
4426 | | void aom_smooth_v_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4427 | 3 | #define aom_smooth_v_predictor_64x64 aom_smooth_v_predictor_64x64_c |
4428 | | |
4429 | | void aom_smooth_v_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4430 | 3 | #define aom_smooth_v_predictor_8x16 aom_smooth_v_predictor_8x16_c |
4431 | | |
4432 | | void aom_smooth_v_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4433 | 3 | #define aom_smooth_v_predictor_8x32 aom_smooth_v_predictor_8x32_c |
4434 | | |
4435 | | void aom_smooth_v_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4436 | 3 | #define aom_smooth_v_predictor_8x4 aom_smooth_v_predictor_8x4_c |
4437 | | |
4438 | | void aom_smooth_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4439 | 3 | #define aom_smooth_v_predictor_8x8 aom_smooth_v_predictor_8x8_c |
4440 | | |
4441 | | int64_t aom_sse_c(const uint8_t *a, int a_stride, const uint8_t *b,int b_stride, int width, int height); |
4442 | 0 | #define aom_sse aom_sse_c |
4443 | | |
4444 | | void aom_ssim_parms_8x8_c(const uint8_t *s, int sp, const uint8_t *r, int rp, uint32_t *sum_s, uint32_t *sum_r, uint32_t *sum_sq_s, uint32_t *sum_sq_r, uint32_t *sum_sxr); |
4445 | | #define aom_ssim_parms_8x8 aom_ssim_parms_8x8_c |
4446 | | |
4447 | | uint32_t aom_sub_pixel_avg_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4448 | | #define aom_sub_pixel_avg_variance128x128 aom_sub_pixel_avg_variance128x128_c |
4449 | | |
4450 | | uint32_t aom_sub_pixel_avg_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4451 | | #define aom_sub_pixel_avg_variance128x64 aom_sub_pixel_avg_variance128x64_c |
4452 | | |
4453 | | uint32_t aom_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4454 | | #define aom_sub_pixel_avg_variance16x16 aom_sub_pixel_avg_variance16x16_c |
4455 | | |
4456 | | uint32_t aom_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4457 | | #define aom_sub_pixel_avg_variance16x32 aom_sub_pixel_avg_variance16x32_c |
4458 | | |
4459 | | uint32_t aom_sub_pixel_avg_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4460 | | #define aom_sub_pixel_avg_variance16x4 aom_sub_pixel_avg_variance16x4_c |
4461 | | |
4462 | | uint32_t aom_sub_pixel_avg_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4463 | | #define aom_sub_pixel_avg_variance16x64 aom_sub_pixel_avg_variance16x64_c |
4464 | | |
4465 | | uint32_t aom_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4466 | | #define aom_sub_pixel_avg_variance16x8 aom_sub_pixel_avg_variance16x8_c |
4467 | | |
4468 | | uint32_t aom_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4469 | | #define aom_sub_pixel_avg_variance32x16 aom_sub_pixel_avg_variance32x16_c |
4470 | | |
4471 | | uint32_t aom_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4472 | | #define aom_sub_pixel_avg_variance32x32 aom_sub_pixel_avg_variance32x32_c |
4473 | | |
4474 | | uint32_t aom_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4475 | | #define aom_sub_pixel_avg_variance32x64 aom_sub_pixel_avg_variance32x64_c |
4476 | | |
4477 | | uint32_t aom_sub_pixel_avg_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4478 | | #define aom_sub_pixel_avg_variance32x8 aom_sub_pixel_avg_variance32x8_c |
4479 | | |
4480 | | uint32_t aom_sub_pixel_avg_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4481 | | #define aom_sub_pixel_avg_variance4x16 aom_sub_pixel_avg_variance4x16_c |
4482 | | |
4483 | | uint32_t aom_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4484 | | #define aom_sub_pixel_avg_variance4x4 aom_sub_pixel_avg_variance4x4_c |
4485 | | |
4486 | | uint32_t aom_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4487 | | #define aom_sub_pixel_avg_variance4x8 aom_sub_pixel_avg_variance4x8_c |
4488 | | |
4489 | | uint32_t aom_sub_pixel_avg_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4490 | | #define aom_sub_pixel_avg_variance64x128 aom_sub_pixel_avg_variance64x128_c |
4491 | | |
4492 | | uint32_t aom_sub_pixel_avg_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4493 | | #define aom_sub_pixel_avg_variance64x16 aom_sub_pixel_avg_variance64x16_c |
4494 | | |
4495 | | uint32_t aom_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4496 | | #define aom_sub_pixel_avg_variance64x32 aom_sub_pixel_avg_variance64x32_c |
4497 | | |
4498 | | uint32_t aom_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4499 | | #define aom_sub_pixel_avg_variance64x64 aom_sub_pixel_avg_variance64x64_c |
4500 | | |
4501 | | uint32_t aom_sub_pixel_avg_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4502 | | #define aom_sub_pixel_avg_variance8x16 aom_sub_pixel_avg_variance8x16_c |
4503 | | |
4504 | | uint32_t aom_sub_pixel_avg_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4505 | | #define aom_sub_pixel_avg_variance8x32 aom_sub_pixel_avg_variance8x32_c |
4506 | | |
4507 | | uint32_t aom_sub_pixel_avg_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4508 | | #define aom_sub_pixel_avg_variance8x4 aom_sub_pixel_avg_variance8x4_c |
4509 | | |
4510 | | uint32_t aom_sub_pixel_avg_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred); |
4511 | | #define aom_sub_pixel_avg_variance8x8 aom_sub_pixel_avg_variance8x8_c |
4512 | | |
4513 | | uint32_t aom_sub_pixel_variance128x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4514 | | #define aom_sub_pixel_variance128x128 aom_sub_pixel_variance128x128_c |
4515 | | |
4516 | | uint32_t aom_sub_pixel_variance128x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4517 | | #define aom_sub_pixel_variance128x64 aom_sub_pixel_variance128x64_c |
4518 | | |
4519 | | uint32_t aom_sub_pixel_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4520 | | #define aom_sub_pixel_variance16x16 aom_sub_pixel_variance16x16_c |
4521 | | |
4522 | | uint32_t aom_sub_pixel_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4523 | | #define aom_sub_pixel_variance16x32 aom_sub_pixel_variance16x32_c |
4524 | | |
4525 | | uint32_t aom_sub_pixel_variance16x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4526 | | #define aom_sub_pixel_variance16x4 aom_sub_pixel_variance16x4_c |
4527 | | |
4528 | | uint32_t aom_sub_pixel_variance16x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4529 | | #define aom_sub_pixel_variance16x64 aom_sub_pixel_variance16x64_c |
4530 | | |
4531 | | uint32_t aom_sub_pixel_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4532 | | #define aom_sub_pixel_variance16x8 aom_sub_pixel_variance16x8_c |
4533 | | |
4534 | | uint32_t aom_sub_pixel_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4535 | | #define aom_sub_pixel_variance32x16 aom_sub_pixel_variance32x16_c |
4536 | | |
4537 | | uint32_t aom_sub_pixel_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4538 | | #define aom_sub_pixel_variance32x32 aom_sub_pixel_variance32x32_c |
4539 | | |
4540 | | uint32_t aom_sub_pixel_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4541 | | #define aom_sub_pixel_variance32x64 aom_sub_pixel_variance32x64_c |
4542 | | |
4543 | | uint32_t aom_sub_pixel_variance32x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4544 | | #define aom_sub_pixel_variance32x8 aom_sub_pixel_variance32x8_c |
4545 | | |
4546 | | uint32_t aom_sub_pixel_variance4x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4547 | | #define aom_sub_pixel_variance4x16 aom_sub_pixel_variance4x16_c |
4548 | | |
4549 | | uint32_t aom_sub_pixel_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4550 | | #define aom_sub_pixel_variance4x4 aom_sub_pixel_variance4x4_c |
4551 | | |
4552 | | uint32_t aom_sub_pixel_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4553 | | #define aom_sub_pixel_variance4x8 aom_sub_pixel_variance4x8_c |
4554 | | |
4555 | | uint32_t aom_sub_pixel_variance64x128_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4556 | | #define aom_sub_pixel_variance64x128 aom_sub_pixel_variance64x128_c |
4557 | | |
4558 | | uint32_t aom_sub_pixel_variance64x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4559 | | #define aom_sub_pixel_variance64x16 aom_sub_pixel_variance64x16_c |
4560 | | |
4561 | | uint32_t aom_sub_pixel_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4562 | | #define aom_sub_pixel_variance64x32 aom_sub_pixel_variance64x32_c |
4563 | | |
4564 | | uint32_t aom_sub_pixel_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4565 | | #define aom_sub_pixel_variance64x64 aom_sub_pixel_variance64x64_c |
4566 | | |
4567 | | uint32_t aom_sub_pixel_variance8x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4568 | | #define aom_sub_pixel_variance8x16 aom_sub_pixel_variance8x16_c |
4569 | | |
4570 | | uint32_t aom_sub_pixel_variance8x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4571 | | #define aom_sub_pixel_variance8x32 aom_sub_pixel_variance8x32_c |
4572 | | |
4573 | | uint32_t aom_sub_pixel_variance8x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4574 | | #define aom_sub_pixel_variance8x4 aom_sub_pixel_variance8x4_c |
4575 | | |
4576 | | uint32_t aom_sub_pixel_variance8x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse); |
4577 | | #define aom_sub_pixel_variance8x8 aom_sub_pixel_variance8x8_c |
4578 | | |
4579 | | void aom_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, ptrdiff_t pred_stride); |
4580 | 0 | #define aom_subtract_block aom_subtract_block_c |
4581 | | |
4582 | | uint64_t aom_sum_squares_2d_i16_c(const int16_t *src, int stride, int width, int height); |
4583 | 0 | #define aom_sum_squares_2d_i16 aom_sum_squares_2d_i16_c |
4584 | | |
4585 | | uint64_t aom_sum_squares_i16_c(const int16_t *src, uint32_t N); |
4586 | 0 | #define aom_sum_squares_i16 aom_sum_squares_i16_c |
4587 | | |
4588 | | uint64_t aom_sum_sse_2d_i16_c(const int16_t *src, int src_stride, int width, int height, int *sum); |
4589 | 0 | #define aom_sum_sse_2d_i16 aom_sum_sse_2d_i16_c |
4590 | | |
4591 | | void aom_v_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4592 | 3 | #define aom_v_predictor_16x16 aom_v_predictor_16x16_c |
4593 | | |
4594 | | void aom_v_predictor_16x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4595 | 3 | #define aom_v_predictor_16x32 aom_v_predictor_16x32_c |
4596 | | |
4597 | | void aom_v_predictor_16x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4598 | 3 | #define aom_v_predictor_16x4 aom_v_predictor_16x4_c |
4599 | | |
4600 | | void aom_v_predictor_16x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4601 | 3 | #define aom_v_predictor_16x64 aom_v_predictor_16x64_c |
4602 | | |
4603 | | void aom_v_predictor_16x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4604 | 3 | #define aom_v_predictor_16x8 aom_v_predictor_16x8_c |
4605 | | |
4606 | | void aom_v_predictor_2x2_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4607 | | #define aom_v_predictor_2x2 aom_v_predictor_2x2_c |
4608 | | |
4609 | | void aom_v_predictor_32x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4610 | 3 | #define aom_v_predictor_32x16 aom_v_predictor_32x16_c |
4611 | | |
4612 | | void aom_v_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4613 | 3 | #define aom_v_predictor_32x32 aom_v_predictor_32x32_c |
4614 | | |
4615 | | void aom_v_predictor_32x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4616 | 3 | #define aom_v_predictor_32x64 aom_v_predictor_32x64_c |
4617 | | |
4618 | | void aom_v_predictor_32x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4619 | 3 | #define aom_v_predictor_32x8 aom_v_predictor_32x8_c |
4620 | | |
4621 | | void aom_v_predictor_4x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4622 | 3 | #define aom_v_predictor_4x16 aom_v_predictor_4x16_c |
4623 | | |
4624 | | void aom_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4625 | 3 | #define aom_v_predictor_4x4 aom_v_predictor_4x4_c |
4626 | | |
4627 | | void aom_v_predictor_4x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4628 | 3 | #define aom_v_predictor_4x8 aom_v_predictor_4x8_c |
4629 | | |
4630 | | void aom_v_predictor_64x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4631 | 3 | #define aom_v_predictor_64x16 aom_v_predictor_64x16_c |
4632 | | |
4633 | | void aom_v_predictor_64x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4634 | 3 | #define aom_v_predictor_64x32 aom_v_predictor_64x32_c |
4635 | | |
4636 | | void aom_v_predictor_64x64_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4637 | 3 | #define aom_v_predictor_64x64 aom_v_predictor_64x64_c |
4638 | | |
4639 | | void aom_v_predictor_8x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4640 | 3 | #define aom_v_predictor_8x16 aom_v_predictor_8x16_c |
4641 | | |
4642 | | void aom_v_predictor_8x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4643 | 3 | #define aom_v_predictor_8x32 aom_v_predictor_8x32_c |
4644 | | |
4645 | | void aom_v_predictor_8x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4646 | 3 | #define aom_v_predictor_8x4 aom_v_predictor_8x4_c |
4647 | | |
4648 | | void aom_v_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); |
4649 | 3 | #define aom_v_predictor_8x8 aom_v_predictor_8x8_c |
4650 | | |
4651 | | uint64_t aom_var_2d_u16_c(uint8_t *src, int src_stride, int width, int height); |
4652 | 0 | #define aom_var_2d_u16 aom_var_2d_u16_c |
4653 | | |
4654 | | uint64_t aom_var_2d_u8_c(uint8_t *src, int src_stride, int width, int height); |
4655 | 0 | #define aom_var_2d_u8 aom_var_2d_u8_c |
4656 | | |
4657 | | unsigned int aom_variance128x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4658 | 0 | #define aom_variance128x128 aom_variance128x128_c |
4659 | | |
4660 | | unsigned int aom_variance128x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4661 | 0 | #define aom_variance128x64 aom_variance128x64_c |
4662 | | |
4663 | | unsigned int aom_variance16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4664 | 0 | #define aom_variance16x16 aom_variance16x16_c |
4665 | | |
4666 | | unsigned int aom_variance16x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4667 | 0 | #define aom_variance16x32 aom_variance16x32_c |
4668 | | |
4669 | | unsigned int aom_variance16x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4670 | 0 | #define aom_variance16x4 aom_variance16x4_c |
4671 | | |
4672 | | unsigned int aom_variance16x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4673 | 0 | #define aom_variance16x64 aom_variance16x64_c |
4674 | | |
4675 | | unsigned int aom_variance16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4676 | 0 | #define aom_variance16x8 aom_variance16x8_c |
4677 | | |
4678 | | unsigned int aom_variance2x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4679 | 0 | #define aom_variance2x2 aom_variance2x2_c |
4680 | | |
4681 | | unsigned int aom_variance2x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4682 | 0 | #define aom_variance2x4 aom_variance2x4_c |
4683 | | |
4684 | | unsigned int aom_variance32x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4685 | 0 | #define aom_variance32x16 aom_variance32x16_c |
4686 | | |
4687 | | unsigned int aom_variance32x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4688 | 0 | #define aom_variance32x32 aom_variance32x32_c |
4689 | | |
4690 | | unsigned int aom_variance32x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4691 | 0 | #define aom_variance32x64 aom_variance32x64_c |
4692 | | |
4693 | | unsigned int aom_variance32x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4694 | 0 | #define aom_variance32x8 aom_variance32x8_c |
4695 | | |
4696 | | unsigned int aom_variance4x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4697 | 0 | #define aom_variance4x16 aom_variance4x16_c |
4698 | | |
4699 | | unsigned int aom_variance4x2_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4700 | 0 | #define aom_variance4x2 aom_variance4x2_c |
4701 | | |
4702 | | unsigned int aom_variance4x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4703 | 0 | #define aom_variance4x4 aom_variance4x4_c |
4704 | | |
4705 | | unsigned int aom_variance4x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4706 | 0 | #define aom_variance4x8 aom_variance4x8_c |
4707 | | |
4708 | | unsigned int aom_variance64x128_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4709 | 0 | #define aom_variance64x128 aom_variance64x128_c |
4710 | | |
4711 | | unsigned int aom_variance64x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4712 | 0 | #define aom_variance64x16 aom_variance64x16_c |
4713 | | |
4714 | | unsigned int aom_variance64x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4715 | 0 | #define aom_variance64x32 aom_variance64x32_c |
4716 | | |
4717 | | unsigned int aom_variance64x64_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4718 | 0 | #define aom_variance64x64 aom_variance64x64_c |
4719 | | |
4720 | | unsigned int aom_variance8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4721 | 0 | #define aom_variance8x16 aom_variance8x16_c |
4722 | | |
4723 | | unsigned int aom_variance8x32_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4724 | 0 | #define aom_variance8x32 aom_variance8x32_c |
4725 | | |
4726 | | unsigned int aom_variance8x4_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4727 | 0 | #define aom_variance8x4 aom_variance8x4_c |
4728 | | |
4729 | | unsigned int aom_variance8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse); |
4730 | 0 | #define aom_variance8x8 aom_variance8x8_c |
4731 | | |
4732 | | int aom_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl); |
4733 | 0 | #define aom_vector_var aom_vector_var_c |
4734 | | |
4735 | | void aom_dsp_rtcd(void); |
4736 | | |
4737 | | #include "config/aom_config.h" |
4738 | | |
4739 | | #ifdef RTCD_C |
4740 | | static void setup_rtcd_internal(void) |
4741 | 3 | { |
4742 | 3 | } |
4743 | | #endif |
4744 | | |
4745 | | #ifdef __cplusplus |
4746 | | } // extern "C" |
4747 | | #endif |
4748 | | |
4749 | | #endif |