Home
last modified time | relevance | path

Searched refs:SilkContext (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus.h81 typedef struct SilkContext SilkContext; typedef
116 SilkContext *silk;
182 int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels);
183 void ff_silk_free(SilkContext **ps);
184 void ff_silk_flush(SilkContext *s);
190 int ff_silk_decode_superframe(SilkContext *s, OpusRangeCoder *rc,
H A Dopus_silk.c45 struct SilkContext { struct
305 static inline void silk_decode_lpc(SilkContext *s, SilkFrame *frame, in silk_decode_lpc()
415 static inline void silk_decode_excitation(SilkContext *s, OpusRangeCoder *rc, in silk_decode_excitation()
509 static void silk_decode_frame(SilkContext *s, OpusRangeCoder *rc, in silk_decode_frame()
738 static void silk_unmix_ms(SilkContext *s, float *l, float *r) in silk_unmix_ms()
786 int ff_silk_decode_superframe(SilkContext *s, OpusRangeCoder *rc, in ff_silk_decode_superframe()
862 void ff_silk_free(SilkContext **ps) in ff_silk_free()
867 void ff_silk_flush(SilkContext *s) in ff_silk_flush()
875 int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels) in ff_silk_init()
877 SilkContext * in ff_silk_init()
[all...]

Completed in 3 milliseconds