FFmpeg
Data Fields
RALFContext Struct Reference

Data Fields

int version
 
int max_frame_size
 
VLCSet sets [3]
 
int32_t channel_data [2][4096]
 
int filter_params
 combined filter parameters for the current channel data More...
 
int filter_length
 length of the filter for the current channel data More...
 
int filter_bits
 filter precision for the current channel data More...
 
int32_t filter [64]
 
unsigned bias [2]
 a constant value added to channel data after filtering More...
 
int sample_offset
 
int block_size [1<< 12]
 size of the blocks More...
 
int block_pts [1<< 12]
 block start time (in milliseconds) More...
 
uint8_t pkt [16384]
 
int has_pkt
 

Detailed Description

Definition at line 53 of file ralf.c.

Field Documentation

◆ version

int RALFContext::version

Definition at line 54 of file ralf.c.

◆ max_frame_size

int RALFContext::max_frame_size

Definition at line 55 of file ralf.c.

◆ sets

VLCSet RALFContext::sets[3]

Definition at line 56 of file ralf.c.

◆ channel_data

int32_t RALFContext::channel_data[2][4096]

Definition at line 57 of file ralf.c.

◆ filter_params

int RALFContext::filter_params

combined filter parameters for the current channel data

Definition at line 59 of file ralf.c.

◆ filter_length

int RALFContext::filter_length

length of the filter for the current channel data

Definition at line 60 of file ralf.c.

◆ filter_bits

int RALFContext::filter_bits

filter precision for the current channel data

Definition at line 61 of file ralf.c.

◆ filter

int32_t RALFContext::filter[64]

Definition at line 62 of file ralf.c.

◆ bias

unsigned RALFContext::bias[2]

a constant value added to channel data after filtering

Definition at line 64 of file ralf.c.

◆ sample_offset

int RALFContext::sample_offset

Definition at line 66 of file ralf.c.

◆ block_size

int RALFContext::block_size[1<< 12]

size of the blocks

Definition at line 67 of file ralf.c.

◆ block_pts

int RALFContext::block_pts[1<< 12]

block start time (in milliseconds)

Definition at line 68 of file ralf.c.

◆ pkt

uint8_t RALFContext::pkt[16384]

Definition at line 70 of file ralf.c.

◆ has_pkt

int RALFContext::has_pkt

Definition at line 71 of file ralf.c.


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