Lines Matching refs:OpusPsyContext
79 static void step_collect_psy_metrics(OpusPsyContext *s, int index) in step_collect_psy_metrics()
164 static void search_for_change_points(OpusPsyContext *s, float tgt_change, in search_for_change_points()
184 static int flush_silent_frames(OpusPsyContext *s) in flush_silent_frames()
206 static void psy_output_groups(OpusPsyContext *s) in psy_output_groups()
223 int ff_opus_psy_process(OpusPsyContext *s, OpusPacketInfo *p) in ff_opus_psy_process()
254 void ff_opus_psy_celt_frame_init(OpusPsyContext *s, CeltFrame *f, int index) in ff_opus_psy_celt_frame_init()
310 static void celt_gauge_psy_weight(OpusPsyContext *s, OpusPsyStep **start, in celt_gauge_psy_weight()
363 static int bands_dist(OpusPsyContext *s, CeltFrame *f, float *total_dist) in bands_dist()
382 static void celt_search_for_dual_stereo(OpusPsyContext *s, CeltFrame *f) in celt_search_for_dual_stereo()
398 static void celt_search_for_intensity(OpusPsyContext *s, CeltFrame *f) in celt_search_for_intensity()
421 static int celt_search_for_tf(OpusPsyContext *s, OpusPsyStep **start, CeltFrame *f) in celt_search_for_tf()
455 int ff_opus_psy_celt_frame_process(OpusPsyContext *s, CeltFrame *f, int index) in ff_opus_psy_celt_frame_process()
479 void ff_opus_psy_postencode_update(OpusPsyContext *s, CeltFrame *f, OpusRangeCoder *rc) in ff_opus_psy_postencode_update()
516 av_cold int ff_opus_psy_init(OpusPsyContext *s, AVCodecContext *avctx, in ff_opus_psy_init()
588 void ff_opus_psy_signal_eof(OpusPsyContext *s) in ff_opus_psy_signal_eof()
593 av_cold int ff_opus_psy_end(OpusPsyContext *s) in ff_opus_psy_end()