#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "lossless_videodsp.h"
#include "zlib_wrapper.h"
#include <zlib.h>
Go to the source code of this file.
|  | 
| static void | get_tree_codes (uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos) | 
|  | 
| static int | build_vlc (AVCodecContext *avctx, VLC *vlc) | 
|  | 
| static int | decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) | 
|  | 
| static av_cold int | decode_init (AVCodecContext *avctx) | 
|  | 
| static av_cold int | decode_close (AVCodecContext *avctx) | 
|  | 
◆ CACHED_BITSTREAM_READER
      
        
          | #define CACHED_BITSTREAM_READER   !ARCH_X86_32 | 
      
 
 
◆ get_tree_codes()
  
  | 
        
          | static void get_tree_codes | ( | uint32_t * | bits, |  
          |  |  | int16_t * | lens, |  
          |  |  | uint8_t * | xlat, |  
          |  |  | Node * | nodes, |  
          |  |  | int | node, |  
          |  |  | uint32_t | pfx, |  
          |  |  | int | pl, |  
          |  |  | int * | pos |  
          |  | ) |  |  |  | static | 
 
 
◆ build_vlc()
◆ decode_frame()
◆ decode_init()
◆ decode_close()
◆ ff_mvha_decoder
Initial value:
Definition at line 302 of file mvha.c.