FFmpeg
|
#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 | VVCTxType { VVC_DCT2, VVC_DST7, VVC_DCT8, VVC_N_TX_TYPE } |
enum | VVCTxSize { VVC_TX_SIZE_2, VVC_TX_SIZE_4, VVC_TX_SIZE_8, VVC_TX_SIZE_16, VVC_TX_SIZE_32, VVC_TX_SIZE_64, VVC_N_TX_SIZE } |
Functions | |
void | ff_vvc_dsp_init (VVCDSPContext *hpc, int bit_depth) |
void | ff_vvc_dsp_init_aarch64 (VVCDSPContext *hpc, const int bit_depth) |
void | ff_vvc_dsp_init_riscv (VVCDSPContext *hpc, const int bit_depth) |
void | ff_vvc_dsp_init_x86 (VVCDSPContext *hpc, const int bit_depth) |
enum VVCTxType |
enum VVCTxSize |
void ff_vvc_dsp_init | ( | VVCDSPContext * | hpc, |
int | bit_depth | ||
) |
Definition at line 77 of file dsp.c.
Referenced by check_avg(), check_bdof(), check_dmvr(), check_put_vvc_chroma(), check_put_vvc_chroma_uni(), check_put_vvc_luma(), check_put_vvc_luma_uni(), check_vvc_sad(), checkasm_check_vvc_alf(), and frame_context_setup().
void ff_vvc_dsp_init_aarch64 | ( | VVCDSPContext * | hpc, |
const int | bit_depth | ||
) |
Definition at line 99 of file dsp_init.c.
Referenced by ff_vvc_dsp_init().
void ff_vvc_dsp_init_riscv | ( | VVCDSPContext * | hpc, |
const int | bit_depth | ||
) |
Definition at line 40 of file vvcdsp_init.c.
Referenced by ff_vvc_dsp_init().
void ff_vvc_dsp_init_x86 | ( | VVCDSPContext * | hpc, |
const int | bit_depth | ||
) |
Definition at line 359 of file vvcdsp_init.c.
Referenced by ff_vvc_dsp_init().