Home
last modified time | relevance | path

Searched defs:AV_RB16 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/tomi/
Dintreadwrite.h29 #define AV_RB16 AV_RB16 macro
30 static av_always_inline uint16_t AV_RB16(const void *p) in AV_RB16() function
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h53 #define AV_RB16 AV_RB16 macro
54 static av_always_inline uint16_t AV_RB16(const void *p) in AV_RB16() function
/third_party/ffmpeg/libavutil/ppc/
Dintreadwrite.h38 #define AV_RB16 av_read_bswap16 macro
/third_party/ffmpeg/libavcodec/
Drawdec.c163 MKSCALE16(scale16be, AV_RB16, AV_WB16) in MKSCALE16() argument
/third_party/ffmpeg/libavutil/
Dintreadwrite.h90 # define AV_RB16(p) AV_RN16(p) macro
240 # define AV_RB16(x) \ macro
402 # define AV_RB16(p) AV_RB(16, p) macro