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

Side by Side Diff: source/config/nacl/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/nacl/vpx_config.asm ('k') | source/config/win/ia32/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 #define vpx_sad16x16 vpx_sad16x16_c
23
24 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);
25 #define vpx_sad16x16_avg vpx_sad16x16_avg_c
26
27 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
28 #define vpx_sad16x16x3 vpx_sad16x16x3_c
29
30 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);
31 #define vpx_sad16x16x4d vpx_sad16x16x4d_c
32
33 void vpx_sad16x16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
34 #define vpx_sad16x16x8 vpx_sad16x16x8_c
35
36 unsigned int vpx_sad16x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
37 #define vpx_sad16x32 vpx_sad16x32_c
38
39 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);
40 #define vpx_sad16x32_avg vpx_sad16x32_avg_c
41
42 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);
43 #define vpx_sad16x32x4d vpx_sad16x32x4d_c
44
45 unsigned int vpx_sad16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
46 #define vpx_sad16x8 vpx_sad16x8_c
47
48 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);
49 #define vpx_sad16x8_avg vpx_sad16x8_avg_c
50
51 void vpx_sad16x8x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
52 #define vpx_sad16x8x3 vpx_sad16x8x3_c
53
54 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);
55 #define vpx_sad16x8x4d vpx_sad16x8x4d_c
56
57 void vpx_sad16x8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
58 #define vpx_sad16x8x8 vpx_sad16x8x8_c
59
60 unsigned int vpx_sad32x16_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
61 #define vpx_sad32x16 vpx_sad32x16_c
62
63 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);
64 #define vpx_sad32x16_avg vpx_sad32x16_avg_c
65
66 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);
67 #define vpx_sad32x16x4d vpx_sad32x16x4d_c
68
69 unsigned int vpx_sad32x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
70 #define vpx_sad32x32 vpx_sad32x32_c
71
72 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);
73 #define vpx_sad32x32_avg vpx_sad32x32_avg_c
74
75 void vpx_sad32x32x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
76 #define vpx_sad32x32x3 vpx_sad32x32x3_c
77
78 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);
79 #define vpx_sad32x32x4d vpx_sad32x32x4d_c
80
81 void vpx_sad32x32x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
82 #define vpx_sad32x32x8 vpx_sad32x32x8_c
83
84 unsigned int vpx_sad32x64_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
85 #define vpx_sad32x64 vpx_sad32x64_c
86
87 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);
88 #define vpx_sad32x64_avg vpx_sad32x64_avg_c
89
90 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);
91 #define vpx_sad32x64x4d vpx_sad32x64x4d_c
92
93 unsigned int vpx_sad4x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
94 #define vpx_sad4x4 vpx_sad4x4_c
95
96 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);
97 #define vpx_sad4x4_avg vpx_sad4x4_avg_c
98
99 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);
100 #define vpx_sad4x4x3 vpx_sad4x4x3_c
101
102 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);
103 #define vpx_sad4x4x4d vpx_sad4x4x4d_c
104
105 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);
106 #define vpx_sad4x4x8 vpx_sad4x4x8_c
107
108 unsigned int vpx_sad4x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
109 #define vpx_sad4x8 vpx_sad4x8_c
110
111 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);
112 #define vpx_sad4x8_avg vpx_sad4x8_avg_c
113
114 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);
115 #define vpx_sad4x8x4d vpx_sad4x8x4d_c
116
117 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);
118 #define vpx_sad4x8x8 vpx_sad4x8x8_c
119
120 unsigned int vpx_sad64x32_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
121 #define vpx_sad64x32 vpx_sad64x32_c
122
123 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);
124 #define vpx_sad64x32_avg vpx_sad64x32_avg_c
125
126 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);
127 #define vpx_sad64x32x4d vpx_sad64x32x4d_c
128
129 unsigned int vpx_sad64x64_c(const uint8_t *src_ptr, int src_stride, const uint8_ t *ref_ptr, int ref_stride);
130 #define vpx_sad64x64 vpx_sad64x64_c
131
132 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);
133 #define vpx_sad64x64_avg vpx_sad64x64_avg_c
134
135 void vpx_sad64x64x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
136 #define vpx_sad64x64x3 vpx_sad64x64x3_c
137
138 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);
139 #define vpx_sad64x64x4d vpx_sad64x64x4d_c
140
141 void vpx_sad64x64x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref _ptr, int ref_stride, uint32_t *sad_array);
142 #define vpx_sad64x64x8 vpx_sad64x64x8_c
143
144 unsigned int vpx_sad8x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
145 #define vpx_sad8x16 vpx_sad8x16_c
146
147 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);
148 #define vpx_sad8x16_avg vpx_sad8x16_avg_c
149
150 void vpx_sad8x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
151 #define vpx_sad8x16x3 vpx_sad8x16x3_c
152
153 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);
154 #define vpx_sad8x16x4d vpx_sad8x16x4d_c
155
156 void vpx_sad8x16x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ ptr, int ref_stride, uint32_t *sad_array);
157 #define vpx_sad8x16x8 vpx_sad8x16x8_c
158
159 unsigned int vpx_sad8x4_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
160 #define vpx_sad8x4 vpx_sad8x4_c
161
162 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);
163 #define vpx_sad8x4_avg vpx_sad8x4_avg_c
164
165 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);
166 #define vpx_sad8x4x4d vpx_sad8x4x4d_c
167
168 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);
169 #define vpx_sad8x4x8 vpx_sad8x4x8_c
170
171 unsigned int vpx_sad8x8_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride);
172 #define vpx_sad8x8 vpx_sad8x8_c
173
174 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);
175 #define vpx_sad8x8_avg vpx_sad8x8_avg_c
176
177 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);
178 #define vpx_sad8x8x3 vpx_sad8x8x3_c
179
180 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);
181 #define vpx_sad8x8x4d vpx_sad8x8x4d_c
182
183 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);
184 #define vpx_sad8x8x8 vpx_sad8x8x8_c
185
186 void vpx_dsp_rtcd(void);
187
188 #include "vpx_config.h"
189
190 #ifdef RTCD_C
191 static void setup_rtcd_internal(void)
192 {
193 }
194 #endif
195
196 #ifdef __cplusplus
197 } // extern "C"
198 #endif
199
200 #endif
OLDNEW
« no previous file with comments | « source/config/nacl/vpx_config.asm ('k') | source/config/win/ia32/vp8_rtcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698