Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresdec2.c463 #define TOSIGNED(x) (((x) >> 1) ^ (-((x) & 1))) macro
H A Dg2meet.c492 #define TOSIGNED(val) (((val) >> 1) ^ -((val) & 1)) macro

Completed in 7 milliseconds