diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-17 17:14:13 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-06-17 17:14:13 +0000 |
commit | 7d85e56aaafa6abe32b4474fc84895717c353f1b (patch) | |
tree | 9f8d195e58a4313878cfe3603a05fdfd3036c4f2 /src/post/deinterlace/speedy.h | |
parent | 743ddcb76624aa97a32039d816a9efa4fac45519 (diff) | |
download | xine-lib-7d85e56aaafa6abe32b4474fc84895717c353f1b.tar.gz xine-lib-7d85e56aaafa6abe32b4474fc84895717c353f1b.tar.bz2 |
sourceforge is ignoring my commit, trying again
CVS patchset: 5057
CVS date: 2003/06/17 17:14:13
Diffstat (limited to 'src/post/deinterlace/speedy.h')
-rw-r--r-- | src/post/deinterlace/speedy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/post/deinterlace/speedy.h b/src/post/deinterlace/speedy.h index 734050b40..b84615584 100644 --- a/src/post/deinterlace/speedy.h +++ b/src/post/deinterlace/speedy.h @@ -110,6 +110,8 @@ extern void (*filter_luma_14641_packed422_inplace_scanline)( uint8_t *data, int extern unsigned int (*diff_factor_packed422_scanline)( uint8_t *cur, uint8_t *old, int width ); extern unsigned int (*comb_factor_packed422_scanline)( uint8_t *top, uint8_t *mid, uint8_t *bot, int width ); +extern void (*linearblend_chroma_packed422_scanline)( uint8_t *output, int width, + uint8_t *m, uint8_t *t, uint8_t *b); extern void (*kill_chroma_packed422_inplace_scanline)( uint8_t *data, int width ); extern void (*mirror_packed422_inplace_scanline)( uint8_t *data, int width ); extern void (*halfmirror_packed422_inplace_scanline)( uint8_t *data, int width ); |