#include <inttypes.h>
#include "libavutil/common.h"
Go to the source code of this file.
Defines | |
#define | likely(x) (x) |
#define | unlikely(x) (x) |
#define | AMASK_BWX (1 << 0) |
#define | AMASK_FIX (1 << 1) |
#define | AMASK_CIX (1 << 2) |
#define | AMASK_MVI (1 << 8) |
#define | sextw(x) ((int16_t) (x)) |
Functions | |
static uint64_t | BYTE_VEC (uint64_t x) |
static uint64_t | WORD_VEC (uint64_t x) |
#define AMASK_MVI (1 << 8) |
#define sextw | ( | x | ) | ((int16_t) (x)) |