| 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 void | push_integer (BigInt *b, const ProbRange *prange) | 
| static int | xface_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) | 
| Variables | |
| AVCodec | ff_xface_encoder | 
X-Face encoder, based on libcompface, by James Ashton.
Definition in file xfaceenc.c.
Definition at line 39 of file xfaceenc.c.
Referenced by all_white().
Definition at line 56 of file xfaceenc.c.
Referenced by encode_block().
Definition at line 71 of file xfaceenc.c.
Referenced by encode_block().
| 
 | inlinestatic | 
Definition at line 81 of file xfaceenc.c.
Referenced by encode_block(), and push_greys().
| 
 | static | 
Definition at line 89 of file xfaceenc.c.
Referenced by encode_block().
| 
 | static | 
Definition at line 108 of file xfaceenc.c.
Referenced by xface_encode_frame().
Definition at line 127 of file xfaceenc.c.
Referenced by xface_encode_frame().
| 
 | static | 
Definition at line 136 of file xfaceenc.c.
| AVCodec ff_xface_encoder | 
Definition at line 214 of file xfaceenc.c.
 1.8.6
 1.8.6