FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 31 of file opus_silk.c.

Field Documentation

int SilkFrame::coded
int SilkFrame::log_gain

Definition at line 33 of file opus_silk.c.

Referenced by silk_decode_frame(), and silk_flush_frame().

int16_t SilkFrame::nlsf[16]

Definition at line 34 of file opus_silk.c.

Referenced by silk_decode_lpc(), and silk_flush_frame().

float SilkFrame::lpc[16]

Definition at line 35 of file opus_silk.c.

Referenced by silk_decode_lpc(), and silk_flush_frame().

float SilkFrame::output[2 *SILK_HISTORY]
float SilkFrame::lpc_history[2 *SILK_HISTORY]

Definition at line 38 of file opus_silk.c.

Referenced by silk_decode_frame(), and silk_flush_frame().

int SilkFrame::primarylag

Definition at line 39 of file opus_silk.c.

Referenced by silk_decode_frame(), and silk_flush_frame().

int SilkFrame::prev_voiced

Definition at line 41 of file opus_silk.c.

Referenced by silk_decode_frame(), and silk_flush_frame().


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