/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 218 uint8_t* dst_rgb24, in I422ToRGB24Row_NEON() argument 230 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON() 429 uint8_t* dst_rgb24, in NV12ToRGB24Row_NEON() argument 444 "+r"(dst_rgb24), // %2 in NV12ToRGB24Row_NEON() 456 uint8_t* dst_rgb24, in NV21ToRGB24Row_NEON() argument 471 "+r"(dst_rgb24), // %2 in NV21ToRGB24Row_NEON() 784 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument 794 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON() 908 uint8_t* dst_rgb24, in ARGBToRGB24Row_NEON() argument 918 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | row_neon64.cc | 236 uint8_t* dst_rgb24, in I422ToRGB24Row_NEON() argument 250 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON() 468 uint8_t* dst_rgb24, in NV12ToRGB24Row_NEON() argument 481 "+r"(dst_rgb24), // %2 in NV12ToRGB24Row_NEON() 494 uint8_t* dst_rgb24, in NV21ToRGB24Row_NEON() argument 507 "+r"(dst_rgb24), // %2 in NV21ToRGB24Row_NEON() 824 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument 834 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON() 962 uint8_t* dst_rgb24, in ARGBToRGB24Row_NEON() argument 972 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | convert_argb.cc | 1766 uint8_t* dst_rgb24, in NV12ToRGB24Matrix() argument 1775 if (!src_y || !src_uv || !dst_rgb24 || width <= 0 || height == 0) { in NV12ToRGB24Matrix() 1781 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV12ToRGB24Matrix() 1810 NV12ToRGB24Row(src_y, src_uv, dst_rgb24, yuvconstants, width); in NV12ToRGB24Matrix() 1811 dst_rgb24 += dst_stride_rgb24; in NV12ToRGB24Matrix() 1825 uint8_t* dst_rgb24, in NV21ToRGB24Matrix() argument 1834 if (!src_y || !src_vu || !dst_rgb24 || width <= 0 || height == 0) { in NV21ToRGB24Matrix() 1840 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV21ToRGB24Matrix() 1869 NV21ToRGB24Row(src_y, src_vu, dst_rgb24, yuvconstants, width); in NV21ToRGB24Matrix() 1870 dst_rgb24 += dst_stride_rgb24; in NV21ToRGB24Matrix() [all …]
|
D | convert_from.cc | 627 uint8_t* dst_rgb24, in I420ToRGB24Matrix() argument 637 if (!src_y || !src_u || !src_v || !dst_rgb24 || width <= 0 || height == 0) { in I420ToRGB24Matrix() 643 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix() 680 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width); in I420ToRGB24Matrix() 681 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix() 699 uint8_t* dst_rgb24, in I420ToRGB24() argument 704 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24() 735 uint8_t* dst_rgb24, in H420ToRGB24() argument 740 src_stride_v, dst_rgb24, dst_stride_rgb24, in H420ToRGB24()
|
D | row_common.cc | 114 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() argument 120 dst_rgb24[0] = b; in RAWToRGB24Row_C() 121 dst_rgb24[1] = g; in RAWToRGB24Row_C() 122 dst_rgb24[2] = r; in RAWToRGB24Row_C() 123 dst_rgb24 += 3; in RAWToRGB24Row_C() 2966 uint8_t* dst_rgb24, in NV12ToRGB24Row_SSSE3() argument 2974 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in NV12ToRGB24Row_SSSE3() 2977 dst_rgb24 += twidth * 3; in NV12ToRGB24Row_SSSE3() 2986 uint8_t* dst_rgb24, in NV21ToRGB24Row_SSSE3() argument 2994 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in NV21ToRGB24Row_SSSE3() [all …]
|
D | row_gcc.cc | 263 uint8_t* dst_rgb24, in RAWToRGB24Row_SSSE3() argument 286 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_SSSE3() 2039 uint8_t* dst_rgb24, in I422ToRGB24Row_SSSE3() argument 2068 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24] in I422ToRGB24Row_SSSE3()
|
D | convert_from_argb.cc | 853 uint8_t* dst_rgb24, in ARGBToRGB24() argument 860 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24() 916 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24() 918 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 254 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument 269 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON() 792 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument 803 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON() 920 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON() argument 930 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | convert_from.cc | 560 uint8* dst_rgb24, in I420ToRGB24Matrix() argument 570 if (!src_y || !src_u || !src_v || !dst_rgb24 || width <= 0 || height == 0) { in I420ToRGB24Matrix() 576 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix() 613 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, yuvconstants, width); in I420ToRGB24Matrix() 614 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix() 632 uint8* dst_rgb24, in I420ToRGB24() argument 637 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24()
|
D | row_neon64.cc | 254 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument 269 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON() 788 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_NEON() argument 800 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_NEON() 929 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON() argument 939 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | row_gcc.cc | 260 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_SSSE3() argument 281 "+r"(dst_rgb24), // %1 in RAWToRGB24Row_SSSE3() 1688 uint8* dst_rgb24, in I422ToRGB24Row_SSSE3() argument 1709 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3() 1710 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3() 1711 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n" in I422ToRGB24Row_SSSE3() 1717 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24] in I422ToRGB24Row_SSSE3()
|
D | convert_from_argb.cc | 928 uint8* dst_rgb24, in ARGBToRGB24() argument 935 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24() 975 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24() 977 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
D | row_common.cc | 103 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_C() argument 109 dst_rgb24[0] = b; in RAWToRGB24Row_C() 110 dst_rgb24[1] = g; in RAWToRGB24Row_C() 111 dst_rgb24[2] = r; in RAWToRGB24Row_C() 112 dst_rgb24 += 3; in RAWToRGB24Row_C() 2599 uint8* dst_rgb24, in I422ToRGB24Row_AVX2() argument 2608 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in I422ToRGB24Row_AVX2() 2612 dst_rgb24 += twidth * 3; in I422ToRGB24Row_AVX2()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 189 uint8_t* dst_rgb24, 213 uint8_t* dst_rgb24,
|
D | row.h | 698 uint8_t* dst_rgb24, 736 uint8_t* dst_rgb24, 741 uint8_t* dst_rgb24, 1601 void RAWToRGB24Row_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgb24, int width); 1621 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width); 1622 void RAWToRGB24Row_MSA(const uint8_t* src_raw, uint8_t* dst_rgb24, int width); 1643 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width); 1754 uint8_t* dst_rgb24, 2014 uint8_t* dst_rgb24, 2019 uint8_t* dst_rgb24, [all …]
|
D | convert_argb.h | 285 uint8_t* dst_rgb24, 296 uint8_t* dst_rgb24,
|
D | convert_from_argb.h | 84 uint8_t* dst_rgb24,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from.cc | 716 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument 724 if (!src_y || !src_u || !src_v || !dst_rgb24 || in I420ToRGB24() 731 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24() 760 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width); in I420ToRGB24() 761 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24()
|
D | row_neon.cc | 355 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument 370 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON() 1081 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() argument 1092 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | row_neon64.cc | 348 uint8* dst_rgb24, in I422ToRGB24Row_NEON() argument 362 "+r"(dst_rgb24), // %3 in I422ToRGB24Row_NEON() 1079 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() argument 1089 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | convert_from_argb.cc | 764 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument 769 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24() 802 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24() 804 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
D | row_gcc.cc | 1670 uint8* dst_rgb24, in I422ToRGB24Row_SSSE3() argument 1688 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3() 1689 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n" in I422ToRGB24Row_SSSE3() 1690 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n" in I422ToRGB24Row_SSSE3() 1696 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24] in I422ToRGB24Row_SSSE3()
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 722 uint8* dst_rgb24, 818 uint8* dst_rgb24, 1548 void RAWToRGB24Row_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width); 1568 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width); 1569 void RAWToRGB24Row_MSA(const uint8* src_raw, uint8* dst_rgb24, int width); 1595 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width); 1603 void RAWToRGB24Row_Any_SSSE3(const uint8* src_raw, uint8* dst_rgb24, int width); 1630 void RAWToRGB24Row_Any_NEON(const uint8* src_raw, uint8* dst_rgb24, int width); 1631 void RAWToRGB24Row_Any_MSA(const uint8* src_raw, uint8* dst_rgb24, int width); 1781 uint8* dst_rgb24, [all …]
|
D | convert_from_argb.h | 62 uint8* dst_rgb24,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 50 uint8* dst_rgb24, int dst_stride_rgb24,
|