|
FFmpeg
|
byte swapping routines More...
Go to the source code of this file.
Macros | |
| #define | AV_BSWAP16C(x) |
| #define | AV_BSWAP32C(x) |
| #define | AV_BSWAP64C(x) |
| #define | AV_BSWAPC(s, x) |
| #define | av_be2ne16(x) |
| #define | av_be2ne32(x) |
| #define | av_be2ne64(x) |
| #define | av_le2ne16(x) |
| #define | av_le2ne32(x) |
| #define | av_le2ne64(x) |
| #define | AV_BE2NEC(s, x) |
| #define | AV_LE2NEC(s, x) |
| #define | AV_BE2NE16C(x) |
| #define | AV_BE2NE32C(x) |
| #define | AV_BE2NE64C(x) |
| #define | AV_LE2NE16C(x) |
| #define | AV_LE2NE32C(x) |
| #define | AV_LE2NE64C(x) |
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) |
| static uint64_t av_const | av_bswap64 (uint64_t x) |
byte swapping routines
Definition in file bswap.h.
| #define AV_BSWAP16C | ( | x | ) |
Definition at line 47 of file bswap.h.
Referenced by ff_spdif_probe(), and ff_spdif_read_packet().
| #define AV_BSWAP32C | ( | x | ) |
Definition at line 48 of file bswap.h.
Referenced by av_bswap32().
| #define AV_BSWAP64C | ( | x | ) |
| #define AV_BSWAPC | ( | s, | |
| x ) |
| #define av_be2ne16 | ( | x | ) |
| #define av_be2ne32 | ( | x | ) |
Definition at line 89 of file bswap.h.
Referenced by av_base64_decode(), decode_bytes(), decode_frame(), decode_frame(), and parse_ifo_palette().
| #define av_be2ne64 | ( | x | ) |
Definition at line 90 of file bswap.h.
Referenced by av_sha512_final(), av_sha_final(), and get_packetheader().
| #define av_le2ne16 | ( | x | ) |
Definition at line 91 of file bswap.h.
Referenced by lowpass_line_c_16(), and lowpass_line_complex_c_16().
| #define av_le2ne32 | ( | x | ) |
Definition at line 92 of file bswap.h.
Referenced by av_crc(), decode_frame(), decode_row(), extract_header(), and verify_plane_checksum().
| #define av_le2ne64 | ( | x | ) |
Definition at line 93 of file bswap.h.
Referenced by av_md5_final(), av_ripemd_final(), and ff_asfcrypt_dec().
| #define AV_BE2NEC | ( | s, | |
| x ) |
| #define AV_BE2NE16C | ( | x | ) |
| #define AV_BE2NE32C | ( | x | ) |
| #define AV_LE2NE16C | ( | x | ) |
|
static |
|
static |