Searched refs:vshrq_n_u32 (Results 1 – 16 of 16) sorted by relevance
/external/libaom/libaom/av1/common/arm/ |
D | jnt_convolve_neon.c | 42 sum0 = vshrq_n_u32(sum0, DIST_PRECISION_BITS); in compute_avg_4x1() 83 sum0 = vshrq_n_u32(sum0, DIST_PRECISION_BITS); in compute_avg_8x1() 87 sum2 = vshrq_n_u32(sum2, DIST_PRECISION_BITS); in compute_avg_8x1() 144 sum0 = vshrq_n_u32(sum0, DIST_PRECISION_BITS); in compute_avg_4x4() 145 sum1 = vshrq_n_u32(sum1, DIST_PRECISION_BITS); in compute_avg_4x4() 146 sum2 = vshrq_n_u32(sum2, DIST_PRECISION_BITS); in compute_avg_4x4() 147 sum3 = vshrq_n_u32(sum3, DIST_PRECISION_BITS); in compute_avg_4x4() 221 sum0 = vshrq_n_u32(sum0, DIST_PRECISION_BITS); in compute_avg_8x4() 222 sum1 = vshrq_n_u32(sum1, DIST_PRECISION_BITS); in compute_avg_8x4() 228 sum2 = vshrq_n_u32(sum2, DIST_PRECISION_BITS); in compute_avg_8x4() [all …]
|
/external/skqp/src/opts/ |
D | Sk4px_NEON.h | 33 auto as = vshrq_n_u32((uint32x4_t)fVec, SK_A32_SHIFT); // ___3 ___2 ___1 ___0 in alphas()
|
/external/skia/src/opts/ |
D | Sk4px_NEON.h | 33 auto as = vshrq_n_u32((uint32x4_t)fVec, SK_A32_SHIFT); // ___3 ___2 ___1 ___0 in alphas()
|
/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 114 const uint32x4_t D = vshrq_n_u32(vreinterpretq_u32_s16(C), 16); in TransformColor_NEON()
|
D | lossless_neon.c | 588 const uint32x4_t E = vshrq_n_u32(vreinterpretq_u32_s16(D), 8); in TransformColorInverse_NEON()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_3x3_filter_common.h | 111 *left = vreinterpretq_s8_u32(vshrq_n_u32(vreinterpretq_u32_s8(*left), 8)); in biregister_rotate_8() 114 *right = vreinterpretq_s8_u32(vshrq_n_u32(vreinterpretq_u32_s8(*right), 8)); in biregister_rotate_8()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 137 return vreinterpretq_s32_u32(vshrq_n_u32(vreinterpretq_u32_s32(a), 31)); in extract_sign_bit()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 164 return vreinterpretq_s32_u32(vshrq_n_u32(vreinterpretq_u32_s32(a), 31)); in extract_sign_bit()
|
D | fdct32x32_neon.c | 652 const uint32x4_t a_lo_sign_u32 = vshrq_n_u32(a_lo_u32, 31); in add_round_shift_s32() 657 const uint32x4_t a_hi_sign_u32 = vshrq_n_u32(a_hi_u32, 31); in add_round_shift_s32()
|
/external/skqp/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 372 tmp = vshrq_n_u32(tmp, 16); in repeat4()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 297 const uint32x4_t n_1 = vshrq_n_u32(two_n, kShiftExponentIntoTopMantissa); in vpowq_f32()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 841 return c ? vreinterpretq_s64_u32(vshrq_n_u32(vreinterpretq_u32_s64(a), c)) in v128_shr_n_u32()
|
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 827 t_u32x4 = vshrq_n_u32( t_u32x4, 5 ); in silk_noise_shape_quantizer_del_dec_neon()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1038 _NEON2SSESTORAGE uint32x4_t vshrq_n_u32(uint32x4_t a, __constrange(1,32) int b); // VSHR.U32 q0,q0,… 7662 _NEON2SSESTORAGE uint32x4_t vshrq_n_u32(uint32x4_t a, __constrange(1,32) int b); // VSHR.U32 q0,q0,… 7663 #define vshrq_n_u32 _mm_srli_epi32 macro 8061 shift = vshrq_n_u32(b, c); 8589 …r32 = vshrq_n_u32(a,b); //after right shift b>=1 unsigned var fits into signed range, so we could… 8749 …r32 = vshrq_n_u32(a,b); //after right shift b>=1 unsigned var fits into signed range, so we could… 9063 b_shift = vshrq_n_u32( b, c); // c zeros on the left in b due to logical shift 9064 a_c = vshrq_n_u32( a, (32 - c));
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 5481 return vshrq_n_u32(a, 3); in test_vshrq_n_u32()
|
D | arm_neon_intrinsics.c | 17365 return vshrq_n_u32(a, 1); in test_vshrq_n_u32()
|