#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
Go to the source code of this file.
Defines | |
#define | bswap_16 bswap_16 |
#define | bswap_32 bswap_32 |
Functions | |
static av_always_inline av_const uint16_t | bswap_16 (uint16_t x) |
static av_always_inline av_const uint32_t | bswap_32 (uint32_t x) |
Definition in file bswap.h.
#define bswap_16 bswap_16 |
Definition at line 31 of file bswap.h.
Referenced by bswap16_buf(), bswap_buf16(), dca_convert_bitstream(), ff_yuv2rgb_c_init_tables(), get_le16(), imc_decode_frame(), mtv_read_packet(), output_frame_end(), output_frame_footer(), palette8tobgr16(), planarCopyWrapper(), and smka_decode_frame().
static av_always_inline av_const uint16_t bswap_16 | ( | uint16_t | x | ) | [static] |
static av_always_inline av_const uint32_t bswap_32 | ( | uint32_t | x | ) | [static] |