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

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_from_argb.cc801 uint8* dst_raw, int dst_stride_raw,
806 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
839 ARGBToRAWRow(src_argb, dst_raw, width);
841 dst_raw += dst_stride_raw;
800 ARGBToRAW(const uint8* src_argb, int src_stride_argb, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
H A Dconvert_from.cc584 uint8* dst_raw, int dst_stride_raw,
589 dst_raw, dst_stride_raw,
581 I420ToRAW(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
H A Drow_neon.cc972 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { argument
983 "+r"(dst_raw), // %1
H A Drow_neon64.cc974 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { argument
986 "+r"(dst_raw), // %1
/external/libyuv/files/source/
H A Dconvert_from_argb.cc986 uint8* dst_raw,
993 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
1033 ARGBToRAWRow(src_argb, dst_raw, width);
1035 dst_raw += dst_stride_raw;
984 ARGBToRAW(const uint8* src_argb, int src_stride_argb, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
H A Dconvert_from.cc649 uint8* dst_raw,
655 src_u, src_stride_u, dst_raw, dst_stride_raw,
643 I420ToRAW(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_raw, int dst_stride_raw, int width, int height) argument
H A Drow_neon.cc937 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { argument
948 "+r"(dst_raw), // %1
H A Drow_neon64.cc946 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { argument
958 "+r"(dst_raw), // %1
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc16383 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
16385 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag);
16594 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
16596 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag);
16765 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
16767 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag);
16931 uint64_t dst_raw = reinterpret_cast<uint64_t>(dst); local
16933 uint64_t dst_tagged = CPU::SetPointerTag(dst_raw, dst_tag);

Completed in 234 milliseconds