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

Side by Side Diff: include/libyuv/row.h

Issue 1423283002: Fix debug compilation problems for gcc and 32 bit x86. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | source/row_gcc.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2011 The LibYuv Project Authors. All rights reserved. 2 * Copyright 2011 The LibYuv Project Authors. All rights reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 #define HAS_ARGBTOYJROW_SSSE3 100 #define HAS_ARGBTOYJROW_SSSE3
101 #define HAS_ARGBTOYROW_SSSE3 101 #define HAS_ARGBTOYROW_SSSE3
102 #define HAS_BGRATOUVROW_SSSE3 102 #define HAS_BGRATOUVROW_SSSE3
103 #define HAS_BGRATOYROW_SSSE3 103 #define HAS_BGRATOYROW_SSSE3
104 #define HAS_COPYROW_ERMS 104 #define HAS_COPYROW_ERMS
105 #define HAS_COPYROW_SSE2 105 #define HAS_COPYROW_SSE2
106 #define HAS_H422TOABGRROW_SSSE3 106 #define HAS_H422TOABGRROW_SSSE3
107 #define HAS_H422TOARGBROW_SSSE3 107 #define HAS_H422TOARGBROW_SSSE3
108 #define HAS_I400TOARGBROW_SSE2 108 #define HAS_I400TOARGBROW_SSE2
109 #define HAS_I411TOARGBROW_SSSE3 109 #define HAS_I411TOARGBROW_SSSE3
110 #define HAS_I422ALPHATOARGBROW_SSSE3 110
111 // TODO(fbarchard): fix build error on android_full_debug=1
112 // https://code.google.com/p/libyuv/issues/detail?id=517
113 // #define HAS_I422ALPHATOARGBROW_SSSE3
114
111 #define HAS_I422TOABGRROW_SSSE3 115 #define HAS_I422TOABGRROW_SSSE3
112 #define HAS_I422TOARGB1555ROW_SSSE3 116 #define HAS_I422TOARGB1555ROW_SSSE3
113 #define HAS_I422TOARGB4444ROW_SSSE3 117 #define HAS_I422TOARGB4444ROW_SSSE3
114 #define HAS_I422TOARGBROW_SSSE3 118 #define HAS_I422TOARGBROW_SSSE3
115 #define HAS_I422TOBGRAROW_SSSE3 119 #define HAS_I422TOBGRAROW_SSSE3
116 #define HAS_I422TORAWROW_SSSE3 120 #define HAS_I422TORAWROW_SSSE3
117 #define HAS_I422TORGB24ROW_SSSE3 121 #define HAS_I422TORGB24ROW_SSSE3
118 #define HAS_I422TORGB565ROW_SSSE3 122 #define HAS_I422TORGB565ROW_SSSE3
119 #define HAS_I422TORGBAROW_SSSE3 123 #define HAS_I422TORGBAROW_SSSE3
120 #define HAS_I422TOUYVYROW_SSE2 124 #define HAS_I422TOUYVYROW_SSE2
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 #define HAS_ARGBPOLYNOMIALROW_AVX2 195 #define HAS_ARGBPOLYNOMIALROW_AVX2
192 #define HAS_ARGBSHUFFLEROW_AVX2 196 #define HAS_ARGBSHUFFLEROW_AVX2
193 #define HAS_ARGBTORGB565DITHERROW_AVX2 197 #define HAS_ARGBTORGB565DITHERROW_AVX2
194 #define HAS_ARGBTOUVROW_AVX2 198 #define HAS_ARGBTOUVROW_AVX2
195 #define HAS_ARGBTOYJROW_AVX2 199 #define HAS_ARGBTOYJROW_AVX2
196 #define HAS_ARGBTOYROW_AVX2 200 #define HAS_ARGBTOYROW_AVX2
197 #define HAS_COPYROW_AVX 201 #define HAS_COPYROW_AVX
198 #define HAS_H422TOABGRROW_AVX2 202 #define HAS_H422TOABGRROW_AVX2
199 #define HAS_H422TOARGBROW_AVX2 203 #define HAS_H422TOARGBROW_AVX2
200 #define HAS_I400TOARGBROW_AVX2 204 #define HAS_I400TOARGBROW_AVX2
201 #define HAS_I422ALPHATOARGBROW_AVX2 205
206 // TODO(fbarchard): fix build error on android_full_debug=1
207 // https://code.google.com/p/libyuv/issues/detail?id=517
208 // #define HAS_I422ALPHATOARGBROW_AVX2
209
202 #define HAS_I422TOABGRROW_AVX2 210 #define HAS_I422TOABGRROW_AVX2
203 #define HAS_I422TOARGBROW_AVX2 211 #define HAS_I422TOARGBROW_AVX2
204 #define HAS_I422TOBGRAROW_AVX2 212 #define HAS_I422TOBGRAROW_AVX2
205 #define HAS_I422TORAWROW_AVX2 213 #define HAS_I422TORAWROW_AVX2
206 #define HAS_I422TORGB24ROW_AVX2 214 #define HAS_I422TORGB24ROW_AVX2
207 #define HAS_I422TORGBAROW_AVX2 215 #define HAS_I422TORGBAROW_AVX2
208 #define HAS_INTERPOLATEROW_AVX2 216 #define HAS_INTERPOLATEROW_AVX2
209 #define HAS_J422TOABGRROW_AVX2 217 #define HAS_J422TOABGRROW_AVX2
210 #define HAS_J422TOARGBROW_AVX2 218 #define HAS_J422TOARGBROW_AVX2
211 #define HAS_MERGEUVROW_AVX2 219 #define HAS_MERGEUVROW_AVX2
(...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 void ARGBLumaColorTableRow_SSSE3(const uint8* src_argb, uint8* dst_argb, 2076 void ARGBLumaColorTableRow_SSSE3(const uint8* src_argb, uint8* dst_argb,
2069 int width, 2077 int width,
2070 const uint8* luma, uint32 lumacoeff); 2078 const uint8* luma, uint32 lumacoeff);
2071 2079
2072 #ifdef __cplusplus 2080 #ifdef __cplusplus
2073 } // extern "C" 2081 } // extern "C"
2074 } // namespace libyuv 2082 } // namespace libyuv
2075 #endif 2083 #endif
2076 2084
2077 #endif // INCLUDE_LIBYUV_ROW_H_ NOLINT 2085 #endif // INCLUDE_LIBYUV_ROW_H_ NOLINT
OLDNEW
« no previous file with comments | « no previous file | source/row_gcc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698