CeltContext       104 libavcodec/opus.h typedef struct CeltContext CeltContext;
CeltContext       129 libavcodec/opus.h     CeltContext *celt;
CeltContext       408 libavcodec/opus.h int ff_celt_init(AVCodecContext *avctx, CeltContext **s, int output_channels);
CeltContext       410 libavcodec/opus.h void ff_celt_free(CeltContext **s);
CeltContext       412 libavcodec/opus.h void ff_celt_flush(CeltContext *s);
CeltContext       414 libavcodec/opus.h int ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc,
CeltContext       512 libavcodec/opus_celt.c static inline uint32_t celt_rng(CeltContext *s)
CeltContext       518 libavcodec/opus_celt.c static void celt_decode_coarse_energy(CeltContext *s, OpusRangeCoder *rc)
CeltContext       568 libavcodec/opus_celt.c static void celt_decode_fine_energy(CeltContext *s, OpusRangeCoder *rc)
CeltContext       587 libavcodec/opus_celt.c static void celt_decode_final_energy(CeltContext *s, OpusRangeCoder *rc,
CeltContext       609 libavcodec/opus_celt.c static void celt_decode_tf_changes(CeltContext *s, OpusRangeCoder *rc,
CeltContext       637 libavcodec/opus_celt.c static void celt_decode_allocation(CeltContext *s, OpusRangeCoder *rc)
CeltContext      1318 libavcodec/opus_celt.c static unsigned int celt_decode_band(CeltContext *s, OpusRangeCoder *rc,
CeltContext      1674 libavcodec/opus_celt.c static void celt_denormalize(CeltContext *s, CeltFrame *frame, float *data)
CeltContext      1764 libavcodec/opus_celt.c static void celt_postfilter(CeltContext *s, CeltFrame *frame)
CeltContext      1788 libavcodec/opus_celt.c static int parse_postfilter(CeltContext *s, OpusRangeCoder *rc, int consumed)
CeltContext      1828 libavcodec/opus_celt.c static void process_anticollapse(CeltContext *s, CeltFrame *frame, float *X)
CeltContext      1880 libavcodec/opus_celt.c static void celt_decode_bands(CeltContext *s, OpusRangeCoder *rc)
CeltContext      1976 libavcodec/opus_celt.c int ff_celt_decode_frame(CeltContext *s, OpusRangeCoder *rc,
CeltContext      2146 libavcodec/opus_celt.c void ff_celt_flush(CeltContext *s)
CeltContext      2173 libavcodec/opus_celt.c void ff_celt_free(CeltContext **ps)
CeltContext      2175 libavcodec/opus_celt.c     CeltContext *s = *ps;
CeltContext      2188 libavcodec/opus_celt.c int ff_celt_init(AVCodecContext *avctx, CeltContext **ps, int output_channels)
CeltContext      2190 libavcodec/opus_celt.c     CeltContext *s;