Searched defs:src_raw (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon64.cc | 1029 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() 2117 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, in RAWToUVRow_NEON() 2590 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) { in RAWToYRow_NEON()
|
D | row_neon.cc | 972 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() 1996 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, in RAWToUVRow_NEON() 2447 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) { in RAWToYRow_NEON()
|
D | convert_argb.cc | 476 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB()
|
D | convert.cc | 1060 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420()
|
D | row_posix.cc | 345 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3()
|
D | row_win.cc | 408 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, in RAWToARGBRow_SSSE3()
|
D | row_common.cc | 88 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_C()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON()
|
D | convert_argb.cc | 365 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB()
|
D | row_posix.cc | 287 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3()
|
D | row_win.cc | 277 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, in RAWToARGBRow_SSSE3()
|
D | convert.cc | 1229 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420()
|
D | row_common.cc | 84 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_C()
|
/external/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 892 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon() local 1000 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon_src_alpha() local
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 15318 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 15464 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 15594 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 15719 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local
|