Only use one 'END' per file

On visual studio builds the 'END' directive aggressively signals the end
of file.

Change-Id: I28714da32762ef5abcbaeb5a109fb02b80dd13ec
diff --git a/vpx_dsp/arm/variance_media.asm b/vpx_dsp/arm/variance_media.asm
index 4372f53..f7f9e14 100644
--- a/vpx_dsp/arm/variance_media.asm
+++ b/vpx_dsp/arm/variance_media.asm
@@ -152,9 +152,6 @@
 
     ENDP
 
-    END
-
-
 ; r0    unsigned char *src_ptr
 ; r1    int source_stride
 ; r2    unsigned char *ref_ptr
@@ -238,8 +235,6 @@
 
     ENDP
 
-    END
-
 ; r0    unsigned char *src_ptr
 ; r1    int source_stride
 ; r2    unsigned char *ref_ptr