Searched refs:ABS (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.c347 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(mb
[all...]
H A Dh264bsd_util.h133 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c73 t0=ABS(t0);
74 t1=ABS(t1);
75 t2=ABS(t2);
76 t3=ABS(t3);
146 t0=ABS(t0);
147 t1=ABS(t1);
148 t2=ABS(t2);
149 t3=ABS(t3);
214 t0=ABS(t0);
215 t1=ABS(t
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp872 #define ABS(a) ((a)<0?-(a):(a)) macro
939 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
940 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
941 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp228 #define ABS(a) ((a)<0?-(a):(a)) macro
265 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation);
266 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation);
267 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation);
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasic_op.h33 #define ABS(a) ((a) >= 0) ? (a) : (-(a)) macro

Completed in 249 milliseconds