Searched refs:vorrq_s16 (Results 1 – 9 of 9) sorted by relevance
/external/gemmlowp/fixedpoint/ |
D | fixedpoint_neon.h | 54 return vorrq_s16(a, b); 253 a = vorrq_s16(a, vextq_s16(a, a, 1)); 254 a = vorrq_s16(a, vextq_s16(a, a, 2)); 255 a = vorrq_s16(a, vextq_s16(a, a, 4));
|
/external/libjpeg-turbo/simd/arm/ |
D | jidctfst-neon.c | 84 int16x8_t bitmap = vorrq_s16(row1, row2); in jsimd_idct_ifast_neon() 85 bitmap = vorrq_s16(bitmap, row3); in jsimd_idct_ifast_neon() 86 bitmap = vorrq_s16(bitmap, row4); in jsimd_idct_ifast_neon() 87 bitmap = vorrq_s16(bitmap, row5); in jsimd_idct_ifast_neon() 88 bitmap = vorrq_s16(bitmap, row6); in jsimd_idct_ifast_neon() 89 bitmap = vorrq_s16(bitmap, row7); in jsimd_idct_ifast_neon()
|
D | jidctred-neon.c | 216 int16x8_t bitmap = vorrq_s16(row1, row2); in jsimd_idct_4x4_neon() 217 bitmap = vorrq_s16(bitmap, row3); in jsimd_idct_4x4_neon() 218 bitmap = vorrq_s16(bitmap, row5); in jsimd_idct_4x4_neon() 219 bitmap = vorrq_s16(bitmap, row6); in jsimd_idct_4x4_neon() 220 bitmap = vorrq_s16(bitmap, row7); in jsimd_idct_4x4_neon()
|
/external/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 225 vorrq_s16(vshlq_n_s16(vqdmulhq_s16(v_tmp, v_quant), 1), in quantize_fp_logscale2_8() 233 vorrq_s16(vshlq_n_s16(vqdmulhq_s16(v_tmp2, v_dequant), 13), in quantize_fp_logscale2_8() 796 vorrq_s16(vshlq_n_s16(vqdmulhq_s16(vtmp2, vdequant), 13), v_deq_abs); in aom_quantize_b_helper_64x64_neon() 855 vorrq_s16(vshlq_n_s16(vqdmulhq_s16(vtmp2, vdequant), 13), v_deq_abs); in aom_quantize_b_helper_64x64_neon()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-3v.c | 144 return vorrq_s16(a, b); in test_vorrq_s16()
|
D | arm_neon_intrinsics.c | 11053 return vorrq_s16(a, b); in test_vorrq_s16()
|
/external/libaom/aom_dsp/arm/ |
D | intrapred_neon.c | 1474 base_y_c256.val[0] = vorrq_s16( in dr_prediction_z2_HxW_neon() 1478 base_y_c256.val[1] = vorrq_s16( in dr_prediction_z2_HxW_neon()
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 1515 { return vorrq_s16(a,b); }
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2135 _NEON2SSESTORAGE int16x8_t vorrq_s16(int16x8_t a, int16x8_t b); // VORR q0,q0,q0 15290 _NEON2SSESTORAGE int16x8_t vorrq_s16(int16x8_t a, int16x8_t b); // VORR q0,q0,q0 15291 #define vorrq_s16 _mm_or_si128 macro
|