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

/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h46 #define AVC_SIGN0(x) (((x)<0)? -1 : (((x)>0) ? 1 : 0)) macro

Completed in 34 milliseconds