TOSIGNED          278 libavcodec/proresdec2.c #define TOSIGNED(x) (((x) >> 1) ^ (-((x) & 1)))
TOSIGNED          340 libavcodec/proresdec_lgpl.c #define TOSIGNED(x) (((x) >> 1) ^ LSB2SIGN(x))