Home
last modified time | relevance | path

Searched refs:dst_raw (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from_argb.cc801 uint8* dst_raw, int dst_stride_raw, in ARGBToRAW() argument
806 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()
Drow_neon.cc972 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument
983 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
Drow_neon64.cc974 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument
986 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
Dconvert_from.cc584 uint8* dst_raw, int dst_stride_raw, in I420ToRAW() argument
589 dst_raw, dst_stride_raw, in I420ToRAW()
/external/libyuv/files/source/
Dconvert_from_argb.cc986 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()
Drow_neon.cc937 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument
948 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
Drow_neon64.cc946 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument
958 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
Dconvert_from.cc649 uint8* dst_raw, in I420ToRAW() argument
655 src_u, src_stride_u, dst_raw, dst_stride_raw, in I420ToRAW()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc16404 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local
16406 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST()
16615 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local
16617 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST()
16786 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local
16788 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST()
16952 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); in TEST() local
16954 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag); in TEST()