Home
last modified time | relevance | path

Searched refs:vcle_u16 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/aom_dsp/arm/
Dloopfilter_neon.c47 temp0_16x4 = vcle_u16(temp0_16x4, blimit_16x4); in lpf_mask()
77 temp0_16x4 = vcle_u16(temp0_16x4, blimit_16x4); in lpf_mask2()
141 temp0_16x4 = vcle_u16(temp0_16x4, blimit_16x4); in lpf_mask3_chroma()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c2275 return vcle_u16(v1, v2); in test_vcle_u16()
Darm_neon_intrinsics.c1837 return vcle_u16(a, b); in test_vcle_u16()
/external/neon_2_sse/
DNEON_2_SSE.h751 _NEON2SSESTORAGE uint16x4_t vcle_u16(uint16x4_t a, uint16x4_t b); // VCGE.U16 d0, d0, d0
5296 _NEON2SSESTORAGE uint16x4_t vcle_u16(uint16x4_t a, uint16x4_t b); // VCGE.s16 d0, d0, d0
5297 #define vcle_u16(a,b) vcge_u16(b,a) macro