comparison vp6dsp.c @ 12417:9f06475db098 libavcodec

Move vp6_filter_diag4() from DSPContext to VP56DSPContext.
author rbultje
date Wed, 25 Aug 2010 13:42:28 +0000
parents 7dd2a45249a9
children
comparison
equal deleted inserted replaced
12416:87e6af0a6a5a 12417:9f06475db098
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #include "libavutil/common.h" 24 #include "libavutil/common.h"
25 #include "dsputil.h" 25 #include "vp56dsp.h"
26 26
27 27
28 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, int stride, 28 void ff_vp6_filter_diag4_c(uint8_t *dst, uint8_t *src, int stride,
29 const int16_t *h_weights, const int16_t *v_weights) 29 const int16_t *h_weights, const int16_t *v_weights)
30 { 30 {