FFmpeg
Functions | Variables
vp9dsp.c File Reference
#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]
 

Function Documentation

◆ ff_vp9dsp_init()

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().

Variable Documentation

◆ ff_vp9_subpel_filters

const int16_t ff_vp9_subpel_filters[3][16][8]

Definition at line 32 of file vp9dsp.c.