/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 1613 "movdqu %%xmm5," MEMACCESS([dst_bgra]) " \n" \ 1614 "movdqu %%xmm0," MEMACCESS2(0x10, [dst_bgra]) " \n" \ 1615 "lea " MEMLEA(0x20, [dst_bgra]) ", %[dst_bgra] \n" 1882 uint8* dst_bgra, in I422ToBGRARow_SSSE3() argument 1897 [dst_bgra]"+r"(dst_bgra), // %[dst_bgra] in I422ToBGRARow_SSSE3() 2000 uint8* dst_bgra, in I422ToBGRARow_AVX2() argument 2018 "vmovdqu %%ymm0," MEMACCESS([dst_bgra]) "\n" in I422ToBGRARow_AVX2() 2019 "vmovdqu %%ymm2," MEMACCESS2(0x20,[dst_bgra]) "\n" in I422ToBGRARow_AVX2() 2020 "lea " MEMLEA(0x40,[dst_bgra]) ",%[dst_bgra] \n" in I422ToBGRARow_AVX2() 2027 [dst_bgra]"+r"(dst_bgra), // %[dst_bgra] in I422ToBGRARow_AVX2()
|
D | convert_from.cc | 527 uint8* dst_bgra, int dst_stride_bgra, in I420ToBGRA() argument 535 if (!src_y || !src_u || !src_v || !dst_bgra || in I420ToBGRA() 542 dst_bgra = dst_bgra + (height - 1) * dst_stride_bgra; in I420ToBGRA() 574 IS_ALIGNED(dst_bgra, 4) && IS_ALIGNED(dst_stride_bgra, 4)) { in I420ToBGRA() 580 I422ToBGRARow(src_y, src_u, src_v, dst_bgra, width); in I420ToBGRA() 581 dst_bgra += dst_stride_bgra; in I420ToBGRA()
|
D | planar_functions.cc | 786 uint8* dst_bgra, int dst_stride_bgra, in I422ToBGRA() argument 795 !dst_bgra || in I422ToBGRA() 802 dst_bgra = dst_bgra + (height - 1) * dst_stride_bgra; in I422ToBGRA() 843 IS_ALIGNED(dst_bgra, 4) && IS_ALIGNED(dst_stride_bgra, 4)) { in I422ToBGRA() 849 I422ToBGRARow(src_y, src_u, src_v, dst_bgra, width); in I422ToBGRA() 850 dst_bgra += dst_stride_bgra; in I422ToBGRA()
|
D | row_neon.cc | 263 uint8* dst_bgra, in I422ToBGRARow_NEON() argument 280 "+r"(dst_bgra), // %3 in I422ToBGRARow_NEON()
|
D | row_neon64.cc | 261 uint8* dst_bgra, in I422ToBGRARow_NEON() argument 276 "+r"(dst_bgra), // %3 in I422ToBGRARow_NEON()
|
D | row_win.cc | 2848 uint8* dst_bgra, in I422ToBGRARow_SSSE3() argument
|
/external/libyuv/files/include/libyuv/ |
D | convert_from_argb.h | 35 uint8* dst_bgra,
|
D | planar_functions.h | 252 uint8* dst_bgra,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 35 uint8_t* dst_bgra,
|
D | convert_from.h | 153 uint8_t* dst_bgra,
|
D | planar_functions.h | 314 uint8_t* dst_bgra,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 32 uint8* dst_bgra, int dst_stride_bgra,
|
D | planar_functions.h | 162 uint8* dst_bgra, int dst_stride_bgra,
|
D | row.h | 520 uint8* dst_bgra, 992 uint8* dst_bgra, 1131 uint8* dst_bgra, 1295 uint8* dst_bgra,
|
/external/libyuv/files/source/ |
D | convert_from.cc | 542 uint8* dst_bgra, in I420ToBGRA() argument 548 src_u, src_stride_u, dst_bgra, dst_stride_bgra, in I420ToBGRA()
|
D | planar_functions.cc | 1400 uint8* dst_bgra, in I422ToBGRA() argument 1406 src_u, src_stride_u, dst_bgra, dst_stride_bgra, in I422ToBGRA()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 609 uint8_t* dst_bgra, in I420ToBGRA() argument 615 src_u, src_stride_u, dst_bgra, dst_stride_bgra, in I420ToBGRA()
|
D | planar_functions.cc | 1593 uint8_t* dst_bgra, in I422ToBGRA() argument 1599 src_u, src_stride_u, dst_bgra, dst_stride_bgra, in I422ToBGRA()
|