FFmpeg
Functions
vp6dsp.c File Reference
#include "libavutil/common.h"
#include "vp56dsp.h"

Go to the source code of this file.

Functions

static void vp6_filter_diag4_c (uint8_t *dst, const uint8_t *src, ptrdiff_t stride, const int16_t *h_weights, const int16_t *v_weights)
 
av_cold void ff_vp6dsp_init (VP6DSPContext *s)
 

Detailed Description

VP6 DSP-oriented functions

Definition in file vp6dsp.c.

Function Documentation

◆ vp6_filter_diag4_c()

static void vp6_filter_diag4_c ( uint8_t *  dst,
const uint8_t *  src,
ptrdiff_t  stride,
const int16_t *  h_weights,
const int16_t *  v_weights 
)
static

Definition at line 30 of file vp6dsp.c.

Referenced by ff_vp6dsp_init().

◆ ff_vp6dsp_init()

av_cold void ff_vp6dsp_init ( VP6DSPContext s)

Definition at line 63 of file vp6dsp.c.

Referenced by checkasm_check_vp6dsp(), and vp6_decode_init_context().