FFmpeg
Data Structures | Macros | Functions
opus_pvq.h File Reference
#include "libavutil/mem_internal.h"
#include "opus_celt.h"

Go to the source code of this file.

Data Structures

struct  CeltPVQ
 

Macros

#define QUANT_FN(name)
 

Functions

void ff_celt_pvq_init_x86 (struct CeltPVQ *s)
 
int ff_celt_pvq_init (struct CeltPVQ **pvq, int encode)
 
void ff_celt_pvq_uninit (struct CeltPVQ **pvq)
 

Macro Definition Documentation

◆ QUANT_FN

#define QUANT_FN (   name)
Value:
uint32_t (name)(struct CeltPVQ *pvq, CeltFrame *f, \
OpusRangeCoder *rc, const int band, float *X, \
float *Y, int N, int b, uint32_t blocks, \
float *lowband, int duration, \
float *lowband_out, int level, float gain, \
float *lowband_scratch, int fill)

Definition at line 30 of file opus_pvq.h.

Function Documentation

◆ ff_celt_pvq_init_x86()

void ff_celt_pvq_init_x86 ( struct CeltPVQ s)

Definition at line 32 of file celt_pvq_init.c.

Referenced by ff_celt_pvq_init().

◆ ff_celt_pvq_init()

int ff_celt_pvq_init ( struct CeltPVQ **  pvq,
int  encode 
)

Definition at line 906 of file opus_pvq.c.

Referenced by ff_celt_init(), and opus_encode_init().

◆ ff_celt_pvq_uninit()

void ff_celt_pvq_uninit ( struct CeltPVQ **  pvq)

Definition at line 926 of file opus_pvq.c.

Referenced by ff_celt_free(), and opus_encode_end().

name
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf default minimum maximum flags name is the option name
Definition: writing_filters.txt:88
level
uint8_t level
Definition: svq3.c:204
b
#define b
Definition: input.c:41
CeltPVQ
Definition: opus_pvq.h:37
duration
int64_t duration
Definition: movenc.c:64
X
@ X
Definition: vf_addroi.c:27
f
f
Definition: af_crystalizer.c:121
N
#define N
Definition: af_mcompand.c:53
Y
#define Y
Definition: boxblur.h:37
CeltFrame
Definition: opus_celt.h:97