webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
OpusCustomDecoder Struct Reference

Decoder state. More...

Public Attributes

const OpusCustomModemode
 
int overlap
 
int channels
 
int stream_channels
 
int downsample
 
int start
 
int end
 
int signalling
 
int arch
 
opus_uint32 rng
 
int error
 
int last_pitch_index
 
int loss_count
 
int skip_plc
 
int postfilter_period
 
int postfilter_period_old
 
opus_val16 postfilter_gain
 
opus_val16 postfilter_gain_old
 
int postfilter_tapset
 
int postfilter_tapset_old
 
celt_sig preemph_memD [2]
 
celt_sig _decode_mem [1]
 

Detailed Description

Decoder state.

Decoder state

Member Data Documentation

◆ _decode_mem

celt_sig OpusCustomDecoder::_decode_mem[1]

◆ arch

int OpusCustomDecoder::arch

◆ channels

int OpusCustomDecoder::channels

◆ downsample

int OpusCustomDecoder::downsample

◆ end

int OpusCustomDecoder::end

◆ error

int OpusCustomDecoder::error

◆ last_pitch_index

int OpusCustomDecoder::last_pitch_index

◆ loss_count

int OpusCustomDecoder::loss_count

◆ mode

const OpusCustomMode* OpusCustomDecoder::mode

◆ overlap

int OpusCustomDecoder::overlap

◆ postfilter_gain

opus_val16 OpusCustomDecoder::postfilter_gain

◆ postfilter_gain_old

opus_val16 OpusCustomDecoder::postfilter_gain_old

◆ postfilter_period

int OpusCustomDecoder::postfilter_period

◆ postfilter_period_old

int OpusCustomDecoder::postfilter_period_old

◆ postfilter_tapset

int OpusCustomDecoder::postfilter_tapset

◆ postfilter_tapset_old

int OpusCustomDecoder::postfilter_tapset_old

◆ preemph_memD

celt_sig OpusCustomDecoder::preemph_memD[2]

◆ rng

opus_uint32 OpusCustomDecoder::rng

◆ signalling

int OpusCustomDecoder::signalling

◆ skip_plc

int OpusCustomDecoder::skip_plc

◆ start

int OpusCustomDecoder::start

◆ stream_channels

int OpusCustomDecoder::stream_channels

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