Home
last modified time | relevance | path

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

/external/libavc/common/
Dih264_trans_macros.h111 shft = SIGNXY(shft,x))
Dih264_macros.h99 #define SIGNXY(x,y) (((y) < 0) ? (-1 * (x)) : (x)) macro