| 
    FFmpeg
    
   | 
 
#include "libavutil/channel_layout.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.h"#include "avcodec.h"#include "bswapdsp.h"#include "codec_internal.h"#include "get_bits.h"#include "internal.h"#include "truespeech_data.h"Go to the source code of this file.
Data Structures | |
| struct | TSContext | 
| TrueSpeech decoder context.  More... | |
Functions | |
| static av_cold int | truespeech_decode_init (AVCodecContext *avctx) | 
| static void | truespeech_read_frame (TSContext *dec, const uint8_t *input) | 
| static void | truespeech_correlate_filter (TSContext *dec) | 
| static void | truespeech_filters_merge (TSContext *dec) | 
| static void | truespeech_apply_twopoint_filter (TSContext *dec, int quart) | 
| static void | truespeech_place_pulses (TSContext *dec, int16_t *out, int quart) | 
| static void | truespeech_update_filters (TSContext *dec, int16_t *out, int quart) | 
| static void | truespeech_synth (TSContext *dec, int16_t *out, int quart) | 
| static void | truespeech_save_prevvec (TSContext *c) | 
| static int | truespeech_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) | 
Variables | |
| const FFCodec | ff_truespeech_decoder | 
TrueSpeech decoder.
Definition in file truespeech.c.
      
  | 
  static | 
Definition at line 64 of file truespeech.c.
      
  | 
  static | 
Definition at line 82 of file truespeech.c.
Referenced by truespeech_decode_frame().
      
  | 
  static | 
Definition at line 130 of file truespeech.c.
Referenced by truespeech_decode_frame().
      
  | 
  static | 
Definition at line 149 of file truespeech.c.
Referenced by truespeech_decode_frame().
Definition at line 170 of file truespeech.c.
Referenced by truespeech_decode_frame().
Definition at line 196 of file truespeech.c.
Referenced by truespeech_decode_frame().
Definition at line 239 of file truespeech.c.
Referenced by truespeech_decode_frame().
Definition at line 250 of file truespeech.c.
Referenced by truespeech_decode_frame().
      
  | 
  static | 
Definition at line 301 of file truespeech.c.
Referenced by truespeech_decode_frame().
      
  | 
  static | 
Definition at line 309 of file truespeech.c.
| const FFCodec ff_truespeech_decoder | 
Definition at line 359 of file truespeech.c.
 1.8.17