/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 201 uint8_t* dst_raw, 225 uint8_t* dst_raw,
|
D | convert_from_argb.h | 93 uint8_t* dst_raw,
|
D | row.h | 1756 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width);
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from.cc | 776 uint8* dst_raw, int dst_stride_raw, in I420ToRAW() argument 784 if (!src_y || !src_u || !src_v || !dst_raw || in I420ToRAW() 791 dst_raw = dst_raw + (height - 1) * dst_stride_raw; in I420ToRAW() 820 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width); in I420ToRAW() 821 dst_raw += dst_stride_raw; in I420ToRAW()
|
D | row_neon.cc | 384 uint8* dst_raw, in I422ToRAWRow_NEON() argument 400 "+r"(dst_raw), // %3 in I422ToRAWRow_NEON() 1099 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON() argument 1111 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | row_neon64.cc | 376 uint8* dst_raw, in I422ToRAWRow_NEON() argument 390 "+r"(dst_raw), // %3 in I422ToRAWRow_NEON() 1098 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON() argument 1110 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from_argb.cc | 812 uint8* dst_raw, int dst_stride_raw, in ARGBToRAW() argument 817 if (!src_argb || !dst_raw || width <= 0 || height == 0) { in ARGBToRAW() 850 ARGBToRAWRow(src_argb, dst_raw, width); in ARGBToRAW() 852 dst_raw += dst_stride_raw; in ARGBToRAW()
|
D | row_gcc.cc | 1714 uint8* dst_raw, in I422ToRAWRow_SSSE3() argument 1732 "movq %%xmm0," MEMACCESS([dst_raw]) " \n" in I422ToRAWRow_SSSE3() 1733 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_raw]) "\n" in I422ToRAWRow_SSSE3() 1734 "lea " MEMLEA(0x18,[dst_raw]) ",%[dst_raw] \n" in I422ToRAWRow_SSSE3() 1740 [dst_raw]"+r"(dst_raw), // %[dst_raw] in I422ToRAWRow_SSSE3()
|
D | row_common.cc | 2384 uint8* dst_raw, in I422ToRAWRow_AVX2() argument 2392 ARGBToRAWRow_SSSE3(row, dst_raw, twidth); in I422ToRAWRow_AVX2() 2396 dst_raw += twidth * 3; in I422ToRAWRow_AVX2()
|
D | row_win.cc | 2618 uint8* dst_raw, in I422ToRAWRow_SSSE3() argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 927 uint8_t* dst_raw, in ARGBToRAW() argument 934 if (!src_argb || !dst_raw || width <= 0 || height == 0) { in ARGBToRAW() 982 ARGBToRAWRow(src_argb, dst_raw, width); in ARGBToRAW() 984 dst_raw += dst_stride_raw; in ARGBToRAW()
|
D | convert_from.cc | 716 uint8_t* dst_raw, in I420ToRAW() argument 722 src_u, src_stride_u, dst_raw, dst_stride_raw, in I420ToRAW() 752 uint8_t* dst_raw, in H420ToRAW() argument 758 src_u, src_stride_u, dst_raw, dst_stride_raw, in H420ToRAW()
|
D | row_neon.cc | 925 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 934 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | row_neon64.cc | 979 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 989 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
/external/libyuv/files/source/ |
D | convert_from_argb.cc | 986 uint8* dst_raw, in ARGBToRAW() argument 993 if (!src_argb || !dst_raw || width <= 0 || height == 0) { in ARGBToRAW() 1033 ARGBToRAWRow(src_argb, dst_raw, width); in ARGBToRAW() 1035 dst_raw += dst_stride_raw; in ARGBToRAW()
|
D | row_neon.cc | 937 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 948 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | row_neon64.cc | 946 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 958 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from.cc | 649 uint8* dst_raw, in I420ToRAW() argument 655 src_u, src_stride_u, dst_raw, dst_stride_raw, in I420ToRAW()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 540 uint8* dst_raw, 1012 uint8* dst_raw, 1186 uint8* dst_raw, 1191 uint8* dst_raw,
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 19071 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 19073 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST() 19282 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 19284 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST() 19453 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 19455 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST() 19619 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 19621 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST()
|