deinterlace: add SSE2 replacement for removed MMX/MMXEXT
Compare changes
Files
5@@ -24,6 +24,10 @@
@@ -143,6 +147,139 @@ static void DarkenField( picture_t *p_dst,
@@ -229,6 +366,13 @@ int RenderPhosphor( filter_t *p_filter,
This MR was originally purposed for purging all MMX/MMXEXT code from the codebase, including a conversion of MMX/MMXEXT in deinterlace to SSE2. Due to the android build issue with the latter discussed below holding everything up, most of the work was broken up into separate MRs, including a simple purge of MMX/MMXEXT from deinterlace in !424 (merged).
This MR now simply contains an SSE2 replacement for the purged deinterlace MMX/MMXEXT.
VideoLAN code repository instance