HomeSort by relevance Sort by last modified time
    Searched refs:vmax (Results 1 - 11 of 11) sorted by null

  /external/llvm/test/MC/ARM/
neon-minmax-encoding.s 31 @ CHECK: vmax.s8 d16, d16, d17 @ encoding: [0xa1,0x06,0x40,0xf2]
32 vmax.s8 d16, d16, d17
33 @ CHECK: vmax.s16 d16, d16, d17 @ encoding: [0xa1,0x06,0x50,0xf2]
34 vmax.s16 d16, d16, d17
35 @ CHECK: vmax.s32 d16, d16, d17 @ encoding: [0xa1,0x06,0x60,0xf2]
36 vmax.s32 d16, d16, d17
37 @ CHECK: vmax.u8 d16, d16, d17 @ encoding: [0xa1,0x06,0x40,0xf3]
38 vmax.u8 d16, d16, d17
39 @ CHECK: vmax.u16 d16, d16, d17 @ encoding: [0xa1,0x06,0x50,0xf3]
40 vmax.u16 d16, d16, d1
    [all...]
neont2-minmax-encoding.s 33 @ CHECK: vmax.s8 d16, d16, d17 @ encoding: [0x40,0xef,0xa1,0x06]
34 vmax.s8 d16, d16, d17
35 @ CHECK: vmax.s16 d16, d16, d17 @ encoding: [0x50,0xef,0xa1,0x06]
36 vmax.s16 d16, d16, d17
37 @ CHECK: vmax.s32 d16, d16, d17 @ encoding: [0x60,0xef,0xa1,0x06]
38 vmax.s32 d16, d16, d17
39 @ CHECK: vmax.u8 d16, d16, d17 @ encoding: [0x40,0xff,0xa1,0x06]
40 vmax.u8 d16, d16, d17
41 @ CHECK: vmax.u16 d16, d16, d17 @ encoding: [0x50,0xff,0xa1,0x06]
42 vmax.u16 d16, d16, d1
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 72 float value, vmin, vmax, vl, bsize, vc; local
135 vmax = -1000;
156 if( value > vmax )
157 vmax = value;
170 vl = vmax - vmin;
216 hand_right = vmax - (nbins - right - 1) * bsize;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
360 vmax = -1000;
396 if(value > vmax) vmax = value
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 94 vmax.u16 q0, q0, q1 ;find maximum value in q0, q1
95 vmax.u16 d0, d0, d1
101 vmax.u32 d0, d0, d1
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 322 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
mbloopfilter_neon.asm 385 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/opencv/cv/src/
cvcolor.cpp 1461 float vmin, vmax, diff; local
    [all...]
  /external/qemu/hw/
usb-hid.c 497 static inline int int_clamp(int val, int vmin, int vmax)
501 else if (val > vmax)
502 return vmax;
  /external/valgrind/main/none/tests/arm/
neon128.stdout.exp     [all...]
neon64.stdout.exp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 277 milliseconds