AV_RB16            71 libavutil/intreadwrite.h #  define AV_RB16(x)    AV_RN16(x)
AV_RB16            89 libavutil/intreadwrite.h #  define AV_RB16(x)    bswap_16(AV_RN16(x))
AV_RB16           108 libavutil/intreadwrite.h #define AV_RB16(x)  ((((const uint8_t*)(x))[0] << 8) | ((const uint8_t*)(x))[1])