Searched refs:vqsubq_u8 (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_1_add_neon.c | 32 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()
|
D | idct16x16_1_add_neon.c | 28 const uint8x16_t b = vqsubq_u8(a, res); in idct16x16_1_add_neg_kernel()
|
/external/libhevc/encoder/arm/ |
D | ihevce_itrans_recon_neon.c | 126 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/ |
D | denoising_neon.c | 114 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/ |
D | denoiser_filter_neon.cc | 165 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/ |
D | vp9_denoiser_neon.c | 79 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/ |
D | v128_intrinsics_arm.h | 254 vqsubq_u8(vreinterpretq_u8_s64(x), vreinterpretq_u8_s64(y))); in v128_ssub_u8()
|
/external/arm-neon-tests/ |
D | ref-rvct-neon-nofp16.txt | 924 VQSUB/VQSUBQ:12:vqsubq_u8 Neon cumulative saturation 0 1003 VQSUB/VQSUBQ:77:vqsubq_u8 Neon cumulative saturation 1
|
D | ref-rvct-neon.txt | 992 VQSUB/VQSUBQ:12:vqsubq_u8 Neon cumulative saturation 0 1073 VQSUB/VQSUBQ:79:vqsubq_u8 Neon cumulative saturation 1
|
D | ref-rvct-all.txt | 992 VQSUB/VQSUBQ:12:vqsubq_u8 Neon cumulative saturation 0 1073 VQSUB/VQSUBQ:79:vqsubq_u8 Neon cumulative saturation 1
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 3417 return vqsubq_u8(a, b); in test_vqsubq_u8()
|
D | arm_neon_intrinsics.c | 13488 return vqsubq_u8(a, b); in test_vqsubq_u8()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 681 _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
|