SubBand Struct Reference

#include <snow.h>

Collaboration diagram for SubBand:
Collaboration graph

Data Fields

int level
 
int orientation
 
int stride
 
int width
 
int height
 
int quant
 
IDWTELEMibuf
 
struct SubBandparent
 
unsigned length
 
const uint8_tcoeff_data
 
int qlog
 log(qscale)/log[2^(1/6)] More...
 
DWTELEMbuf
 
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]
 

Detailed Description

Definition at line 97 of file libavcodec/diracdec.c.

Field Documentation

const uint8_t* SubBand::coeff_data

Definition at line 109 of file libavcodec/diracdec.c.

Referenced by decode_component(), and decode_subband_internal().

unsigned SubBand::length

Definition at line 108 of file libavcodec/diracdec.c.

Referenced by decode_component(), and decode_subband_internal().

int SubBand::orientation
struct SubBand * SubBand::parent
int SubBand::qlog
int SubBand::quant

Definition at line 103 of file libavcodec/diracdec.c.

Referenced by codeblock(), decode_component(), and decode_lowdelay_slice().

uint8_t SubBand::state[7+512][32]

Definition at line 90 of file snow.h.

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

int SubBand::stride_line

Stride measured in lines, not pixels.

Definition at line 87 of file snow.h.

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


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