Searched refs:dst_raw (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 801 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()
|
D | row_neon.cc | 972 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 983 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | row_neon64.cc | 974 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 986 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from.cc | 584 uint8* dst_raw, int dst_stride_raw, in I420ToRAW() argument 589 dst_raw, dst_stride_raw, in I420ToRAW()
|
/external/libyuv/files/source/ |
D | convert_from_argb.cc | 986 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()
|
D | row_neon.cc | 937 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 948 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | row_neon64.cc | 946 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON() argument 958 "+r"(dst_raw), // %1 in ARGBToRAWRow_NEON()
|
D | convert_from.cc | 649 uint8* dst_raw, in I420ToRAW() argument 655 src_u, src_stride_u, dst_raw, dst_stride_raw, in I420ToRAW()
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 16404 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()
|