Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Side by Side Diff: source/config/linux/arm-neon/vpx_dsp_rtcd.h

Issue 1124333011: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: only update to last nights LKGR Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/config/linux/arm-neon/vpx_config.asm ('k') | source/config/linux/arm/vp8_rtcd.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef VPX_DSP_RTCD_H_
2 #define VPX_DSP_RTCD_H_
3
4 #ifdef RTCD_C
5 #define RTCD_EXTERN
6 #else
7 #define RTCD_EXTERN extern
8 #endif
9
10 /*
11 * DSP
12 */
13
14 #include "vpx/vpx_integer.h"
15
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
22 unsigned int vpx_sad16x16_media(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride);
23 unsigned int vpx_sad16x16_neon(const uint8_t *src_ptr, int src_stride, const uin t8_t *ref_ptr, int ref_stride);
24 #define vpx_sad16x16 vpx_sad16x16_neon
25
26 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
27 #define vpx_sad16x16_avg vpx_sad16x16_avg_c
28
29 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
30 #define vpx_sad16x16x3 vpx_sad16x16x3_c
31
32 void vpx_sad16x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
33 void vpx_sad16x16x4d_neon(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array);
34 #define vpx_sad16x16x4d vpx_sad16x16x4d_neon
35
36 void vpx_sad16x16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
37 #define vpx_sad16x16x8 vpx_sad16x16x8_c
38
39 unsigned int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
40 #define vpx_sad16x32 vpx_sad16x32_c
41
42 unsigned int vpx_sad16x32_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
43 #define vpx_sad16x32_avg vpx_sad16x32_avg_c
44
45 void vpx_sad16x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
46 #define vpx_sad16x32x4d vpx_sad16x32x4d_c
47
48 unsigned int vpx_sad16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
49 unsigned int vpx_sad16x8_neon(const uint8_t *src_ptr, int src_stride, const uint 8_t *ref_ptr, int ref_stride);
50 #define vpx_sad16x8 vpx_sad16x8_neon
51
52 unsigned int vpx_sad16x8_avg_c(const uint8_t *src_ptr, int src_stride, const uin t8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
53 #define vpx_sad16x8_avg vpx_sad16x8_avg_c
54
55 void vpx_sad16x8x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
56 #define vpx_sad16x8x3 vpx_sad16x8x3_c
57
58 void vpx_sad16x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * co nst ref_ptr[], int ref_stride, uint32_t *sad_array);
59 #define vpx_sad16x8x4d vpx_sad16x8x4d_c
60
61 void vpx_sad16x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
62 #define vpx_sad16x8x8 vpx_sad16x8x8_c
63
64 unsigned int vpx_sad32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
65 #define vpx_sad32x16 vpx_sad32x16_c
66
67 unsigned int vpx_sad32x16_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
68 #define vpx_sad32x16_avg vpx_sad32x16_avg_c
69
70 void vpx_sad32x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
71 #define vpx_sad32x16x4d vpx_sad32x16x4d_c
72
73 unsigned int vpx_sad32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
74 unsigned int vpx_sad32x32_neon(const uint8_t *src_ptr, int src_stride, const uin t8_t *ref_ptr, int ref_stride);
75 #define vpx_sad32x32 vpx_sad32x32_neon
76
77 unsigned int vpx_sad32x32_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
78 #define vpx_sad32x32_avg vpx_sad32x32_avg_c
79
80 void vpx_sad32x32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
81 #define vpx_sad32x32x3 vpx_sad32x32x3_c
82
83 void vpx_sad32x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
84 void vpx_sad32x32x4d_neon(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array);
85 #define vpx_sad32x32x4d vpx_sad32x32x4d_neon
86
87 void vpx_sad32x32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
88 #define vpx_sad32x32x8 vpx_sad32x32x8_c
89
90 unsigned int vpx_sad32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
91 #define vpx_sad32x64 vpx_sad32x64_c
92
93 unsigned int vpx_sad32x64_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
94 #define vpx_sad32x64_avg vpx_sad32x64_avg_c
95
96 void vpx_sad32x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
97 #define vpx_sad32x64x4d vpx_sad32x64x4d_c
98
99 unsigned int vpx_sad4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
100 unsigned int vpx_sad4x4_neon(const uint8_t *src_ptr, int src_stride, const uint8 _t *ref_ptr, int ref_stride);
101 #define vpx_sad4x4 vpx_sad4x4_neon
102
103 unsigned int vpx_sad4x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint 8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
104 #define vpx_sad4x4_avg vpx_sad4x4_avg_c
105
106 void vpx_sad4x4x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p tr, int ref_stride, uint32_t *sad_array);
107 #define vpx_sad4x4x3 vpx_sad4x4x3_c
108
109 void vpx_sad4x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con st ref_ptr[], int ref_stride, uint32_t *sad_array);
110 #define vpx_sad4x4x4d vpx_sad4x4x4d_c
111
112 void vpx_sad4x4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p tr, int ref_stride, uint32_t *sad_array);
113 #define vpx_sad4x4x8 vpx_sad4x4x8_c
114
115 unsigned int vpx_sad4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
116 #define vpx_sad4x8 vpx_sad4x8_c
117
118 unsigned int vpx_sad4x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint 8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
119 #define vpx_sad4x8_avg vpx_sad4x8_avg_c
120
121 void vpx_sad4x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con st ref_ptr[], int ref_stride, uint32_t *sad_array);
122 #define vpx_sad4x8x4d vpx_sad4x8x4d_c
123
124 void vpx_sad4x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p tr, int ref_stride, uint32_t *sad_array);
125 #define vpx_sad4x8x8 vpx_sad4x8x8_c
126
127 unsigned int vpx_sad64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
128 #define vpx_sad64x32 vpx_sad64x32_c
129
130 unsigned int vpx_sad64x32_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
131 #define vpx_sad64x32_avg vpx_sad64x32_avg_c
132
133 void vpx_sad64x32x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
134 #define vpx_sad64x32x4d vpx_sad64x32x4d_c
135
136 unsigned int vpx_sad64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
137 unsigned int vpx_sad64x64_neon(const uint8_t *src_ptr, int src_stride, const uin t8_t *ref_ptr, int ref_stride);
138 #define vpx_sad64x64 vpx_sad64x64_neon
139
140 unsigned int vpx_sad64x64_avg_c(const uint8_t *src_ptr, int src_stride, const ui nt8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
141 #define vpx_sad64x64_avg vpx_sad64x64_avg_c
142
143 void vpx_sad64x64x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
144 #define vpx_sad64x64x3 vpx_sad64x64x3_c
145
146 void vpx_sad64x64x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * c onst ref_ptr[], int ref_stride, uint32_t *sad_array);
147 void vpx_sad64x64x4d_neon(const uint8_t *src_ptr, int src_stride, const uint8_t * const ref_ptr[], int ref_stride, uint32_t *sad_array);
148 #define vpx_sad64x64x4d vpx_sad64x64x4d_neon
149
150 void vpx_sad64x64x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
151 #define vpx_sad64x64x8 vpx_sad64x64x8_c
152
153 unsigned int vpx_sad8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
154 unsigned int vpx_sad8x16_neon(const uint8_t *src_ptr, int src_stride, const uint 8_t *ref_ptr, int ref_stride);
155 #define vpx_sad8x16 vpx_sad8x16_neon
156
157 unsigned int vpx_sad8x16_avg_c(const uint8_t *src_ptr, int src_stride, const uin t8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
158 #define vpx_sad8x16_avg vpx_sad8x16_avg_c
159
160 void vpx_sad8x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
161 #define vpx_sad8x16x3 vpx_sad8x16x3_c
162
163 void vpx_sad8x16x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * co nst ref_ptr[], int ref_stride, uint32_t *sad_array);
164 #define vpx_sad8x16x4d vpx_sad8x16x4d_c
165
166 void vpx_sad8x16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
167 #define vpx_sad8x16x8 vpx_sad8x16x8_c
168
169 unsigned int vpx_sad8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
170 #define vpx_sad8x4 vpx_sad8x4_c
171
172 unsigned int vpx_sad8x4_avg_c(const uint8_t *src_ptr, int src_stride, const uint 8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
173 #define vpx_sad8x4_avg vpx_sad8x4_avg_c
174
175 void vpx_sad8x4x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con st ref_ptr[], int ref_stride, uint32_t *sad_array);
176 #define vpx_sad8x4x4d vpx_sad8x4x4d_c
177
178 void vpx_sad8x4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p tr, int ref_stride, uint32_t *sad_array);
179 #define vpx_sad8x4x8 vpx_sad8x4x8_c
180
181 unsigned int vpx_sad8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
182 unsigned int vpx_sad8x8_neon(const uint8_t *src_ptr, int src_stride, const uint8 _t *ref_ptr, int ref_stride);
183 #define vpx_sad8x8 vpx_sad8x8_neon
184
185 unsigned int vpx_sad8x8_avg_c(const uint8_t *src_ptr, int src_stride, const uint 8_t *ref_ptr, int ref_stride, const uint8_t *second_pred);
186 #define vpx_sad8x8_avg vpx_sad8x8_avg_c
187
188 void vpx_sad8x8x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p tr, int ref_stride, uint32_t *sad_array);
189 #define vpx_sad8x8x3 vpx_sad8x8x3_c
190
191 void vpx_sad8x8x4d_c(const uint8_t *src_ptr, int src_stride, const uint8_t * con st ref_ptr[], int ref_stride, uint32_t *sad_array);
192 #define vpx_sad8x8x4d vpx_sad8x8x4d_c
193
194 void vpx_sad8x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_p tr, int ref_stride, uint32_t *sad_array);
195 #define vpx_sad8x8x8 vpx_sad8x8x8_c
196
197 void vpx_dsp_rtcd(void);
198
199 #include "vpx_config.h"
200
201 #ifdef RTCD_C
202 #include "vpx_ports/arm.h"
203 static void setup_rtcd_internal(void)
204 {
205 int flags = arm_cpu_caps();
206
207 (void)flags;
208
209 }
210 #endif
211
212 #ifdef __cplusplus
213 } // extern "C"
214 #endif
215
216 #endif
OLDNEW
« no previous file with comments | « source/config/linux/arm-neon/vpx_config.asm ('k') | source/config/linux/arm/vp8_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698