HomeSort by relevance Sort by last modified time
    Searched refs:src_raw (Results 1 - 17 of 17) sorted by null

  /art/runtime/mirror/
array-inl.h 300 const void* src_raw = src->GetRawData(sizeof(T), src_pos); local
303 const uint8_t* s = reinterpret_cast<const uint8_t*>(src_raw);
309 const uint16_t* s = reinterpret_cast<const uint16_t*>(src_raw);
317 const uint32_t* s = reinterpret_cast<const uint32_t*>(src_raw);
326 const uint64_t* s = reinterpret_cast<const uint64_t*>(src_raw);
355 const void* src_raw = src->GetRawData(sizeof(T), src_pos); local
357 memcpy(dst_raw, src_raw, count);
360 const uint16_t* s = reinterpret_cast<const uint16_t*>(src_raw);
364 const uint32_t* s = reinterpret_cast<const uint32_t*>(src_raw);
369 const uint64_t* s = reinterpret_cast<const uint64_t*>(src_raw);
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert.cc     [all...]
convert_argb.cc 476 int RAWToARGB(const uint8* src_raw, int src_stride_raw,
482 if (!src_raw || !dst_argb ||
489 src_raw = src_raw + (height - 1) * src_stride_raw;
517 RAWToARGBRow(src_raw, dst_argb, width);
518 src_raw += src_stride_raw;
row_neon.cc     [all...]
row_neon64.cc     [all...]
row_common.cc 88 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) {
91 uint8 r = src_raw[0];
92 uint8 g = src_raw[1];
93 uint8 b = src_raw[2];
99 src_raw += 3;
    [all...]
row_posix.cc 345 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) {
375 : "+r"(src_raw), // %0
    [all...]
row_win.cc 408 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb,
411 mov eax, [esp + 4] // src_raw
    [all...]
  /external/libyuv/files/source/
row_neon.cc 619 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int pix) {
629 : "+r"(src_raw), // %0
    [all...]
convert_argb.cc 365 int RAWToARGB(const uint8* src_raw, int src_stride_raw,
368 if (!src_raw || !dst_argb ||
375 src_raw = src_raw + (height - 1) * src_stride_raw;
378 void (*RAWToARGBRow)(const uint8* src_raw, uint8* dst_argb, int pix) =
389 RAWToARGBRow(src_raw, dst_argb, width);
390 src_raw += src_stride_raw;
    [all...]
convert.cc     [all...]
row_common.cc 84 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) {
86 uint8 r = src_raw[0];
87 uint8 g = src_raw[1];
88 uint8 b = src_raw[2];
94 src_raw += 3;
    [all...]
row_posix.cc 287 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb, int pix) {
317 : "+r"(src_raw), // %0
    [all...]
row_win.cc 277 void RAWToARGBRow_SSSE3(const uint8* src_raw, uint8* dst_argb,
280 mov eax, [esp + 4] // src_raw
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 892 uint8x8_t src_raw, dst_raw, dst_final; local
1000 uint8x8_t src_raw, dst_raw, dst_final; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 565 void RAWToYRow_SSSE3(const uint8* src_raw, uint8* dst_y, int pix);
572 void RAWToYRow_Unaligned_SSSE3(const uint8* src_raw, uint8* dst_y, int pix);
593 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw,
605 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int pix);
615 void RAWToYRow_C(const uint8* src_raw, uint8* dst_y, int pix);
625 void RAWToYRow_Any_SSSE3(const uint8* src_raw, uint8* dst_y, int pix);
632 void RAWToYRow_Any_NEON(const uint8* src_raw, uint8* dst_y, int pix);
689 void RAWToUVRow_Any_NEON(const uint8* src_raw, int src_stride_raw,
711 void RAWToUVRow_C(const uint8* src_raw, int src_stride_raw,
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 15318 uint64_t src_raw = reinterpret_cast<uint64_t>(src); local
15464 uint64_t src_raw = reinterpret_cast<uint64_t>(src); local
15594 uint64_t src_raw = reinterpret_cast<uint64_t>(src); local
15719 uint64_t src_raw = reinterpret_cast<uint64_t>(src); local
    [all...]

Completed in 530 milliseconds