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