/external/libyuv/files/source/ |
D | row_neon.cc | 658 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { in ARGBToRGB24Row_NEON() argument 667 "+r"(dst_rgb24), // %1 in ARGBToRGB24Row_NEON()
|
D | convert_from.cc | 902 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument 905 !dst_rgb24 || in I420ToRGB24() 912 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24() 932 if (IS_ALIGNED(dst_rgb24, 16) && IS_ALIGNED(dst_stride_rgb24, 16)) { in I420ToRGB24() 940 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width); in I420ToRGB24() 941 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24()
|
D | planar_functions.cc | 629 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument 631 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) { in ARGBToRGB24() 648 IS_ALIGNED(dst_rgb24, 16) && IS_ALIGNED(dst_stride_rgb24, 16)) { in ARGBToRGB24() 665 ARGBToRGB24Row(src_argb, dst_rgb24, width); in ARGBToRGB24() 667 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
/external/libvpx/libvpx/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()
|
D | row_common.cc | 2362 uint8* dst_rgb24, in I422ToRGB24Row_AVX2() argument 2370 ARGBToRGB24Row_SSSE3(row, dst_rgb24, twidth); in I422ToRGB24Row_AVX2() 2374 dst_rgb24 += twidth * 3; in I422ToRGB24Row_AVX2()
|
D | row_win.cc | 2584 uint8* dst_rgb24, in I422ToRGB24Row_SSSE3() argument
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 49 uint8* dst_rgb24, int dst_stride_rgb24,
|
D | row.h | 534 uint8* dst_rgb24, 1006 uint8* dst_rgb24, 1175 uint8* dst_rgb24, 1180 uint8* dst_rgb24,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 105 uint8* dst_rgb24, int dst_stride_rgb24,
|