FFmpeg
|
X-Face common data and utilities definition. More...
Go to the source code of this file.
Macros | |
#define | GEN(table) dst[h] ^= (table[k>>3]>>(7-(k&7)))&1 |
Functions | |
void | ff_big_add (BigInt *b, uint8_t a) |
Add a to b storing the result in b. More... | |
void | ff_big_div (BigInt *b, uint8_t a, uint8_t *r) |
Divide b by a storing the result in b and the remainder in the word pointed to by r. More... | |
void | ff_big_mul (BigInt *b, uint8_t a) |
Multiply a by b storing the result in b. More... | |
void | ff_xface_generate_face (uint8_t *dst, uint8_t *const src) |
Variables | |
const ProbRange | ff_xface_probranges_per_level [4][3] |
const ProbRange | ff_xface_probranges_2x2 [16] |
static const uint8_t | g_00 [] |
static const uint8_t | g_01 [] |
static const uint8_t | g_02 [] |
static const uint8_t | g_10 [] |
static const uint8_t | g_20 [] |
static const uint8_t | g_30 [] |
static const uint8_t | g_40 [] |
static const uint8_t | g_11 [] |
static const uint8_t | g_21 [] |
static const uint8_t | g_31 [] |
static const uint8_t | g_41 [] |
static const uint8_t | g_12 [] |
static const uint8_t | g_22 [] |
static const uint8_t | g_32 [] |
static const uint8_t | g_42 [] |
X-Face common data and utilities definition.
Definition in file xface.c.
Referenced by ff_xface_generate_face().
Add a to b storing the result in b.
Definition at line 31 of file xface.c.
Referenced by pop_integer(), push_integer(), and xface_decode_frame().
Divide b by a storing the result in b and the remainder in the word pointed to by r.
Definition at line 54 of file xface.c.
Referenced by pop_integer(), push_integer(), and xface_encode_frame().
Multiply a by b storing the result in b.
Definition at line 93 of file xface.c.
Referenced by pop_integer(), push_integer(), and xface_decode_frame().
Definition at line 286 of file xface.c.
Referenced by xface_decode_frame(), and xface_encode_frame().
const ProbRange ff_xface_probranges_per_level[4][3] |
Definition at line 129 of file xface.c.
Referenced by decode_block(), and encode_block().
const ProbRange ff_xface_probranges_2x2[16] |
Definition at line 137 of file xface.c.
Referenced by pop_greys(), and push_greys().
|
static |
Definition at line 153 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 208 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 213 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 217 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 227 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 231 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 238 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 254 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 258 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 262 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 266 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 270 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 274 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 278 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 282 of file xface.c.
Referenced by ff_xface_generate_face().