FFmpeg
Data Structures | Functions
opusenc_psy.h File Reference
#include "libavutil/tx.h"
#include "libavutil/mem_internal.h"
#include "opusenc.h"
#include "opus_celt.h"
#include "opusenc_utils.h"

Go to the source code of this file.

Data Structures

struct  OpusPsyStep
 
struct  OpusBandExcitation
 
struct  OpusPsyContext
 

Functions

int ff_opus_psy_process (OpusPsyContext *s, OpusPacketInfo *p)
 
void ff_opus_psy_celt_frame_init (OpusPsyContext *s, CeltFrame *f, int index)
 
int ff_opus_psy_celt_frame_process (OpusPsyContext *s, CeltFrame *f, int index)
 
void ff_opus_psy_postencode_update (OpusPsyContext *s, CeltFrame *f)
 
int ff_opus_psy_init (OpusPsyContext *s, AVCodecContext *avctx, struct FFBufQueue *bufqueue, OpusEncOptions *options)
 
void ff_opus_psy_signal_eof (OpusPsyContext *s)
 
int ff_opus_psy_end (OpusPsyContext *s)
 

Function Documentation

◆ ff_opus_psy_process()

int ff_opus_psy_process ( OpusPsyContext s,
OpusPacketInfo p 
)

Definition at line 226 of file opusenc_psy.c.

Referenced by opus_encode_frame().

◆ ff_opus_psy_celt_frame_init()

void ff_opus_psy_celt_frame_init ( OpusPsyContext s,
CeltFrame f,
int  index 
)

Definition at line 257 of file opusenc_psy.c.

Referenced by celt_encode_frame().

◆ ff_opus_psy_celt_frame_process()

int ff_opus_psy_celt_frame_process ( OpusPsyContext s,
CeltFrame f,
int  index 
)

Definition at line 458 of file opusenc_psy.c.

Referenced by celt_encode_frame().

◆ ff_opus_psy_postencode_update()

void ff_opus_psy_postencode_update ( OpusPsyContext s,
CeltFrame f 
)

Definition at line 479 of file opusenc_psy.c.

Referenced by opus_encode_frame().

◆ ff_opus_psy_init()

int ff_opus_psy_init ( OpusPsyContext s,
AVCodecContext avctx,
struct FFBufQueue bufqueue,
OpusEncOptions options 
)

Definition at line 515 of file opusenc_psy.c.

Referenced by opus_encode_init().

◆ ff_opus_psy_signal_eof()

void ff_opus_psy_signal_eof ( OpusPsyContext s)

Definition at line 589 of file opusenc_psy.c.

Referenced by opus_encode_frame().

◆ ff_opus_psy_end()

int ff_opus_psy_end ( OpusPsyContext s)

Definition at line 594 of file opusenc_psy.c.

Referenced by opus_encode_end().