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 check_ipred(), check_itxfm(), check_loopfilter(), check_mc(), and update_size().