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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus.h95 typedef struct CeltContext CeltContext; typedef in typeref:struct:CeltContext
120 CeltContext *celt;
399 int ff_celt_init(AVCodecContext *avctx, CeltContext **s, int output_channels);
401 void ff_celt_free(CeltContext **s);
403 void ff_celt_flush(CeltContext *s);
405 int ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc,
H A Dopus_celt.c61 struct CeltContext { struct
512 static inline uint32_t celt_rng(CeltContext *s)
518 static void celt_decode_coarse_energy(CeltContext *s, OpusRangeCoder *rc)
568 static void celt_decode_fine_energy(CeltContext *s, OpusRangeCoder *rc)
587 static void celt_decode_final_energy(CeltContext *s, OpusRangeCoder *rc,
609 static void celt_decode_tf_changes(CeltContext *s, OpusRangeCoder *rc,
637 static void celt_decode_allocation(CeltContext *s, OpusRangeCoder *rc)
1318 static unsigned int celt_decode_band(CeltContext *s, OpusRangeCoder *rc,
1674 static void celt_denormalize(CeltContext *s, CeltFrame *frame, float *data)
1764 static void celt_postfilter(CeltContext *
[all...]

Completed in 43 milliseconds