21 #ifndef AVCODEC_VP56DSP_H 22 #define AVCODEC_VP56DSP_H 28 void (*edge_filter_hor)(uint8_t *yuv, ptrdiff_t stride,
int t);
29 void (*edge_filter_ver)(uint8_t *yuv, ptrdiff_t stride,
int t);
31 void (*vp6_filter_diag4)(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
32 const int16_t *h_weights,
const int16_t *v_weights);
35 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
36 const int16_t *h_weights,
const int16_t *v_weights);