FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HQXContext Struct Reference

#include <hqx.h>

Data Fields

int format
 
int dcb
 
int width
 
int height
 
int interlaced
 
int16_t block [16][64]
 
VLC cbp_vlc
 
VLC dc_vlc [3]
 
const AVClassclass
 
int n
 
hqxfunc_t func
 
uint32_t rgbtoyuv [1<< 24]
 

Detailed Description

Definition at line 49 of file hqx.h.

Field Documentation

int HQXContext::format

Definition at line 50 of file hqx.h.

Referenced by hqx_decode_frame().

int HQXContext::dcb
int HQXContext::width

Definition at line 50 of file hqx.h.

Referenced by decode_slice(), and hqx_decode_frame().

int HQXContext::height

Definition at line 50 of file hqx.h.

Referenced by decode_slice(), and hqx_decode_frame().

int HQXContext::interlaced
int16_t HQXContext::block[16][64]

Definition at line 53 of file hqx.h.

Referenced by hqx_decode_422(), hqx_decode_422a(), hqx_decode_444(), and hqx_decode_444a().

VLC HQXContext::cbp_vlc

Definition at line 55 of file hqx.h.

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

VLC HQXContext::dc_vlc[3]
const AVClass* HQXContext::class

Definition at line 38 of file vf_hqx.c.

int HQXContext::n

Definition at line 39 of file vf_hqx.c.

Referenced by config_output(), and init().

hqxfunc_t HQXContext::func

Definition at line 40 of file vf_hqx.c.

Referenced by filter_frame(), and init().

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: