Searched refs:vsub_u16 (Results 1 – 10 of 10) sorted by relevance
/external/libgav1/libgav1/src/utils/ |
D | entropy_decoder.cc | 182 const int16x4_t diff = vreinterpret_s16_u16(vsub_u16(a, cdf_vec)); in UpdateCdf5() 184 const uint16x4_t cdf_offset = vsub_u16(cdf_vec, mask); in UpdateCdf5() 859 cdf_vec = vsub_u16(cdf_vec, delta); in ReadSymbol3Or4() 938 vreinterpret_s16_u16(vsub_u16(cdf_max_probability, cdf_vec)); in ReadSymbol3Or4()
|
/external/skqp/src/opts/ |
D | SkBitmapProcState_opts.h | 285 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in filter_and_scale_by_alpha()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 420 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in filter_and_scale_by_alpha()
|
/external/skia/include/private/ |
D | SkNx_neon.h | 334 AI SkNx operator - (const SkNx& o) const { return vsub_u16(fVec, o.fVec); }
|
/external/skqp/include/private/ |
D | SkNx_neon.h | 356 AI SkNx operator - (const SkNx& o) const { return vsub_u16(fVec, o.fVec); }
|
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-intrinsics.c | 190 return vsub_u16(v1, v2); in test_vsub_u16()
|
D | arm_neon_intrinsics.c | 19438 return vsub_u16(a, b); in test_vsub_u16()
|
/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 21925 return vsub_u16(a, b); in test_vsub_u16()
|
D | aarch64-neon-intrinsics.c | 187 return vsub_u16(v1, v2); in test_vsub_u16()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 642 _NEON2SSESTORAGE uint16x4_t vsub_u16(uint16x4_t a, uint16x4_t b); // VSUB.I16 d0,d0,d0 4408 _NEON2SSESTORAGE uint16x4_t vsub_u16(uint16x4_t a, uint16x4_t b); // VSUB.I16 d0,d0,d0 4409 #define vsub_u16 vsub_s16 macro
|