FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions | Variables
hqx.h File Reference
#include <stdint.h>
#include "libavutil/mem.h"
#include "get_bits.h"

Go to the source code of this file.

Data Structures

struct  HQXLUT
 
struct  HQXAC
 
struct  HQXContext
 

Macros

#define HQX_DC_VLC_BITS   9
 

Enumerations

enum  HQXACMode {
  HQX_AC_Q0 = 0, HQX_AC_Q8, HQX_AC_Q16, HQX_AC_Q32,
  HQX_AC_Q64, HQX_AC_Q128, NUM_HQX_AC
}
 

Functions

int ff_hqx_init_vlcs (HQXContext *ctx)
 

Variables

const HQXAC ff_hqx_ac [NUM_HQX_AC]
 

Macro Definition Documentation

#define HQX_DC_VLC_BITS   9

Definition at line 59 of file hqx.h.

Referenced by decode_block().

Enumeration Type Documentation

enum HQXACMode
Enumerator:
HQX_AC_Q0 
HQX_AC_Q8 
HQX_AC_Q16 
HQX_AC_Q32 
HQX_AC_Q64 
HQX_AC_Q128 
NUM_HQX_AC 

Definition at line 28 of file hqx.h.

Function Documentation

int ff_hqx_init_vlcs ( HQXContext ctx)

Definition at line 2155 of file hqxvlc.c.

Referenced by hqx_decode_init().

Variable Documentation

const HQXAC ff_hqx_ac[NUM_HQX_AC]

Definition at line 2132 of file hqxvlc.c.

Referenced by decode_block().