FFmpeg
Loading...
Searching...
No Matches
enc_psy.h File Reference
#include "libavutil/tx.h"
#include "libavutil/mem_internal.h"
#include "enc.h"
#include "celt.h"
#include "enc_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 254 of file enc_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 288 of file enc_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 502 of file enc_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 524 of file enc_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 561 of file enc_psy.c.

Referenced by opus_encode_init().

◆ ff_opus_psy_signal_eof()

void ff_opus_psy_signal_eof ( OpusPsyContext * s)

Definition at line 637 of file enc_psy.c.

Referenced by opus_encode_frame().

◆ ff_opus_psy_end()

int ff_opus_psy_end ( OpusPsyContext * s)

Definition at line 642 of file enc_psy.c.

Referenced by opus_encode_end().