|
FFmpeg
|
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/avassert.h"#include "libavutil/mem_internal.h"#include "vp9dsp.h"Go to the source code of this file.
Functions | |
| av_cold void | ff_vp9dsp_init (VP9DSPContext *dsp, int bpp, int bitexact) |
Variables | |
| const int16_t | ff_vp9_subpel_filters [3][16][8] |
| av_cold void ff_vp9dsp_init | ( | VP9DSPContext * | dsp, |
| int | bpp, | ||
| int | bitexact | ||
| ) |
Definition at line 88 of file vp9dsp.c.
Referenced by checkasm_check_vp9_ipred(), checkasm_check_vp9_itxfm(), checkasm_check_vp9_loopfilter(), checkasm_check_vp9_mc(), and update_size().
1.8.17