|
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 | 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) |
| enum TxSize |
| void ff_vvc_dsp_init | ( | VVCDSPContext * | hpc, |
| int | bit_depth | ||
| ) |
Definition at line 98 of file vvcdsp.c.
Referenced by check_avg(), check_put_vvc_chroma(), check_put_vvc_chroma_uni(), check_put_vvc_luma(), check_put_vvc_luma_uni(), and frame_context_setup().
| 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().
1.8.17