OpusPsyContext     36 libavcodec/opusenc.c     OpusPsyContext psyctx;
OpusPsyContext     79 libavcodec/opusenc_psy.c static void step_collect_psy_metrics(OpusPsyContext *s, int index)
OpusPsyContext    164 libavcodec/opusenc_psy.c static void search_for_change_points(OpusPsyContext *s, float tgt_change,
OpusPsyContext    184 libavcodec/opusenc_psy.c static int flush_silent_frames(OpusPsyContext *s)
OpusPsyContext    206 libavcodec/opusenc_psy.c static void psy_output_groups(OpusPsyContext *s)
OpusPsyContext    223 libavcodec/opusenc_psy.c int ff_opus_psy_process(OpusPsyContext *s, OpusPacketInfo *p)
OpusPsyContext    254 libavcodec/opusenc_psy.c void ff_opus_psy_celt_frame_init(OpusPsyContext *s, CeltFrame *f, int index)
OpusPsyContext    310 libavcodec/opusenc_psy.c static void celt_gauge_psy_weight(OpusPsyContext *s, OpusPsyStep **start,
OpusPsyContext    363 libavcodec/opusenc_psy.c static int bands_dist(OpusPsyContext *s, CeltFrame *f, float *total_dist)
OpusPsyContext    382 libavcodec/opusenc_psy.c static void celt_search_for_dual_stereo(OpusPsyContext *s, CeltFrame *f)
OpusPsyContext    398 libavcodec/opusenc_psy.c static void celt_search_for_intensity(OpusPsyContext *s, CeltFrame *f)
OpusPsyContext    421 libavcodec/opusenc_psy.c static int celt_search_for_tf(OpusPsyContext *s, OpusPsyStep **start, CeltFrame *f)
OpusPsyContext    455 libavcodec/opusenc_psy.c int ff_opus_psy_celt_frame_process(OpusPsyContext *s, CeltFrame *f, int index)
OpusPsyContext    479 libavcodec/opusenc_psy.c void ff_opus_psy_postencode_update(OpusPsyContext *s, CeltFrame *f, OpusRangeCoder *rc)
OpusPsyContext    516 libavcodec/opusenc_psy.c av_cold int ff_opus_psy_init(OpusPsyContext *s, AVCodecContext *avctx,
OpusPsyContext    588 libavcodec/opusenc_psy.c void ff_opus_psy_signal_eof(OpusPsyContext *s)
OpusPsyContext    593 libavcodec/opusenc_psy.c av_cold int ff_opus_psy_end(OpusPsyContext *s)
OpusPsyContext     94 libavcodec/opusenc_psy.h int  ff_opus_psy_process           (OpusPsyContext *s, OpusPacketInfo *p);
OpusPsyContext     95 libavcodec/opusenc_psy.h void ff_opus_psy_celt_frame_init   (OpusPsyContext *s, CeltFrame *f, int index);
OpusPsyContext     96 libavcodec/opusenc_psy.h int  ff_opus_psy_celt_frame_process(OpusPsyContext *s, CeltFrame *f, int index);
OpusPsyContext     97 libavcodec/opusenc_psy.h void ff_opus_psy_postencode_update (OpusPsyContext *s, CeltFrame *f, OpusRangeCoder *rc);
OpusPsyContext     99 libavcodec/opusenc_psy.h int  ff_opus_psy_init(OpusPsyContext *s, AVCodecContext *avctx,
OpusPsyContext    101 libavcodec/opusenc_psy.h void ff_opus_psy_signal_eof(OpusPsyContext *s);
OpusPsyContext    102 libavcodec/opusenc_psy.h int  ff_opus_psy_end(OpusPsyContext *s);