Plane Struct Reference

#include <snow.h>

Collaboration diagram for Plane:
Collaboration graph

Data Fields

int width
 
int height
 
int stride
 
int idwt_width
 
int idwt_height
 
int idwt_stride
 
IDWTELEMidwt_buf
 
IDWTELEMidwt_buf_base
 
IDWTELEMidwt_tmp
 
uint8_t xblen
 
uint8_t yblen
 
uint8_t xbsep
 
uint8_t ybsep
 
uint8_t xoffset
 
uint8_t yoffset
 
SubBand band [MAX_DWT_LEVELS][4]
 
uint8_tbuffers [2]
 
uint8_tpixels [2]
 pointer to the actual pixel data of the buffers above More...
 
uint32_t width
 
uint32_t height
 
uint32_t pitch
 
int htaps
 
int8_t hcoeff [HTAPS_MAX/2]
 
int diag_mc
 
int fast_mc
 
int last_htaps
 
int8_t last_hcoeff [HTAPS_MAX/2]
 
int last_diag_mc
 

Detailed Description

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

Field Documentation

uint8_t* Plane::buffers[2]

Definition at line 65 of file indeo3.c.

Referenced by allocate_frame_buffers(), and free_frame_buffers().

int Plane::diag_mc
int Plane::fast_mc

Definition at line 101 of file snow.h.

Referenced by decode_frame(), encode_init(), ff_snow_pred_block(), and mc_block().

int8_t Plane::hcoeff[HTAPS_MAX/2]
uint32_t Plane::height

Definition at line 68 of file indeo3.c.

int Plane::htaps
IDWTELEM* Plane::idwt_buf
IDWTELEM* Plane::idwt_buf_base

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

Referenced by alloc_sequence_buffers(), and free_sequence_buffers().

int Plane::idwt_height

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

Referenced by dirac_decode_frame_internal(), and init_planes().

int Plane::idwt_stride

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

Referenced by dirac_decode_frame_internal(), and init_planes().

IDWTELEM* Plane::idwt_tmp
int Plane::idwt_width

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

Referenced by dirac_decode_frame_internal(), and init_planes().

int Plane::last_diag_mc

Definition at line 105 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int8_t Plane::last_hcoeff[HTAPS_MAX/2]

Definition at line 104 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int Plane::last_htaps

Definition at line 103 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

uint32_t Plane::pitch
uint8_t* Plane::pixels[2]

pointer to the actual pixel data of the buffers above

Definition at line 66 of file indeo3.c.

Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), free_frame_buffers(), and output_plane().

int Plane::stride
uint32_t Plane::width

Definition at line 67 of file indeo3.c.

uint8_t Plane::xoffset
uint8_t Plane::yoffset

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