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

#include <cfhd.h>

Data Fields

int level
 
int orientation
 
int stride
 
int a_width
 
int width
 
int a_height
 
int height
 
int pshift
 
int quant
 
uint8_tibuf
 
struct SubBandparent
 
unsigned length
 
const uint8_tcoeff_data
 
unsigned width
 
unsigned height
 
unsigned size
 
unsigned x
 
unsigned y
 
int qlog
 log(qscale)/log[2^(1/6)] More...
 
DWTELEMbuf
 
IDWTELEMibuf
 
int buf_x_offset
 
int buf_y_offset
 
int stride_line
 Stride measured in lines, not pixels. More...
 
x_and_coeffx_coeff
 
uint8_t state [7+512][32]
 
dwtcoefbuf
 
ptrdiff_t stride
 

Detailed Description

Definition at line 43 of file cfhd.h.

Field Documentation

int SubBand::level

Definition at line 44 of file cfhd.h.

Referenced by ff_snow_common_init_after_header(), and init_planes().

int SubBand::orientation

Definition at line 45 of file cfhd.h.

Referenced by init_planes().

int SubBand::stride
int SubBand::a_width

Definition at line 47 of file cfhd.h.

Referenced by alloc_buffers(), and cfhd_decode().

int SubBand::width
int SubBand::a_height

Definition at line 49 of file cfhd.h.

Referenced by alloc_buffers(), and cfhd_decode().

int SubBand::height
int SubBand::pshift

Definition at line 51 of file cfhd.h.

Referenced by init_planes().

int SubBand::quant

Definition at line 52 of file cfhd.h.

Referenced by decode_component().

uint8_t * SubBand::ibuf
struct SubBand * SubBand::parent
unsigned SubBand::length

Definition at line 101 of file diracdec.c.

Referenced by decode_component().

const uint8_t* SubBand::coeff_data

Definition at line 102 of file diracdec.c.

Referenced by decode_component().

unsigned SubBand::width

Definition at line 41 of file pixlet.c.

unsigned SubBand::height

Definition at line 41 of file pixlet.c.

unsigned SubBand::size

Definition at line 42 of file pixlet.c.

Referenced by init_decoder(), and read_highpass().

unsigned SubBand::x

Definition at line 43 of file pixlet.c.

Referenced by init_decoder(), and read_highpass().

unsigned SubBand::y

Definition at line 43 of file pixlet.c.

Referenced by init_decoder(), and read_highpass().

int SubBand::qlog
DWTELEM* SubBand::buf
IDWTELEM* SubBand::ibuf

Definition at line 90 of file snow.h.

int SubBand::buf_x_offset
int SubBand::buf_y_offset
int SubBand::stride_line

Stride measured in lines, not pixels.

Definition at line 93 of file snow.h.

Referenced by correlate_slice_buffered(), decode_subband_slice_buffered(), dequantize_slice_buffered(), and ff_snow_common_init_after_header().

x_and_coeff* SubBand::x_coeff
uint8_t SubBand::state[7+512][32]

Definition at line 96 of file snow.h.

Referenced by encode_subband_c0run(), ff_snow_reset_contexts(), and unpack_coeffs().

dwtcoef* SubBand::buf

Definition at line 91 of file vc2enc.c.

ptrdiff_t SubBand::stride

Definition at line 92 of file vc2enc.c.


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