|
FFmpeg
|
#include "config.h"#include "libavutil/cpu.h"#include "libavutil/x86/cpu.h"#include "libavcodec/vvc/dec.h"#include "libavcodec/vvc/ctu.h"#include "libavcodec/vvc/dsp.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 347 of file dsp_init.c.
Referenced by ff_vvc_dsp_init().
1.8.17