Searched refs:vst2q_u16 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_vpx_convolve_copy_neon.c | 50 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()
|
D | highbd_intrapred_neon.c | 159 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/ |
D | cfl_neon.c | 75 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/ |
D | intra_edge_neon.cc | 486 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/ |
D | aarch64-neon-intrinsics.c | 10985 vst2q_u16(a, b); in test_vst2q_u16()
|
D | arm_neon_intrinsics.c | 15998 vst2q_u16(a, b); in test_vst2q_u16()
|
/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 18479 vst2q_u16(a, b); in test_vst2q_u16()
|
D | aarch64-neon-intrinsics.c | 11813 vst2q_u16(a, b); in test_vst2q_u16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 11086 #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
|