Searched defs:src_raw (Results 1 – 15 of 15) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 950 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() 1932 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, in RAWToUVRow_NEON() 2383 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) { in RAWToYRow_NEON()
|
D | row_neon64.cc | 931 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_NEON() 1897 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, in RAWToUVRow_NEON() 2357 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix) { in RAWToYRow_NEON()
|
D | convert_argb.cc | 498 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB()
|
D | convert.cc | 904 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420()
|
D | row_gcc.cc | 306 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) { in RAWToARGBRow_SSSE3()
|
D | row_win.cc | 423 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/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 890 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon() local 998 uint8x8_t src_raw, dst_raw, dst_final; in S32A_Opaque_BlitRow32_neon_src_alpha() local
|
/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/vixl/test/ |
D | test-assembler-a64.cc | 15567 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 15713 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 15843 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local 15968 uint64_t src_raw = reinterpret_cast<uint64_t>(src); in TEST() local
|