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

  /external/libvpx/libvpx/vpx_dsp/arm/
sad4d_neon.c 57 vst1q_u32(res, r);
84 vst1q_u32(res, r);
98 vst1q_u32(res, vcombine_u32(c0, c1));
114 vst1q_u32(res, vcombine_u32(c0, c1));
138 vst1q_u32(res, vcombine_u32(d0, d1));
  /external/libaom/libaom/av1/common/arm/
mem_neon.h 494 vst1q_u32(s, s1);
496 vst1q_u32(s, s2);
498 vst1q_u32(s, s3);
500 vst1q_u32(s, s4);
  /external/webp/src/dsp/
rescaler_neon.c 33 vst1q_u32((DST) + 0, SRC0); \
34 vst1q_u32((DST) + 4, SRC1); \
lossless_neon.c 151 #define STOREQ_U8_AS_U32P(OUT, IN) vst1q_u32((OUT), vreinterpretq_u32_u8((IN)));
595 vst1q_u32(dst + i, out);
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 235 vst1q_u32(dst, vreinterpretq_u32_s16(
277 vst1q_u32(dst, vreinterpretq_u32_s32(wide_out));
278 vst1q_u32(dst+4, vreinterpretq_u32_s32(wide_out2));
546 vst1q_u32(xy, vreinterpretq_u32_s32(res));
  /external/skqp/src/core/
SkBitmapProcState_matrixProcs.cpp 235 vst1q_u32(dst, vreinterpretq_u32_s16(
277 vst1q_u32(dst, vreinterpretq_u32_s32(wide_out));
278 vst1q_u32(dst+4, vreinterpretq_u32_s32(wide_out2));
546 vst1q_u32(xy, vreinterpretq_u32_s32(res));
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 758 vst1q_u32(ptr_out, dsttemp); ptr_out += 4;
761 vst1q_u32(ptr_out, dsttemp); ptr_out += 4;
764 vst1q_u32(ptr_out, dsttemp); ptr_out += 4;
767 vst1q_u32(ptr_out, dsttemp); ptr_out += 4;
    [all...]
  /external/libhevc/encoder/arm/
ihevce_me_neon.c 175 vst1q_u32(pu4_sad, sad);
240 vst1q_u32(pu4_sad, sad);
  /external/skia/include/private/
SkNx_neon.h 591 return vst1q_u32((uint32_t*)ptr, fVec);
  /external/skqp/include/private/
SkNx_neon.h 591 return vst1q_u32((uint32_t*)ptr, fVec);
  /external/neon_2_sse/
NEON_2_SSE.h 9578 #define vst1q_u32 macro
    [all...]
  /external/clang/test/CodeGen/
aarch64-neon-intrinsics.c     [all...]
arm_neon_intrinsics.c     [all...]

Completed in 269 milliseconds