FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vp6dsp.c File Reference

VP6 DSP-oriented functions. More...

#include "libavutil/common.h"
#include "vp56dsp.h"

Go to the source code of this file.

Functions

void ff_vp6_filter_diag4_c (uint8_t *dst, uint8_t *src, int stride, const int16_t *h_weights, const int16_t *v_weights)
 

Detailed Description

VP6 DSP-oriented functions.

Definition in file vp6dsp.c.

Function Documentation

void ff_vp6_filter_diag4_c ( uint8_t dst,
uint8_t src,
int  stride,
const int16_t *  h_weights,
const int16_t *  v_weights 
)

Definition at line 30 of file vp6dsp.c.

Referenced by ff_vp56dsp_init().