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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h43 #define PV_SIGN0(a) (((a)<0)? -1 : (((a)>0) ? 1 : 0)) macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h115 #define PV_SIGN0(a) (((a)<0)? -1 : (((a)>0) ? 1 : 0)) macro

Completed in 62 milliseconds