Home
last modified time | relevance | path

Searched refs:vqsubq_u8 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_1_add_neon.c32 const uint8x16_t b0 = vqsubq_u8(a0, res); in idct32x32_1_add_neg_kernel()
33 const uint8x16_t b1 = vqsubq_u8(a1, res); in idct32x32_1_add_neg_kernel()
Didct16x16_1_add_neon.c28 const uint8x16_t b = vqsubq_u8(a, res); in idct16x16_1_add_neg_kernel()
/external/libhevc/encoder/arm/
Dihevce_itrans_recon_neon.c126 a5 = (dc_value >= 0) ? vqaddq_u8(a1, a4) : vqsubq_u8(a4, a1); in ihevce_itrans_recon_dc_8x8_luma_neon()
154 a4 = (dc_value >= 0) ? vqaddq_u8(a0, a4) : vqsubq_u8(a4, a0); in ihevce_itrans_recon_dc_8x8_chroma_neon()
182 a3 = (dc_value >= 0) ? vqaddq_u8(a2, a1) : vqsubq_u8(a2, a1); in ihevce_itrans_recon_dc_16x16_luma_neon()
207 a2 = (dc_value >= 0) ? vqaddq_u8(a2, a1) : vqsubq_u8(a2, a1); in ihevce_itrans_recon_dc_16x16_chroma_neon()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Ddenoising_neon.c114 v_running_avg_y = vqsubq_u8(v_running_avg_y, v_neg_adjustment); in vp8_denoiser_filter_neon()
188 v_running_avg_y = vqsubq_u8(v_running_avg_y, v_pos_adjustment); in vp8_denoiser_filter_neon()
330 v_running_avg = vqsubq_u8(v_running_avg, v_neg_adjustment); in vp8_denoiser_filter_uv_neon()
411 v_running_avg = vqsubq_u8(v_running_avg, v_pos_adjustment); in vp8_denoiser_filter_uv_neon()
/external/webrtc/webrtc/modules/video_processing/util/
Ddenoiser_filter_neon.cc165 v_running_avg_y = vqsubq_u8(v_running_avg_y, v_neg_adjustment); in MbDenoise()
236 v_running_avg_y = vqsubq_u8(v_running_avg_y, v_pos_adjustment); in MbDenoise()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_denoiser_neon.c79 v_running_avg_y = vqsubq_u8(v_running_avg_y, v_neg_adjustment); in denoiser_16x1_neon()
115 v_running_avg_y = vqsubq_u8(v_running_avg_y, v_pos_adjustment); in denoiser_adjust_16x1_neon()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h254 vqsubq_u8(vreinterpretq_u8_s64(x), vreinterpretq_u8_s64(y))); in v128_ssub_u8()
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt924 VQSUB/VQSUBQ:12:vqsubq_u8 Neon cumulative saturation 0
1003 VQSUB/VQSUBQ:77:vqsubq_u8 Neon cumulative saturation 1
Dref-rvct-neon.txt992 VQSUB/VQSUBQ:12:vqsubq_u8 Neon cumulative saturation 0
1073 VQSUB/VQSUBQ:79:vqsubq_u8 Neon cumulative saturation 1
Dref-rvct-all.txt992 VQSUB/VQSUBQ:12:vqsubq_u8 Neon cumulative saturation 0
1073 VQSUB/VQSUBQ:79:vqsubq_u8 Neon cumulative saturation 1
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c3417 return vqsubq_u8(a, b); in test_vqsubq_u8()
Darm_neon_intrinsics.c13488 return vqsubq_u8(a, b); in test_vqsubq_u8()
/external/neon_2_sse/
DNEON_2_SSE.h681 _NEON2SSESTORAGE uint8x16_t vqsubq_u8(uint8x16_t a, uint8x16_t b); // VQSUB.U8 q0,q0,q0
4683 _NEON2SSESTORAGE uint8x16_t vqsubq_u8(uint8x16_t a, uint8x16_t b); // VQSUB.U8 q0,q0,q0
4684 #define vqsubq_u8 _mm_subs_epu8 macro