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

Side by Side Diff: third_party/libvpx/source/config/linux/arm/vpx_dsp_rtcd.h

Issue 2784343002: Roll src/third_party/libvpx/source/libvpx/ 2fac50fa0..32b3d2f17 (21 commits) (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
1 #ifndef VPX_DSP_RTCD_H_ 1 #ifndef VPX_DSP_RTCD_H_
2 #define VPX_DSP_RTCD_H_ 2 #define VPX_DSP_RTCD_H_
3 3
4 #ifdef RTCD_C 4 #ifdef RTCD_C
5 #define RTCD_EXTERN 5 #define RTCD_EXTERN
6 #else 6 #else
7 #define RTCD_EXTERN extern 7 #define RTCD_EXTERN extern
8 #endif 8 #endif
9 9
10 /* 10 /*
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 93
94 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 94 void vpx_d207_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
95 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c 95 #define vpx_d207_predictor_32x32 vpx_d207_predictor_32x32_c
96 96
97 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 97 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
98 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c 98 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
99 99
100 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 100 void vpx_d207_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
101 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c 101 #define vpx_d207_predictor_8x8 vpx_d207_predictor_8x8_c
102 102
103 void vpx_d207e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
104 #define vpx_d207e_predictor_16x16 vpx_d207e_predictor_16x16_c
105
106 void vpx_d207e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
107 #define vpx_d207e_predictor_32x32 vpx_d207e_predictor_32x32_c
108
109 void vpx_d207e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
110 #define vpx_d207e_predictor_4x4 vpx_d207e_predictor_4x4_c
111
112 void vpx_d207e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
113 #define vpx_d207e_predictor_8x8 vpx_d207e_predictor_8x8_c
114
115 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 103 void vpx_d45_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
116 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_c 104 #define vpx_d45_predictor_16x16 vpx_d45_predictor_16x16_c
117 105
118 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 106 void vpx_d45_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
119 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c 107 #define vpx_d45_predictor_32x32 vpx_d45_predictor_32x32_c
120 108
121 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 109 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
122 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c 110 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
123 111
124 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 112 void vpx_d45_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
125 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_c 113 #define vpx_d45_predictor_8x8 vpx_d45_predictor_8x8_c
126 114
127 void vpx_d45e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
128 #define vpx_d45e_predictor_16x16 vpx_d45e_predictor_16x16_c
129
130 void vpx_d45e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
131 #define vpx_d45e_predictor_32x32 vpx_d45e_predictor_32x32_c
132
133 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 115 void vpx_d45e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
134 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c 116 #define vpx_d45e_predictor_4x4 vpx_d45e_predictor_4x4_c
135 117
136 void vpx_d45e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
137 #define vpx_d45e_predictor_8x8 vpx_d45e_predictor_8x8_c
138
139 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 118 void vpx_d63_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
140 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c 119 #define vpx_d63_predictor_16x16 vpx_d63_predictor_16x16_c
141 120
142 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left); 121 void vpx_d63_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t * above, const uint8_t *left);
143 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c 122 #define vpx_d63_predictor_32x32 vpx_d63_predictor_32x32_c
144 123
145 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 124 void vpx_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
146 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c 125 #define vpx_d63_predictor_4x4 vpx_d63_predictor_4x4_c
147 126
148 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left); 127 void vpx_d63_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *ab ove, const uint8_t *left);
149 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c 128 #define vpx_d63_predictor_8x8 vpx_d63_predictor_8x8_c
150 129
151 void vpx_d63e_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
152 #define vpx_d63e_predictor_16x16 vpx_d63e_predictor_16x16_c
153
154 void vpx_d63e_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
155 #define vpx_d63e_predictor_32x32 vpx_d63e_predictor_32x32_c
156
157 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left); 130 void vpx_d63e_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
158 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c 131 #define vpx_d63e_predictor_4x4 vpx_d63e_predictor_4x4_c
159 132
160 void vpx_d63e_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
161 #define vpx_d63e_predictor_8x8 vpx_d63e_predictor_8x8_c
162
163 void vpx_d63f_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *a bove, const uint8_t *left);
164 #define vpx_d63f_predictor_4x4 vpx_d63f_predictor_4x4_c
165
166 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left); 133 void vpx_dc_128_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left);
167 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_c 134 #define vpx_dc_128_predictor_16x16 vpx_dc_128_predictor_16x16_c
168 135
169 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left); 136 void vpx_dc_128_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_ t *above, const uint8_t *left);
170 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_c 137 #define vpx_dc_128_predictor_32x32 vpx_dc_128_predictor_32x32_c
171 138
172 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 139 void vpx_dc_128_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
173 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_c 140 #define vpx_dc_128_predictor_4x4 vpx_dc_128_predictor_4x4_c
174 141
175 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 142 void vpx_dc_128_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 (void)flags; 710 (void)flags;
744 711
745 } 712 }
746 #endif 713 #endif
747 714
748 #ifdef __cplusplus 715 #ifdef __cplusplus
749 } // extern "C" 716 } // extern "C"
750 #endif 717 #endif
751 718
752 #endif 719 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698