summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 99b04f7a46..4704177be9 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -121,6 +121,9 @@ extern void ff_snow_vertical_compose97i(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, D
extern void ff_snow_horizontal_compose97i(DWTELEM *b, int width);
extern void ff_snow_inner_add_yblock(uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8);
+int w53_32_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h);
+int w97_32_c(void *v, uint8_t * pix1, uint8_t * pix2, int line_size, int h);
+
/* C bits used by mmx/sse2/altivec */