FFmpeg
Data Fields
SilkFrame Struct Reference

Data Fields

int coded
 
int log_gain
 
int16_t nlsf [16]
 
float lpc [16]
 
float output [2 *SILK_HISTORY]
 
float lpc_history [2 *SILK_HISTORY]
 
int primarylag
 
int prev_voiced
 

Detailed Description

Definition at line 32 of file opus_silk.c.

Field Documentation

◆ coded

int SilkFrame::coded

Definition at line 33 of file opus_silk.c.

◆ log_gain

int SilkFrame::log_gain

Definition at line 34 of file opus_silk.c.

◆ nlsf

int16_t SilkFrame::nlsf[16]

Definition at line 35 of file opus_silk.c.

◆ lpc

float SilkFrame::lpc[16]

Definition at line 36 of file opus_silk.c.

◆ output

float SilkFrame::output[2 *SILK_HISTORY]

Definition at line 38 of file opus_silk.c.

◆ lpc_history

float SilkFrame::lpc_history[2 *SILK_HISTORY]

Definition at line 39 of file opus_silk.c.

◆ primarylag

int SilkFrame::primarylag

Definition at line 40 of file opus_silk.c.

◆ prev_voiced

int SilkFrame::prev_voiced

Definition at line 42 of file opus_silk.c.


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