HomeSort by relevance Sort by last modified time
    Searched refs:ABS (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-abs.sh 11 ABS OUT[0], TEMP[0]
frag-lrp.sh 8 ABS TEMP[0], IN[0]
frag-tempx.sh 12 ABS OUT[0], TEMPX[0][1]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-abs.sh 11 ABS OUT[0], TEMP[0]
frag-lrp.sh 8 ABS TEMP[0], IN[0]
frag-tempx.sh 12 ABS OUT[0], TEMPX[0][1]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-abs.sh 12 ABS OUT[0], TEMP[0]
vert-lrp.sh 10 ABS TEMP[0], IN[0]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-abs.sh 12 ABS OUT[0], TEMP[0]
vert-lrp.sh 10 ABS TEMP[0], IN[0]
  /external/libhevc/common/
ihevc_deblk_edge_filter.c 141 dq0 = ABS(pu1_src[2] - 2 * pu1_src[1] + pu1_src[0]);
142 dq3 = ABS(pu1_src[3 * src_strd + 2] - 2 * pu1_src[3 * src_strd + 1]
144 dp0 = ABS(pu1_src[-3] - 2 * pu1_src[-2] + pu1_src[-1]);
145 dp3 = ABS(pu1_src[3 * src_strd - 3] - 2 * pu1_src[3 * src_strd - 2]
164 && (ABS(pu1_src[3] - pu1_src[0]) + ABS(pu1_src[-1] - pu1_src[-4])
166 && ABS(pu1_src[0] - pu1_src[-1]) < ((5 * tc + 1) >> 1))
174 && (ABS(pu1_src[3] - pu1_src[0]) + ABS(pu1_src[-1] - pu1_src[-4])
176 && ABS(pu1_src[0] - pu1_src[-1]) < ((5 * tc + 1) >> 1)
    [all...]
  /external/eigen/lapack/
dlapy3.f 90 INTRINSIC ABS, MAX, SQRT
94 XABS = ABS( X )
95 YABS = ABS( Y )
96 ZABS = ABS( Z )
slapy3.f 90 INTRINSIC ABS, MAX, SQRT
94 XABS = ABS( X )
95 YABS = ABS( Y )
96 ZABS = ABS( Z )
dladiv.f 108 INTRINSIC ABS
112 IF( ABS( D ).LT.ABS( C ) ) THEN
dlapy2.f 87 INTRINSIC ABS, MAX, MIN, SQRT
91 XABS = ABS( X )
92 YABS = ABS( Y )
sladiv.f 108 INTRINSIC ABS
112 IF( ABS( D ).LT.ABS( C ) ) THEN
slapy2.f 87 INTRINSIC ABS, MAX, MIN, SQRT
91 XABS = ABS( X )
92 YABS = ABS( Y )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 347 else if ( (ABS(mv1 - mv2) >= 4) || (ABS(mv3 - mv4) >= 4) ||
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
403 (ABS(mb1->mv[ind1].hor - mb2->mv[ind2].hor) >= 4) ||
404 (ABS(mb1->mv[ind1].ver - mb2->mv[ind2].ver) >= 4))
437 else if ((ABS(mb1->mv[0].hor - mb2->mv[10].hor) >= 4) ||
438 (ABS(mb1->mv[0].ver - mb2->mv[10].ver) >= 4) ||
449 else if ((ABS(mb1->mv[1].hor - mb2->mv[11].hor) >= 4) ||
450 (ABS(mb1->mv[1].ver - mb2->mv[11].ver) >= 4) |
    [all...]
  /system/core/libutils/
LinearTransform.cpp 26 template<class T> static inline T ABS(T x) { return (x < 0) ? -x : x; }
127 // Compute abs(val - basis_64). Keep track of whether or not this delta
141 invert_frac ? D : ABS(N),
142 invert_frac ? ABS(N) : D,
148 // underflow unless ABS(basis2) is large enough to pull us back into the
157 if (ABS(basis2) <= static_cast<int64_t>(scaled & INT64_MAX))
  /external/chromium_org/third_party/speex/libspeex/
ltp.h 46 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR16(g[2],1)))
48 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -.5*g[0]) + (g[2]>0 ? g[2] : -.5*g[2]))
  /external/speex/libspeex/
ltp.h 46 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -SHR16(g[0],1)) + (g[2]>0 ? g[2] : -SHR16(g[2],1)))
48 #define gain_3tap_to_1tap(g) (ABS(g[1]) + (g[0]>0 ? g[0] : -.5*g[0]) + (g[2]>0 ? g[2] : -.5*g[2]))
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 94 #ifndef ABS
95 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 82 #ifndef ABS
83 #define ABS(x) (((x)>=0)?(x):-(x))

Completed in 376 milliseconds

1 2 3 4 5