| 
    FFmpeg
    
   | 
 
X-Face decoder, based on libcompface, by James Ashton. More...
#include "libavutil/pixdesc.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"#include "xface.h"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, void *data, int *got_frame, AVPacket *avpkt) | 
Variables | |
| AVCodec | ff_xface_decoder | 
X-Face decoder, based on libcompface, by James Ashton.
Definition in file xfacedec.c.
Definition at line 33 of file xfacedec.c.
Referenced by decode_block(), and pop_greys().
Definition at line 51 of file xfacedec.c.
Referenced by decode_block().
Definition at line 69 of file xfacedec.c.
Referenced by xface_decode_frame().
      
  | 
  static | 
Definition at line 93 of file xfacedec.c.
      
  | 
  static | 
Definition at line 111 of file xfacedec.c.
| AVCodec ff_xface_decoder | 
Definition at line 179 of file xfacedec.c.
 1.8.6