| 
    FFmpeg
    
   | 
 
#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "avcodec.h"#include "bytestream.h"#include "codec_internal.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | XanContext | 
Functions | |
| static av_cold int | xan_decode_end (AVCodecContext *avctx) | 
| static av_cold int | xan_decode_init (AVCodecContext *avctx) | 
| static int | xan_unpack_luma (XanContext *s, uint8_t *dst, const int dst_size) | 
| static int | xan_unpack (XanContext *s, uint8_t *dest, const int dest_len) | 
| static int | xan_decode_chroma (AVCodecContext *avctx, unsigned chroma_off) | 
| static int | xan_decode_frame_type0 (AVCodecContext *avctx) | 
| static int | xan_decode_frame_type1 (AVCodecContext *avctx) | 
| static int | xan_decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) | 
Variables | |
| const FFCodec | ff_xan_wc4_decoder | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 85 of file xxan.c.
Referenced by xan_decode_frame_type0(), and xan_decode_frame_type1().
      
  | 
  static | 
Definition at line 127 of file xxan.c.
Referenced by xan_decode_chroma(), and xan_decode_frame_type0().
      
  | 
  static | 
Definition at line 180 of file xxan.c.
Referenced by xan_decode_frame_type0(), and xan_decode_frame_type1().
      
  | 
  static | 
Definition at line 278 of file xxan.c.
Referenced by xan_decode_frame().
      
  | 
  static | 
Definition at line 357 of file xxan.c.
Referenced by xan_decode_frame().
      
  | 
  static | 
| const FFCodec ff_xan_wc4_decoder | 
 1.8.17