Home
last modified time | relevance | path

Searched refs:OpusEncContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopusenc.c34 typedef struct OpusEncContext { struct
59 } OpusEncContext; argument
74 static int opus_gen_toc(OpusEncContext *s, uint8_t *toc, int *size, int *fsize_needed) in opus_gen_toc()
117 static void celt_frame_setup_input(OpusEncContext *s, CeltFrame *f) in celt_frame_setup_input()
157 static void celt_apply_preemph_filter(OpusEncContext *s, CeltFrame *f) in celt_apply_preemph_filter()
191 static void celt_frame_mdct(OpusEncContext *s, CeltFrame *f) in celt_frame_mdct()
400 static void celt_quant_final(OpusEncContext *s, OpusRangeCoder *rc, CeltFrame *f) in celt_quant_final()
418 static void celt_encode_frame(OpusEncContext *s, OpusRangeCoder *rc, in celt_encode_frame()
490 static void opus_packet_assembler(OpusEncContext *s, AVPacket *avpkt) in opus_packet_assembler()
516 static AVFrame *spawn_empty_frame(OpusEncContext *s) in spawn_empty_frame()
[all …]