FFmpeg
|
X-Face encoder, based on libcompface, by James Ashton. More...
Go to the source code of this file.
Data Structures | |
struct | XFaceContext |
struct | ProbRangesQueue |
Functions | |
static int | all_same (char *bitmap, int w, int h) |
static int | all_black (char *bitmap, int w, int h) |
static int | all_white (char *bitmap, int w, int h) |
static int | pq_push (ProbRangesQueue *pq, const ProbRange *p) |
static void | push_greys (ProbRangesQueue *pq, char *bitmap, int w, int h) |
static void | encode_block (char *bitmap, int w, int h, int level, ProbRangesQueue *pq) |
static av_cold int | xface_encode_init (AVCodecContext *avctx) |
static void | push_integer (BigInt *b, const ProbRange *prange) |
static int | xface_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static av_cold int | xface_encode_close (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_xface_encoder |
X-Face encoder, based on libcompface, by James Ashton.
Definition in file xfaceenc.c.
|
static |
Definition at line 38 of file xfaceenc.c.
Referenced by all_white().
|
static |
Definition at line 55 of file xfaceenc.c.
Referenced by encode_block().
|
static |
Definition at line 70 of file xfaceenc.c.
Referenced by encode_block().
|
inlinestatic |
Definition at line 80 of file xfaceenc.c.
Referenced by encode_block(), and push_greys().
|
static |
Definition at line 88 of file xfaceenc.c.
Referenced by encode_block().
|
static |
Definition at line 107 of file xfaceenc.c.
Referenced by xface_encode_frame().
|
static |
Definition at line 126 of file xfaceenc.c.
Definition at line 136 of file xfaceenc.c.
Referenced by xface_encode_frame().
|
static |
Definition at line 145 of file xfaceenc.c.
|
static |
Definition at line 221 of file xfaceenc.c.
AVCodec ff_xface_encoder |
Definition at line 228 of file xfaceenc.c.