FFmpeg
|
X-Face common data and utilities definition. More...
#include "xface.h"
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. | |
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. | |
void | ff_big_mul (BigInt *b, uint8_t a) |
Multiply a by b storing the result in b. | |
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 29 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 51 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 90 of file xface.c.
Referenced by pop_integer(), push_integer(), and xface_decode_frame().
Definition at line 281 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 124 of file xface.c.
Referenced by decode_block(), and encode_block().
const ProbRange ff_xface_probranges_2x2[16] |
Definition at line 132 of file xface.c.
Referenced by pop_greys(), and push_greys().
|
static |
Definition at line 148 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 203 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 212 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 222 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 226 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 233 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 249 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 253 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 257 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 261 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 265 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 269 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 273 of file xface.c.
Referenced by ff_xface_generate_face().
|
static |
Definition at line 277 of file xface.c.
Referenced by ff_xface_generate_face().