[vlc-devel] [PATCH] video_filter/deinterlace: algo_x: remove XDeint8x8Set (unused)

Filip Roséen filip at atch.se
Fri Mar 17 03:36:02 CET 2017


This function has been unused since 2011.
---
 modules/video_filter/deinterlace/algo_x.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/modules/video_filter/deinterlace/algo_x.c b/modules/video_filter/deinterlace/algo_x.c
index fe08d61fdf..70633a6fc0 100644
--- a/modules/video_filter/deinterlace/algo_x.c
+++ b/modules/video_filter/deinterlace/algo_x.c
@@ -207,14 +207,6 @@ static inline void XDeint8x8MergeMMXEXT( uint8_t *dst,  int i_dst,
 
 #endif
 
-/* For debug */
-static inline void XDeint8x8Set( uint8_t *dst, int i_dst, uint8_t v )
-{
-    int y;
-    for( y = 0; y < 8; y++ )
-        memset( &dst[y*i_dst], v, 8 );
-}
-
 /* XDeint8x8FieldE: Stupid deinterlacing (1,0,1) for block that miss a
  * neighbour
  * (Use 8x9 pixels)
-- 
2.12.0


More information about the vlc-devel mailing list