|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | XFaceContext |
Functions | |
| static int | pop_integer (BigInt *b, const ProbRange *pranges) |
| static void | pop_greys (BigInt *b, char *bitmap, int w, int h) |
| static void | decode_block (BigInt *b, char *bitmap, int w, int h, int level) |
| static av_cold int | xface_decode_init (AVCodecContext *avctx) |
| static int | xface_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
Variables | |
| const FFCodec | ff_xface_decoder |
X-Face decoder, based on libcompface, by James Ashton.
Definition in file xfacedec.c.
Definition at line 32 of file xfacedec.c.
Referenced by decode_block(), and pop_greys().
|
static |
Definition at line 50 of file xfacedec.c.
Referenced by decode_block().
|
static |
Definition at line 68 of file xfacedec.c.
Referenced by xface_decode_frame().
|
static |
Definition at line 92 of file xfacedec.c.
|
static |
Definition at line 110 of file xfacedec.c.
| const FFCodec ff_xface_decoder |
Definition at line 176 of file xfacedec.c.
1.8.17