Home
last modified time | relevance | path

Searched refs:vst2q_u16 (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve_copy_neon.c50 vst2q_u16(dst, vld2q_u16(src)); in vpx_highbd_convolve_copy_neon()
53 vst2q_u16(dst, vld2q_u16(src)); in vpx_highbd_convolve_copy_neon()
56 vst2q_u16(dst, vld2q_u16(src)); in vpx_highbd_convolve_copy_neon()
59 vst2q_u16(dst, vld2q_u16(src)); in vpx_highbd_convolve_copy_neon()
Dhighbd_intrapred_neon.c159 vst2q_u16(dst, dc_dup); in dc_store_16x16()
230 vst2q_u16(dst, dc_dup); in dc_store_32x32()
232 vst2q_u16(dst, dc_dup); in dc_store_32x32()
734 vst2q_u16(dst, row); in vpx_highbd_v_predictor_16x16_neon()
748 vst2q_u16(dst, row0); in vpx_highbd_v_predictor_32x32_neon()
750 vst2q_u16(dst, row1); in vpx_highbd_v_predictor_32x32_neon()
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c75 vst2q_u16(pred_buf_q3, sum); in cfl_luma_subsampling_420_lbd_neon()
102 vst2q_u16(pred_buf_q3, sum); in cfl_luma_subsampling_422_lbd_neon()
183 vst2q_u16(pred_buf_q3, sum); in cfl_luma_subsampling_420_hbd_neon()
217 vst2q_u16(pred_buf_q3, result); in cfl_luma_subsampling_422_hbd_neon()
239 vst2q_u16(pred_buf_q3, top); in cfl_luma_subsampling_444_hbd_neon()
576 vst2q_u16(dst, clamp2q_s16(pred, max_16x8)); in cfl_predict_hbd_neon()
/external/libgav1/libgav1/src/dsp/arm/
Dintra_edge_neon.cc486 vst2q_u16(pixel_buffer - 1, result_lo); in IntraEdgeUpsampler_NEON()
487 vst2q_u16(pixel_buffer + 15, result_hi); in IntraEdgeUpsampler_NEON()
489 vst2q_u16(pixel_buffer - 1, result_lo); in IntraEdgeUpsampler_NEON()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c10985 vst2q_u16(a, b); in test_vst2q_u16()
Darm_neon_intrinsics.c15998 vst2q_u16(a, b); in test_vst2q_u16()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c18479 vst2q_u16(a, b); in test_vst2q_u16()
Daarch64-neon-intrinsics.c11813 vst2q_u16(a, b); in test_vst2q_u16()
/external/neon_2_sse/
DNEON_2_SSE.h11086 #define vst2q_u16(ptr, val) vst2q_u16_ptr(ptr, &val) macro
11105 #define vst2q_s16(ptr, val) vst2q_u16((uint16_t*)(ptr), val)
11132 #define vst2q_p16 vst2q_u16