FFmpeg  4.0
Data Fields
HQXContext Struct Reference

#include <libavcodec/hqx.h>

Data Fields

HQXDSPContext hqxdsp
 
HQXSlice slice [16]
 
AVFramepic
 
mb_decode_func decode_func
 
int format
 
int dcb
 
int width
 
int height
 
int interlaced
 
uint8_tsrc
 
unsigned int data_size
 
uint32_t slice_off [17]
 
VLC cbp_vlc
 
VLC dc_vlc [3]
 
const AVClassclass
 
int n
 
hqxfunc_t func
 
uint32_t rgbtoyuv [1<< 24]
 

Detailed Description

Definition at line 62 of file hqx.h.

Field Documentation

◆ hqxdsp

HQXDSPContext HQXContext::hqxdsp

Definition at line 63 of file hqx.h.

Referenced by hqx_decode_init(), and put_blocks().

◆ slice

HQXSlice HQXContext::slice[16]

◆ pic

AVFrame* HQXContext::pic

Definition at line 66 of file hqx.h.

Referenced by hqx_decode_frame(), and put_blocks().

◆ decode_func

mb_decode_func HQXContext::decode_func

Definition at line 67 of file hqx.h.

Referenced by decode_slice(), and hqx_decode_frame().

◆ format

int HQXContext::format

Definition at line 69 of file hqx.h.

Referenced by hqx_decode_frame().

◆ dcb

int HQXContext::dcb

◆ width

int HQXContext::width

Definition at line 69 of file hqx.h.

Referenced by decode_slice(), hqx_decode_frame(), and hqx_filter().

◆ height

int HQXContext::height

Definition at line 69 of file hqx.h.

Referenced by decode_slice(), hqx_decode_frame(), and hqx_filter().

◆ interlaced

int HQXContext::interlaced

◆ src

uint8_t* HQXContext::src

Definition at line 72 of file hqx.h.

Referenced by decode_slice_thread(), hqx_decode_frame(), and hqx_filter().

◆ data_size

unsigned int HQXContext::data_size

Definition at line 73 of file hqx.h.

Referenced by decode_slice_thread(), and hqx_decode_frame().

◆ slice_off

uint32_t HQXContext::slice_off[17]

Definition at line 74 of file hqx.h.

Referenced by decode_slice_thread(), and hqx_decode_frame().

◆ cbp_vlc

VLC HQXContext::cbp_vlc

Definition at line 76 of file hqx.h.

Referenced by ff_hqx_init_vlcs(), hqx_decode_422a(), hqx_decode_444a(), and hqx_decode_close().

◆ dc_vlc

VLC HQXContext::dc_vlc[3]

◆ class

const AVClass* HQXContext::class

Definition at line 38 of file vf_hqx.c.

◆ n

int HQXContext::n

Definition at line 39 of file vf_hqx.c.

Referenced by config_output(), hqx_filter(), and init().

◆ func

hqxfunc_t HQXContext::func

Definition at line 40 of file vf_hqx.c.

Referenced by filter_frame(), and init().

◆ rgbtoyuv

uint32_t HQXContext::rgbtoyuv[1<< 24]

Definition at line 41 of file vf_hqx.c.

Referenced by filter_frame(), and init().


The documentation for this struct was generated from the following files: