Data Fields | |
int16_t | vector [8] |
int | offset1 [2] |
int | offset2 [4] |
int | pulseoff [4] |
int | pulsepos [4] |
int | pulseval [4] |
int | flag |
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] |
Definition at line 34 of file truespeech.c.
int16_t TSContext::cvector[8] |
Definition at line 49 of file truespeech.c.
Referenced by truespeech_correlate_filter(), truespeech_filters_merge(), and truespeech_save_prevvec().
int TSContext::filtbuf[146] |
Definition at line 44 of file truespeech.c.
Referenced by truespeech_apply_twopoint_filter(), and truespeech_update_filters().
int16_t TSContext::filters[32] |
Definition at line 52 of file truespeech.c.
Referenced by truespeech_filters_merge(), and truespeech_synth().
Definition at line 50 of file truespeech.c.
Referenced by truespeech_correlate_filter(), and truespeech_synth().
int TSContext::flag |
Definition at line 42 of file truespeech.c.
Referenced by truespeech_filters_merge(), and truespeech_read_frame().
int16_t TSContext::newvec[60] |
Definition at line 51 of file truespeech.c.
Referenced by truespeech_apply_twopoint_filter(), and truespeech_update_filters().
int TSContext::offset1[2] |
Definition at line 37 of file truespeech.c.
Referenced by truespeech_apply_twopoint_filter(), and truespeech_read_frame().
int TSContext::offset2[4] |
Definition at line 38 of file truespeech.c.
Referenced by truespeech_apply_twopoint_filter(), and truespeech_read_frame().
int TSContext::prevfilt[8] |
Definition at line 45 of file truespeech.c.
Referenced by truespeech_filters_merge(), and truespeech_save_prevvec().
int TSContext::pulseoff[4] |
Definition at line 39 of file truespeech.c.
Referenced by truespeech_place_pulses(), and truespeech_read_frame().
int TSContext::pulsepos[4] |
Definition at line 40 of file truespeech.c.
Referenced by truespeech_place_pulses(), and truespeech_read_frame().
int TSContext::pulseval[4] |
Definition at line 41 of file truespeech.c.
Referenced by truespeech_place_pulses(), and truespeech_read_frame().
int16_t TSContext::tmp1[8] |
int16_t TSContext::tmp2[8] |
int16_t TSContext::tmp3[8] |
int16_t TSContext::vector[8] |
Definition at line 36 of file truespeech.c.
Referenced by truespeech_correlate_filter(), and truespeech_read_frame().