FFmpeg
Data Fields
TSContext Struct Reference

TrueSpeech decoder context. More...

Data Fields

BswapDSPContext bdsp
 
uint8_t buffer [32]
 
int16_t vector [8]
 input vector: 5/5/4/4/4/3/3/3 More...
 
int offset1 [2]
 8-bit value, used in one copying offset More...
 
int offset2 [4]
 7-bit value, encodes offsets for copying and for two-point filter More...
 
int pulseoff [4]
 4-bit offset of pulse values block More...
 
int pulsepos [4]
 27-bit variable, encodes 7 pulse positions More...
 
int pulseval [4]
 7x2-bit pulse values More...
 
int flag
 1-bit flag, shows how to choose filters More...
 
int filtbuf [146]
 
int prevfilt [8]
 
int16_t tmp1 [8]
 
int16_t tmp2 [8]
 
int16_t tmp3 [8]
 
int16_t cvector [8]
 
int filtval
 
int16_t newvec [60]
 
int16_t filters [32]
 

Detailed Description

TrueSpeech decoder context.

Definition at line 40 of file truespeech.c.

Field Documentation

◆ bdsp

BswapDSPContext TSContext::bdsp

Definition at line 41 of file truespeech.c.

Referenced by truespeech_read_frame().

◆ buffer

uint8_t TSContext::buffer[32]

Definition at line 43 of file truespeech.c.

Referenced by truespeech_read_frame().

◆ vector

int16_t TSContext::vector[8]

input vector: 5/5/4/4/4/3/3/3

Definition at line 44 of file truespeech.c.

Referenced by truespeech_correlate_filter(), and truespeech_read_frame().

◆ offset1

int TSContext::offset1[2]

8-bit value, used in one copying offset

Definition at line 45 of file truespeech.c.

Referenced by truespeech_apply_twopoint_filter(), and truespeech_read_frame().

◆ offset2

int TSContext::offset2[4]

7-bit value, encodes offsets for copying and for two-point filter

Definition at line 46 of file truespeech.c.

Referenced by truespeech_apply_twopoint_filter(), and truespeech_read_frame().

◆ pulseoff

int TSContext::pulseoff[4]

4-bit offset of pulse values block

Definition at line 47 of file truespeech.c.

Referenced by truespeech_place_pulses(), and truespeech_read_frame().

◆ pulsepos

int TSContext::pulsepos[4]

27-bit variable, encodes 7 pulse positions

Definition at line 48 of file truespeech.c.

Referenced by truespeech_place_pulses(), and truespeech_read_frame().

◆ pulseval

int TSContext::pulseval[4]

7x2-bit pulse values

Definition at line 49 of file truespeech.c.

Referenced by truespeech_place_pulses(), and truespeech_read_frame().

◆ flag

int TSContext::flag

1-bit flag, shows how to choose filters

Definition at line 50 of file truespeech.c.

Referenced by truespeech_filters_merge(), and truespeech_read_frame().

◆ filtbuf

int TSContext::filtbuf[146]

Definition at line 52 of file truespeech.c.

Referenced by truespeech_apply_twopoint_filter(), and truespeech_update_filters().

◆ prevfilt

int TSContext::prevfilt[8]

Definition at line 53 of file truespeech.c.

Referenced by truespeech_filters_merge().

◆ tmp1

int16_t TSContext::tmp1[8]

Definition at line 54 of file truespeech.c.

Referenced by truespeech_synth().

◆ tmp2

int16_t TSContext::tmp2[8]

Definition at line 55 of file truespeech.c.

Referenced by truespeech_synth().

◆ tmp3

int16_t TSContext::tmp3[8]

Definition at line 56 of file truespeech.c.

Referenced by truespeech_synth().

◆ cvector

int16_t TSContext::cvector[8]

Definition at line 57 of file truespeech.c.

Referenced by truespeech_correlate_filter(), and truespeech_filters_merge().

◆ filtval

int TSContext::filtval

Definition at line 58 of file truespeech.c.

Referenced by truespeech_correlate_filter(), and truespeech_synth().

◆ newvec

int16_t TSContext::newvec[60]

Definition at line 59 of file truespeech.c.

Referenced by truespeech_apply_twopoint_filter(), and truespeech_update_filters().

◆ filters

int16_t TSContext::filters[32]

Definition at line 60 of file truespeech.c.

Referenced by truespeech_filters_merge(), and truespeech_synth().


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