Searched defs:AV_RB16 (Results 1 – 5 of 5) sorted by relevance
29 #define AV_RB16 AV_RB16 macro30 static av_always_inline uint16_t AV_RB16(const void *p) in AV_RB16() function
53 #define AV_RB16 AV_RB16 macro54 static av_always_inline uint16_t AV_RB16(const void *p) in AV_RB16() function
38 #define AV_RB16 av_read_bswap16 macro
163 MKSCALE16(scale16be, AV_RB16, AV_WB16) in MKSCALE16() argument
90 # define AV_RB16(p) AV_RN16(p) macro240 # define AV_RB16(x) \ macro402 # define AV_RB16(p) AV_RB(16, p) macro