FFmpeg
|
Go to the source code of this file.
Macros | |
#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) |
Definition at line 40 of file asm.h.
Referenced by ff_dsputil_init_alpha().
#define sextw | ( | x | ) | ((int16_t) (x)) |
Definition at line 56 of file asm.h.
Referenced by idct_row().
|
inlinestatic |
Definition at line 42 of file asm.h.
Referenced by avg2(), avg2_no_rnd(), and avg4().
|
inlinestatic |
Definition at line 49 of file asm.h.
Referenced by dct_unquantize_h263_axp().