FFmpeg
Data Structures | Enumerations | Functions
vvcdsp.h File Reference
#include <stdint.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  VVCInterDSPContext
 
struct  VVCIntraDSPContext
 
struct  VVCItxDSPContext
 
struct  VVCLMCSDSPContext
 
struct  VVCLFDSPContext
 
struct  VVCSAODSPContext
 
struct  VVCALFDSPContext
 
struct  VVCDSPContext
 

Enumerations

enum  TxType { DCT2, DST7, DCT8, N_TX_TYPE }
 
enum  TxSize {
  TX_SIZE_2, TX_SIZE_4, TX_SIZE_8, TX_SIZE_16,
  TX_SIZE_32, TX_SIZE_64, N_TX_SIZE
}
 

Functions

void ff_vvc_dsp_init (VVCDSPContext *hpc, int bit_depth)
 
void ff_vvc_dsp_init_x86 (VVCDSPContext *hpc, const int bit_depth)
 

Enumeration Type Documentation

◆ TxType

enum TxType
Enumerator
DCT2 
DST7 
DCT8 
N_TX_TYPE 

Definition at line 30 of file vvcdsp.h.

◆ TxSize

enum TxSize
Enumerator
TX_SIZE_2 
TX_SIZE_4 
TX_SIZE_8 
TX_SIZE_16 
TX_SIZE_32 
TX_SIZE_64 
N_TX_SIZE 

Definition at line 37 of file vvcdsp.h.

Function Documentation

◆ ff_vvc_dsp_init()

void ff_vvc_dsp_init ( VVCDSPContext hpc,
int  bit_depth 
)

◆ ff_vvc_dsp_init_x86()

void ff_vvc_dsp_init_x86 ( VVCDSPContext hpc,
const int  bit_depth 
)

Definition at line 210 of file vvcdsp_init.c.

Referenced by ff_vvc_dsp_init().