Home
last modified time | relevance | path

Searched refs:vmax (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/arm/neon/
Dloopfilter_neon.asm322 vmax.u8 q11, q11, q12
323 vmax.u8 q12, q13, q14
324 vmax.u8 q3, q3, q4
325 vmax.u8 q15, q11, q12
330 vmax.u8 q15, q15, q3
Dmbloopfilter_neon.asm385 vmax.u8 q11, q11, q12
386 vmax.u8 q12, q13, q14
387 vmax.u8 q3, q3, q0
388 vmax.u8 q15, q11, q12
395 vmax.u8 q15, q15, q3
/external/qemu/hw/
Dusb-hid.c497 static inline int int_clamp(int val, int vmin, int vmax) in int_clamp() argument
501 else if (val > vmax) in int_clamp()
502 return vmax; in int_clamp()