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

Filip Roséen git at videolan.org
Mon Mar 20 14:08:51 CET 2017


vlc | branch: master | Filip Roséen <filip at atch.se> | Fri Mar 17 03:36:02 2017 +0100| [40921a69026cee3c173e78c1b50eb13eed193f1a] | committer: Hugo Beauzée-Luyssen

video_filter/deinterlace: algo_x: remove XDeint8x8Set (unused)

This function has been unused since 2011.

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40921a69026cee3c173e78c1b50eb13eed193f1a
---

 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 fe08d61..70633a6 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)



More information about the vlc-commits mailing list