Searched refs:vbslq_u16 (Results 1 – 10 of 10) sorted by relevance
/external/libgav1/libgav1/src/utils/ |
D | entropy_decoder.cc | 202 const uint16x8_t a = vbslq_u16(mask, cdf_max_probability, zero); in UpdateCdf7To9() 236 const uint16x8_t a = vbslq_u16(mask, cdf_max_probability, zero); in UpdateCdf11() 271 uint16x8_t a = vbslq_u16(mask, cdf_max_probability, zero); in UpdateCdf13() 280 a = vbslq_u16(mask, cdf_max_probability, zero); in UpdateCdf13() 302 uint16x8_t a = vbslq_u16(mask, cdf_max_probability, zero); in UpdateCdf16() 312 a = vbslq_u16(mask, cdf_max_probability, zero); in UpdateCdf16()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 144 return vbslq_u16(flat, vrshrq_n_u16(*sum, 4), in); in apply_15_tap_filter_kernel() 182 *op2 = vbslq_u16(flat, *op2, p2); in apply_7_tap_filter() 183 *op1 = vbslq_u16(flat, tp1, *op1); in apply_7_tap_filter() 184 *op0 = vbslq_u16(flat, tp0, *op0); in apply_7_tap_filter() 185 *oq0 = vbslq_u16(flat, tq0, *oq0); in apply_7_tap_filter() 186 *oq1 = vbslq_u16(flat, tq1, *oq1); in apply_7_tap_filter() 187 *oq2 = vbslq_u16(flat, *oq2, q2); in apply_7_tap_filter() 213 *op6 = vbslq_u16(flat2, vrshrq_n_u16(sum, 4), p6); in apply_15_tap_filter()
|
/external/llvm/test/CodeGen/AArch64/ |
D | fp16-vector-shuffle.ll | 18 ; float16x8_t select_128(float16x8_t a, float16x8_t b, uint16x8_t c) { return vbslq_u16(c, a, b); }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | fp16-vector-shuffle.ll | 18 ; float16x8_t select_128(float16x8_t a, float16x8_t b, uint16x8_t c) { return vbslq_u16(c, a, b); }
|
/external/skia/include/private/ |
D | SkNx_neon.h | 420 return vbslq_u16(fVec, t.fVec, e.fVec); in thenElse()
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 420 return vbslq_u16(fVec, t.fVec, e.fVec); in thenElse()
|
/external/psimd/include/ |
D | psimd.h | 724 return (psimd_u16) vbslq_u16((uint16x8_t) mask, (uint16x8_t) a, (uint16x8_t) b); in psimd_blend_u16()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 1276 return vbslq_u16(v1, v2, v3); in test_vbslq_u16()
|
D | arm_neon_intrinsics.c | 1290 return vbslq_u16(a, b, c); in test_vbslq_u16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2210 _NEON2SSESTORAGE uint16x8_t vbslq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c); // VBSL q0,q0,q0 15626 _NEON2SSESTORAGE uint16x8_t vbslq_u16(uint16x8_t a, uint16x8_t b, uint16x8_t c); // VBSL q0,q0,q0 15627 #define vbslq_u16 vbslq_s8 macro
|