FFmpeg  2.6.9
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
SilkContext Struct Reference

Data Fields

AVCodecContextavctx
int output_channels
int midonly
int subframes
int sflength
int flength
int nlsf_interp_factor
enum OpusBandwidth bandwidth
int wb
SilkFrame frame [2]
float prev_stereo_weights [2]
float stereo_weights [2]
int prev_coded_channels

Detailed Description

Definition at line 44 of file opus_silk.c.

Field Documentation

AVCodecContext* SilkContext::avctx

Definition at line 45 of file opus_silk.c.

Referenced by ff_silk_decode_superframe(), and ff_silk_init().

int SilkContext::output_channels

Definition at line 46 of file opus_silk.c.

Referenced by ff_silk_decode_superframe(), ff_silk_init(), and silk_decode_frame().

int SilkContext::midonly

Definition at line 48 of file opus_silk.c.

Referenced by ff_silk_decode_superframe(), and silk_decode_frame().

int SilkContext::subframes
int SilkContext::sflength

Definition at line 50 of file opus_silk.c.

Referenced by ff_silk_decode_superframe(), and silk_decode_frame().

int SilkContext::flength

Definition at line 51 of file opus_silk.c.

Referenced by ff_silk_decode_superframe(), silk_decode_frame(), and silk_unmix_ms().

int SilkContext::nlsf_interp_factor

Definition at line 52 of file opus_silk.c.

Referenced by silk_decode_lpc().

enum OpusBandwidth SilkContext::bandwidth
int SilkContext::wb

Definition at line 55 of file opus_silk.c.

Referenced by ff_silk_decode_superframe(), and silk_decode_lpc().

SilkFrame SilkContext::frame[2]
float SilkContext::prev_stereo_weights[2]

Definition at line 58 of file opus_silk.c.

Referenced by ff_silk_flush(), and silk_unmix_ms().

float SilkContext::stereo_weights[2]

Definition at line 59 of file opus_silk.c.

Referenced by silk_decode_frame(), and silk_unmix_ms().

int SilkContext::prev_coded_channels

Definition at line 61 of file opus_silk.c.

Referenced by ff_silk_decode_superframe().


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