Searched defs:SIGNXY (Results 1 - 1 of 1) sorted by relevance

/external/libavc/common/
H A Dih264_macros.h99 #define SIGNXY(x,y) (((y) < 0) ? (-1 * (x)) : (x)) macro

Completed in 544 milliseconds