/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 | 656 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon() local 673 dst_raw = vreinterpret_u8_u32(vld1_u32(dst)); in S32A_Opaque_BlitRow32_neon() 690 dst_wide = vmovl_u8(dst_raw); in S32A_Opaque_BlitRow32_neon() 764 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon_src_alpha() local 788 dst_raw = vreinterpret_u8_u32(vld1_u32(dst)); in S32A_Opaque_BlitRow32_neon_src_alpha() 799 dst_wide = vmovl_u8(dst_raw); in S32A_Opaque_BlitRow32_neon_src_alpha()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 753 uint8* dst_raw, int dst_stride_raw, in I420ToRAW() argument 761 if (!src_y || !src_u || !src_v || !dst_raw || in I420ToRAW() 768 dst_raw = dst_raw + (height - 1) * dst_stride_raw; in I420ToRAW() 788 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width); in I420ToRAW() 789 dst_raw += dst_stride_raw; in I420ToRAW()
|
D | row_neon.cc | 368 uint8* dst_raw, in I422ToRAWRow_NEON() argument 390 "+r"(dst_raw), // %3 in I422ToRAWRow_NEON() 1121 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON() argument 1133 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | row_neon64.cc | 383 uint8* dst_raw, in I422ToRAWRow_NEON() argument 405 "+r"(dst_raw), // %3 in I422ToRAWRow_NEON() 1187 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON() argument 1200 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from_argb.cc | 802 uint8* dst_raw, int dst_stride_raw, in ARGBToRAW() argument 807 if (!src_argb || !dst_raw || width <= 0 || height == 0) { in ARGBToRAW() 839 ARGBToRAWRow(src_argb, dst_raw, width); in ARGBToRAW() 841 dst_raw += dst_stride_raw; in ARGBToRAW()
|
D | row_posix.cc | 2284 uint8* dst_raw, in I422ToRAWRow_SSSE3() argument 2314 "movq %%xmm0," MEMACCESS([dst_raw]) " \n" in I422ToRAWRow_SSSE3() 2315 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_raw]) "\n" in I422ToRAWRow_SSSE3() 2316 "lea " MEMLEA(0x18,[dst_raw]) ",%[dst_raw] \n" in I422ToRAWRow_SSSE3() 2322 [dst_raw]"+r"(dst_raw), // %[dst_raw] in I422ToRAWRow_SSSE3()
|
D | row_win.cc | 2491 uint8* dst_raw, in I422ToRAWRow_SSSE3() argument
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert_from.cc | 753 uint8* dst_raw, int dst_stride_raw, in I420ToRAW() argument 761 if (!src_y || !src_u || !src_v || !dst_raw || in I420ToRAW() 768 dst_raw = dst_raw + (height - 1) * dst_stride_raw; in I420ToRAW() 788 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width); in I420ToRAW() 789 dst_raw += dst_stride_raw; in I420ToRAW()
|
D | row_neon.cc | 368 uint8* dst_raw, in I422ToRAWRow_NEON() argument 390 "+r"(dst_raw), // %3 in I422ToRAWRow_NEON() 1122 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) { in ARGBToRAWRow_NEON() argument 1134 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from_argb.cc | 784 uint8* dst_raw, int dst_stride_raw, in ARGBToRAW() argument 789 if (!src_argb || !dst_raw || width <= 0 || height == 0) { in ARGBToRAW() 821 ARGBToRAWRow(src_argb, dst_raw, width); in ARGBToRAW() 823 dst_raw += dst_stride_raw; in ARGBToRAW()
|
D | row_posix.cc | 2284 uint8* dst_raw, in I422ToRAWRow_SSSE3() argument 2314 "movq %%xmm0," MEMACCESS([dst_raw]) " \n" in I422ToRAWRow_SSSE3() 2315 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_raw]) "\n" in I422ToRAWRow_SSSE3() 2316 "lea " MEMLEA(0x18,[dst_raw]) ",%[dst_raw] \n" in I422ToRAWRow_SSSE3() 2322 [dst_raw]"+r"(dst_raw), // %[dst_raw] in I422ToRAWRow_SSSE3()
|
D | row_win.cc | 2492 uint8* dst_raw, in I422ToRAWRow_SSSE3() argument
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 756 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon() local 773 dst_raw = vreinterpret_u8_u32(vld1_u32(dst)); in S32A_Opaque_BlitRow32_neon() 790 dst_wide = vmovl_u8(dst_raw); in S32A_Opaque_BlitRow32_neon() 864 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon_src_alpha() local 888 dst_raw = vreinterpret_u8_u32(vld1_u32(dst)); in S32A_Opaque_BlitRow32_neon_src_alpha() 899 dst_wide = vmovl_u8(dst_raw); in S32A_Opaque_BlitRow32_neon_src_alpha()
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | row.h | 511 uint8* dst_raw, 966 uint8* dst_raw, 1067 uint8* dst_raw,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 603 uint8* dst_raw, 1058 uint8* dst_raw, 1159 uint8* dst_raw,
|