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

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 426 uint8x8_t src_raw, dst_raw, dst_final; local
443 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
460 dst_wide = vmovl_u8(dst_raw);
534 uint8x8_t src_raw, dst_raw, dst_final; local
558 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
569 dst_wide = vmovl_u8(dst_raw);
714 uint8x8_t src_raw, dst_raw, dst_final; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 426 uint8x8_t src_raw, dst_raw, dst_final; local
443 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
460 dst_wide = vmovl_u8(dst_raw);
534 uint8x8_t src_raw, dst_raw, dst_final; local
558 dst_raw = vreinterpret_u8_u32(vld1_u32(dst));
569 dst_wide = vmovl_u8(dst_raw);
714 uint8x8_t src_raw, dst_raw, dst_final; local
    [all...]
  /external/libyuv/files/source/
row_neon.cc 676 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int pix) {
686 "+r"(dst_raw), // %1
    [all...]
convert_from.cc 956 uint8* dst_raw, int dst_stride_raw,
959 !dst_raw ||
966 dst_raw = dst_raw + (height - 1) * dst_stride_raw;
986 if (IS_ALIGNED(dst_raw, 16) && IS_ALIGNED(dst_stride_raw, 16)) {
994 I422ToRAWRow(src_y, src_u, src_v, dst_raw, width);
995 dst_raw += dst_stride_raw;
    [all...]
planar_functions.cc 675 uint8* dst_raw, int dst_stride_raw,
677 if (!src_argb || !dst_raw || width <= 0 || height == 0) {
694 IS_ALIGNED(dst_raw, 16) && IS_ALIGNED(dst_stride_raw, 16)) {
711 ARGBToRAWRow(src_argb, dst_raw, width);
713 dst_raw += dst_stride_raw;
    [all...]

Completed in 187 milliseconds