Searched refs:psyctx (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opusenc.c | 39 OpusPsyContext psyctx; member 425 ff_opus_psy_celt_frame_init(&s->psyctx, f, index); in celt_encode_frame() 448 while (ff_opus_psy_celt_frame_process(&s->psyctx, f, index)) in celt_encode_frame() 553 ff_opus_psy_signal_eof(&s->psyctx); in opus_encode_frame() 559 if (ff_opus_psy_process(&s->psyctx, &s->packet)) in opus_encode_frame() 594 ff_opus_psy_postencode_update(&s->psyctx, s->frame, s->rc); in opus_encode_frame() 622 ff_opus_psy_end(&s->psyctx); in opus_encode_end() 684 if ((ret = ff_opus_psy_init(&s->psyctx, s->avctx, &s->bufqueue, &s->options))) in opus_encode_init()
|