Home
last modified time | relevance | path

Searched defs:NEG_USR32 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dmathops.h123 #define NEG_USR32 NEG_USR32 macro
124 static inline uint32_t NEG_USR32(uint32_t a, int8_t s){ in NEG_USR32() function
/third_party/ffmpeg/libavcodec/
Dmathops.h166 # define NEG_USR32(a,s) (((uint32_t)(a))>>(32-(s))) macro