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

Data Fields

AVClassclass
 
GetByteContext gb
 
GetBitContext bc
 
int levels
 
int depth
 
int w
 
int h
 
int16_t * filter [2]
 
int16_t * prediction
 
int64_t scaling [4][2][NB_LEVELS]
 
SubBand band [4][NB_LEVELS *3+1]
 

Detailed Description

Definition at line 48 of file pixlet.c.

Field Documentation

AVClass* PixletContext::class

Definition at line 49 of file pixlet.c.

GetByteContext PixletContext::gb

Definition at line 51 of file pixlet.c.

Referenced by decode_plane(), pixlet_decode_frame(), read_high_coeffs(), and read_highpass().

GetBitContext PixletContext::bc

Definition at line 52 of file pixlet.c.

Referenced by decode_plane(), read_high_coeffs(), and read_low_coeffs().

int PixletContext::levels

Definition at line 54 of file pixlet.c.

Referenced by decode_plane(), init_decoder(), pixlet_decode_frame(), and read_highpass().

int PixletContext::depth

Definition at line 55 of file pixlet.c.

Referenced by pixlet_decode_frame().

int PixletContext::w

Definition at line 56 of file pixlet.c.

Referenced by decode_plane(), init_decoder(), pixlet_close(), and pixlet_decode_frame().

int PixletContext::h

Definition at line 56 of file pixlet.c.

Referenced by decode_plane(), init_decoder(), pixlet_close(), and pixlet_decode_frame().

int16_t* PixletContext::filter[2]

Definition at line 58 of file pixlet.c.

Referenced by free_buffers(), init_decoder(), and reconstruction().

int16_t* PixletContext::prediction

Definition at line 59 of file pixlet.c.

Referenced by decode_plane(), free_buffers(), and init_decoder().

int64_t PixletContext::scaling[4][2][NB_LEVELS]

Definition at line 60 of file pixlet.c.

Referenced by decode_plane().

SubBand PixletContext::band[4][NB_LEVELS *3+1]

Definition at line 61 of file pixlet.c.

Referenced by decode_plane(), init_decoder(), and read_highpass().


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