/external/libyuv/files/source/ |
D | row_neon.cc | 676 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON() argument 686 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from.cc | 956 uint8* dst_raw, int dst_stride_raw, in I420ToRAW() argument 959 !dst_raw || in I420ToRAW() 966 dst_raw = dst_raw + (height - 1) * dst_stride_raw; in I420ToRAW() 986 if (IS_ALIGNED(dst_raw, 16) && IS_ALIGNED(dst_stride_raw, 16)) { in I420ToRAW() 994 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width); in I420ToRAW() 995 dst_raw += dst_stride_raw; in I420ToRAW()
|
D | planar_functions.cc | 675 uint8* dst_raw, int dst_stride_raw, in ARGBToRAW() argument 677 if (!src_argb || !dst_raw || width <= 0 || height == 0) { in ARGBToRAW() 694 IS_ALIGNED(dst_raw, 16) && IS_ALIGNED(dst_stride_raw, 16)) { in ARGBToRAW() 711 ARGBToRAWRow(src_argb, dst_raw, width); in ARGBToRAW() 713 dst_raw += dst_stride_raw; in ARGBToRAW()
|
/external/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 890 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon() local 907 dst_raw = vreinterpret_u8_u32(vld1_u32(dst)); in S32A_Opaque_BlitRow32_neon() 924 dst_wide = vmovl_u8(dst_raw); in S32A_Opaque_BlitRow32_neon() 998 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon_src_alpha() local 1022 dst_raw = vreinterpret_u8_u32(vld1_u32(dst)); in S32A_Opaque_BlitRow32_neon_src_alpha() 1033 dst_wide = vmovl_u8(dst_raw); in S32A_Opaque_BlitRow32_neon_src_alpha()
|
/external/libvpx/libvpx/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/include/libyuv/ |
D | row.h | 539 uint8* dst_raw, 1011 uint8* dst_raw, 1185 uint8* dst_raw, 1190 uint8* dst_raw,
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 15577 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 15579 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST() 15723 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 15725 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST() 15853 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 15855 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST() 15978 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local 15980 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST()
|