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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 #define HAS_ARGBTOYROW_NEON | 296 #define HAS_ARGBTOYROW_NEON |
297 #define HAS_BGRATOUVROW_NEON | 297 #define HAS_BGRATOUVROW_NEON |
298 #define HAS_BGRATOYROW_NEON | 298 #define HAS_BGRATOYROW_NEON |
299 #define HAS_COPYROW_NEON | 299 #define HAS_COPYROW_NEON |
300 #define HAS_J400TOARGBROW_NEON | 300 #define HAS_J400TOARGBROW_NEON |
301 #define HAS_I411TOARGBROW_NEON | 301 #define HAS_I411TOARGBROW_NEON |
302 #define HAS_I422TOABGRROW_NEON | 302 #define HAS_I422TOABGRROW_NEON |
303 #define HAS_I422TOARGB1555ROW_NEON | 303 #define HAS_I422TOARGB1555ROW_NEON |
304 #define HAS_I422TOARGB4444ROW_NEON | 304 #define HAS_I422TOARGB4444ROW_NEON |
305 #define HAS_I422TOARGBROW_NEON | 305 #define HAS_I422TOARGBROW_NEON |
306 // TODO(fbarchard): Implement NEON version | 306 // TODO(fbarchard): Implement aarch64 neon version |
307 #ifndef __aarch64__ | 307 #ifndef __aarch64__ |
308 #define HAS_I422TOARGBMATRIXROW_NEON | 308 #define HAS_I422TOARGBMATRIXROW_NEON |
309 #define HAS_J422TOARGBROW_NEON | 309 #define HAS_J422TOARGBROW_NEON |
| 310 #define HAS_H422TOARGBROW_NEON |
310 #endif | 311 #endif |
311 // #define HAS_I422TOABGRMATRIXROW_NEON | 312 // #define HAS_I422TOABGRMATRIXROW_NEON |
312 #define HAS_I422TOBGRAROW_NEON | 313 #define HAS_I422TOBGRAROW_NEON |
313 #define HAS_I422TORAWROW_NEON | 314 #define HAS_I422TORAWROW_NEON |
314 #define HAS_I422TORGB24ROW_NEON | 315 #define HAS_I422TORGB24ROW_NEON |
315 #define HAS_I422TORGB565ROW_NEON | 316 #define HAS_I422TORGB565ROW_NEON |
316 #define HAS_I422TORGBAROW_NEON | 317 #define HAS_I422TORGBAROW_NEON |
317 #define HAS_I422TOUYVYROW_NEON | 318 #define HAS_I422TOUYVYROW_NEON |
318 #define HAS_I422TOYUY2ROW_NEON | 319 #define HAS_I422TOYUY2ROW_NEON |
319 #define HAS_I444TOARGBROW_NEON | 320 #define HAS_I444TOARGBROW_NEON |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 void I422ToARGB4444Row_NEON(const uint8* src_y, | 603 void I422ToARGB4444Row_NEON(const uint8* src_y, |
603 const uint8* src_u, | 604 const uint8* src_u, |
604 const uint8* src_v, | 605 const uint8* src_v, |
605 uint8* dst_argb4444, | 606 uint8* dst_argb4444, |
606 int width); | 607 int width); |
607 void J422ToARGBRow_NEON(const uint8* src_y, | 608 void J422ToARGBRow_NEON(const uint8* src_y, |
608 const uint8* src_u, | 609 const uint8* src_u, |
609 const uint8* src_v, | 610 const uint8* src_v, |
610 uint8* dst_argb, | 611 uint8* dst_argb, |
611 int width); | 612 int width); |
| 613 void H422ToARGBRow_NEON(const uint8* src_y, |
| 614 const uint8* src_u, |
| 615 const uint8* src_v, |
| 616 uint8* dst_argb, |
| 617 int width); |
612 void NV12ToARGBRow_NEON(const uint8* src_y, | 618 void NV12ToARGBRow_NEON(const uint8* src_y, |
613 const uint8* src_uv, | 619 const uint8* src_uv, |
614 uint8* dst_argb, | 620 uint8* dst_argb, |
615 int width); | 621 int width); |
616 void NV21ToARGBRow_NEON(const uint8* src_y, | 622 void NV21ToARGBRow_NEON(const uint8* src_y, |
617 const uint8* src_vu, | 623 const uint8* src_vu, |
618 uint8* dst_argb, | 624 uint8* dst_argb, |
619 int width); | 625 int width); |
620 void NV12ToRGB565Row_NEON(const uint8* src_y, | 626 void NV12ToRGB565Row_NEON(const uint8* src_y, |
621 const uint8* src_uv, | 627 const uint8* src_uv, |
(...skipping 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1673 void I422ToRGB565Row_Any_NEON(const uint8* src_y, | 1679 void I422ToRGB565Row_Any_NEON(const uint8* src_y, |
1674 const uint8* src_u, | 1680 const uint8* src_u, |
1675 const uint8* src_v, | 1681 const uint8* src_v, |
1676 uint8* dst_argb, | 1682 uint8* dst_argb, |
1677 int width); | 1683 int width); |
1678 void J422ToARGBRow_Any_NEON(const uint8* src_y, | 1684 void J422ToARGBRow_Any_NEON(const uint8* src_y, |
1679 const uint8* src_u, | 1685 const uint8* src_u, |
1680 const uint8* src_v, | 1686 const uint8* src_v, |
1681 uint8* dst_argb, | 1687 uint8* dst_argb, |
1682 int width); | 1688 int width); |
| 1689 void H422ToARGBRow_Any_NEON(const uint8* src_y, |
| 1690 const uint8* src_u, |
| 1691 const uint8* src_v, |
| 1692 uint8* dst_argb, |
| 1693 int width); |
1683 void NV12ToARGBRow_Any_NEON(const uint8* src_y, | 1694 void NV12ToARGBRow_Any_NEON(const uint8* src_y, |
1684 const uint8* src_uv, | 1695 const uint8* src_uv, |
1685 uint8* dst_argb, | 1696 uint8* dst_argb, |
1686 int width); | 1697 int width); |
1687 void NV21ToARGBRow_Any_NEON(const uint8* src_y, | 1698 void NV21ToARGBRow_Any_NEON(const uint8* src_y, |
1688 const uint8* src_uv, | 1699 const uint8* src_uv, |
1689 uint8* dst_argb, | 1700 uint8* dst_argb, |
1690 int width); | 1701 int width); |
1691 void NV12ToRGB565Row_Any_NEON(const uint8* src_y, | 1702 void NV12ToRGB565Row_Any_NEON(const uint8* src_y, |
1692 const uint8* src_uv, | 1703 const uint8* src_uv, |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2027 void ARGBLumaColorTableRow_SSSE3(const uint8* src_argb, uint8* dst_argb, | 2038 void ARGBLumaColorTableRow_SSSE3(const uint8* src_argb, uint8* dst_argb, |
2028 int width, | 2039 int width, |
2029 const uint8* luma, uint32 lumacoeff); | 2040 const uint8* luma, uint32 lumacoeff); |
2030 | 2041 |
2031 #ifdef __cplusplus | 2042 #ifdef __cplusplus |
2032 } // extern "C" | 2043 } // extern "C" |
2033 } // namespace libyuv | 2044 } // namespace libyuv |
2034 #endif | 2045 #endif |
2035 | 2046 |
2036 #endif // INCLUDE_LIBYUV_ROW_H_ NOLINT | 2047 #endif // INCLUDE_LIBYUV_ROW_H_ NOLINT |
OLD | NEW |