FFmpeg
|
#include "config.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/vvc/vvcdec.h"
#include "libavcodec/vvc/vvc_ctu.h"
#include "libavcodec/vvc/vvcdsp.h"
#include "libavcodec/x86/h26x/h2656dsp.h"
Go to the source code of this file.
Functions | |
void | ff_vvc_dsp_init_x86 (VVCDSPContext *const c, const int bd) |
void ff_vvc_dsp_init_x86 | ( | VVCDSPContext *const | c, |
const int | bd | ||
) |
Definition at line 210 of file vvcdsp_init.c.
Referenced by ff_vvc_dsp_init().