FFmpeg  4.0
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

◆ class

AVClass* PixletContext::class

Definition at line 49 of file pixlet.c.

◆ gb

GetByteContext PixletContext::gb

Definition at line 51 of file pixlet.c.

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

◆ bc

GetBitContext PixletContext::bc

Definition at line 52 of file pixlet.c.

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

◆ levels

int PixletContext::levels

Definition at line 54 of file pixlet.c.

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

◆ depth

int PixletContext::depth

Definition at line 55 of file pixlet.c.

Referenced by pixlet_decode_frame().

◆ w

int PixletContext::w

Definition at line 56 of file pixlet.c.

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

◆ h

int PixletContext::h

Definition at line 56 of file pixlet.c.

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

◆ filter

int16_t* PixletContext::filter[2]

Definition at line 58 of file pixlet.c.

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

◆ prediction

int16_t* PixletContext::prediction

Definition at line 59 of file pixlet.c.

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

◆ scaling

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

Definition at line 60 of file pixlet.c.

Referenced by decode_plane().

◆ band

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: