OLD | NEW |
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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 #define HAS_ARGBTORGB565DITHERROW_NEON | 281 #define HAS_ARGBTORGB565DITHERROW_NEON |
282 #define HAS_ARGBTORGB565ROW_NEON | 282 #define HAS_ARGBTORGB565ROW_NEON |
283 #define HAS_ARGBTOUV444ROW_NEON | 283 #define HAS_ARGBTOUV444ROW_NEON |
284 #define HAS_ARGBTOUVJROW_NEON | 284 #define HAS_ARGBTOUVJROW_NEON |
285 #define HAS_ARGBTOUVROW_NEON | 285 #define HAS_ARGBTOUVROW_NEON |
286 #define HAS_ARGBTOYJROW_NEON | 286 #define HAS_ARGBTOYJROW_NEON |
287 #define HAS_ARGBTOYROW_NEON | 287 #define HAS_ARGBTOYROW_NEON |
288 #define HAS_BGRATOUVROW_NEON | 288 #define HAS_BGRATOUVROW_NEON |
289 #define HAS_BGRATOYROW_NEON | 289 #define HAS_BGRATOYROW_NEON |
290 #define HAS_COPYROW_NEON | 290 #define HAS_COPYROW_NEON |
| 291 #define HAS_HALFFLOATROW_NEON |
291 #define HAS_I400TOARGBROW_NEON | 292 #define HAS_I400TOARGBROW_NEON |
292 #define HAS_I422ALPHATOARGBROW_NEON | 293 #define HAS_I422ALPHATOARGBROW_NEON |
293 #define HAS_I422TOARGB1555ROW_NEON | 294 #define HAS_I422TOARGB1555ROW_NEON |
294 #define HAS_I422TOARGB4444ROW_NEON | 295 #define HAS_I422TOARGB4444ROW_NEON |
295 #define HAS_I422TOARGBROW_NEON | 296 #define HAS_I422TOARGBROW_NEON |
296 #define HAS_I422TORGB24ROW_NEON | 297 #define HAS_I422TORGB24ROW_NEON |
297 #define HAS_I422TORGB565ROW_NEON | 298 #define HAS_I422TORGB565ROW_NEON |
298 #define HAS_I422TORGBAROW_NEON | 299 #define HAS_I422TORGBAROW_NEON |
299 #define HAS_I422TOUYVYROW_NEON | 300 #define HAS_I422TOUYVYROW_NEON |
300 #define HAS_I422TOYUY2ROW_NEON | 301 #define HAS_I422TOYUY2ROW_NEON |
(...skipping 21 matching lines...) Expand all Loading... |
322 #define HAS_SPLITUVROW_NEON | 323 #define HAS_SPLITUVROW_NEON |
323 #define HAS_UYVYTOARGBROW_NEON | 324 #define HAS_UYVYTOARGBROW_NEON |
324 #define HAS_UYVYTOUV422ROW_NEON | 325 #define HAS_UYVYTOUV422ROW_NEON |
325 #define HAS_UYVYTOUVROW_NEON | 326 #define HAS_UYVYTOUVROW_NEON |
326 #define HAS_UYVYTOYROW_NEON | 327 #define HAS_UYVYTOYROW_NEON |
327 #define HAS_YUY2TOARGBROW_NEON | 328 #define HAS_YUY2TOARGBROW_NEON |
328 #define HAS_YUY2TOUV422ROW_NEON | 329 #define HAS_YUY2TOUV422ROW_NEON |
329 #define HAS_YUY2TOUVROW_NEON | 330 #define HAS_YUY2TOUVROW_NEON |
330 #define HAS_YUY2TOYROW_NEON | 331 #define HAS_YUY2TOYROW_NEON |
331 | 332 |
332 // TODO(fbarchard): Port to 32 bit. | |
333 #if defined(__aarch64__) | |
334 #define HAS_HALFFLOATROW_NEON | |
335 #endif | |
336 | |
337 // Effects: | 333 // Effects: |
338 #define HAS_ARGBADDROW_NEON | 334 #define HAS_ARGBADDROW_NEON |
339 #define HAS_ARGBATTENUATEROW_NEON | 335 #define HAS_ARGBATTENUATEROW_NEON |
340 #define HAS_ARGBBLENDROW_NEON | 336 #define HAS_ARGBBLENDROW_NEON |
341 #define HAS_ARGBCOLORMATRIXROW_NEON | 337 #define HAS_ARGBCOLORMATRIXROW_NEON |
342 #define HAS_ARGBGRAYROW_NEON | 338 #define HAS_ARGBGRAYROW_NEON |
343 #define HAS_ARGBMIRRORROW_NEON | 339 #define HAS_ARGBMIRRORROW_NEON |
344 #define HAS_ARGBMULTIPLYROW_NEON | 340 #define HAS_ARGBMULTIPLYROW_NEON |
345 #define HAS_ARGBQUANTIZEROW_NEON | 341 #define HAS_ARGBQUANTIZEROW_NEON |
346 #define HAS_ARGBSEPIAROW_NEON | 342 #define HAS_ARGBSEPIAROW_NEON |
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2062 void ARGBLumaColorTableRow_SSSE3(const uint8* src_argb, uint8* dst_argb, | 2058 void ARGBLumaColorTableRow_SSSE3(const uint8* src_argb, uint8* dst_argb, |
2063 int width, | 2059 int width, |
2064 const uint8* luma, uint32 lumacoeff); | 2060 const uint8* luma, uint32 lumacoeff); |
2065 | 2061 |
2066 #ifdef __cplusplus | 2062 #ifdef __cplusplus |
2067 } // extern "C" | 2063 } // extern "C" |
2068 } // namespace libyuv | 2064 } // namespace libyuv |
2069 #endif | 2065 #endif |
2070 | 2066 |
2071 #endif // INCLUDE_LIBYUV_ROW_H_ | 2067 #endif // INCLUDE_LIBYUV_ROW_H_ |
OLD | NEW |