FFmpeg
Data Fields
RKAContext Struct Reference

Data Fields

AVClassclass
 
ACoder ac
 
ChContext ch [2]
 
int bps
 
int align
 
int channels
 
int correlated
 
int frame_samples
 
int last_nb_samples
 
uint32_t total_nb_samples
 
uint32_t samples_left
 
uint32_t bprob [2][257]
 
AdaptiveModel filt_size
 
AdaptiveModel filt_bits
 
int total_frames
 
int currentframe
 
int frame_size
 
int last_frame_size
 

Detailed Description

Definition at line 84 of file rka.c.

Field Documentation

◆ class

AVClass* RKAContext::class

Definition at line 85 of file rka.c.

◆ ac

ACoder RKAContext::ac

Definition at line 87 of file rka.c.

◆ ch

ChContext RKAContext::ch[2]

Definition at line 88 of file rka.c.

◆ bps

int RKAContext::bps

Definition at line 90 of file rka.c.

◆ align

int RKAContext::align

Definition at line 91 of file rka.c.

◆ channels

int RKAContext::channels

Definition at line 92 of file rka.c.

◆ correlated

int RKAContext::correlated

Definition at line 93 of file rka.c.

◆ frame_samples

int RKAContext::frame_samples

Definition at line 94 of file rka.c.

◆ last_nb_samples

int RKAContext::last_nb_samples

Definition at line 95 of file rka.c.

◆ total_nb_samples

uint32_t RKAContext::total_nb_samples

Definition at line 96 of file rka.c.

◆ samples_left

uint32_t RKAContext::samples_left

Definition at line 97 of file rka.c.

◆ bprob

uint32_t RKAContext::bprob[2][257]

Definition at line 99 of file rka.c.

◆ filt_size

AdaptiveModel RKAContext::filt_size

Definition at line 101 of file rka.c.

◆ filt_bits

AdaptiveModel RKAContext::filt_bits

Definition at line 102 of file rka.c.

◆ total_frames

int RKAContext::total_frames

Definition at line 32 of file rka.c.

◆ currentframe

int RKAContext::currentframe

Definition at line 32 of file rka.c.

◆ frame_size

int RKAContext::frame_size

Definition at line 33 of file rka.c.

◆ last_frame_size

int RKAContext::last_frame_size

Definition at line 34 of file rka.c.


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