Home
last modified time | relevance | path

Searched refs:vsub_u16 (Results 1 – 10 of 10) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dentropy_decoder.cc182 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/
DSkBitmapProcState_opts.h285 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in filter_and_scale_by_alpha()
/external/skia/src/opts/
DSkBitmapProcState_opts.h420 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in filter_and_scale_by_alpha()
/external/skia/include/private/
DSkNx_neon.h334 AI SkNx operator - (const SkNx& o) const { return vsub_u16(fVec, o.fVec); }
/external/skqp/include/private/
DSkNx_neon.h356 AI SkNx operator - (const SkNx& o) const { return vsub_u16(fVec, o.fVec); }
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c190 return vsub_u16(v1, v2); in test_vsub_u16()
Darm_neon_intrinsics.c19438 return vsub_u16(a, b); in test_vsub_u16()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c187 return vsub_u16(v1, v2); in test_vsub_u16()
Darm_neon_intrinsics.c21925 return vsub_u16(a, b); in test_vsub_u16()
/external/neon_2_sse/
DNEON_2_SSE.h642 _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