Searched defs:TOSIGNED (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | proresdec2.c | 463 #define TOSIGNED(x) (((x) >> 1) ^ (-((x) & 1))) macro |
H A D | g2meet.c | 492 #define TOSIGNED(val) (((val) >> 1) ^ -((val) & 1)) macro |
Completed in 7 milliseconds