comparison vp56dsp.h @ 11666:1c6d78234e67 libavcodec

ARM: NEON optimised VP6 edge filter
author mru
date Fri, 30 Apr 2010 21:30:27 +0000
parents 85ee3d14b906
children 9f06475db098
comparison
equal deleted inserted replaced
11665:85ee3d14b906 11666:1c6d78234e67
27 void (*edge_filter_hor)(uint8_t *yuv, int stride, int t); 27 void (*edge_filter_hor)(uint8_t *yuv, int stride, int t);
28 void (*edge_filter_ver)(uint8_t *yuv, int stride, int t); 28 void (*edge_filter_ver)(uint8_t *yuv, int stride, int t);
29 } VP56DSPContext; 29 } VP56DSPContext;
30 30
31 void ff_vp56dsp_init(VP56DSPContext *s, enum CodecID codec); 31 void ff_vp56dsp_init(VP56DSPContext *s, enum CodecID codec);
32 void ff_vp56dsp_init_arm(VP56DSPContext *s, enum CodecID codec);
32 33
33 #endif /* AVCODEC_VP56DSP_H */ 34 #endif /* AVCODEC_VP56DSP_H */