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