Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dycbcr.c24 static int abs(int v) { return (v < 0 ? -v : v); } in abs() function
60 , abs(AbseRtotal - preveRtotal), eRtotal , AbseRtotal in main()
61 , abs(AbseGtotal - preveGtotal), eGtotal , AbseGtotal in main()
62 , abs(AbseBtotal - preveBtotal), eBtotal , AbseBtotal in main()
140 if (abs(eR) > 1 || abs(eG) > 1 || abs(eB) > 1) { in check()
155 AbseRtotal += abs(eR); in check()
156 AbseGtotal += abs(eG); in check()
157 AbseBtotal += abs(eB); in check()
160 eBits += abs(eR) + abs(eG) + abs(eB); in check()
/libtiff-4.0.7/config/
H A Dltmain.sh10834 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
10835 *) abs=`pwd`"/$lib" ;;
10837 func_append newdlfiles " $abs"
10843 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
10844 *) abs=`pwd`"/$lib" ;;
10846 func_append newdlprefiles " $abs"