]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/h264_weight.asm
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / x86 / h264_weight.asm
index 26233bf080defb5ba6a7d8134f90f9ca4e2cc716..2ad5a8f4582ef35d8b3cd3fb61b682d0943d4973 100644 (file)
@@ -73,7 +73,7 @@ SECTION .text
 INIT_MMX
 cglobal h264_weight_16_mmx2, 6, 6, 0
     WEIGHT_SETUP
-.nextrow
+.nextrow:
     WEIGHT_OP 0,  4
     mova     [r0  ], m0
     WEIGHT_OP 8, 12
@@ -86,7 +86,7 @@ cglobal h264_weight_16_mmx2, 6, 6, 0
 %macro WEIGHT_FUNC_MM 3
 cglobal h264_weight_%1_%3, 6, 6, %2
     WEIGHT_SETUP
-.nextrow
+.nextrow:
     WEIGHT_OP 0, mmsize/2
     mova     [r0], m0
     add        r0, r1
@@ -105,7 +105,7 @@ cglobal h264_weight_%1_%3, 6, 6, %2
     WEIGHT_SETUP
     sar       r2d, 1
     lea        r3, [r1*2]
-.nextrow
+.nextrow:
     WEIGHT_OP 0, r1
     movh     [r0], m0
 %if mmsize == 16
@@ -178,7 +178,7 @@ INIT_MMX
 cglobal h264_biweight_16_mmx2, 7, 8, 0
     BIWEIGHT_SETUP
     movifnidn r3d, r3m
-.nextrow
+.nextrow:
     BIWEIGHT_STEPA 0, 1, 0
     BIWEIGHT_STEPA 1, 2, 4
     BIWEIGHT_STEPB
@@ -197,7 +197,7 @@ cglobal h264_biweight_16_mmx2, 7, 8, 0
 cglobal h264_biweight_%1_%3, 7, 8, %2
     BIWEIGHT_SETUP
     movifnidn r3d, r3m
-.nextrow
+.nextrow:
     BIWEIGHT_STEPA 0, 1, 0
     BIWEIGHT_STEPA 1, 2, mmsize/2
     BIWEIGHT_STEPB
@@ -220,7 +220,7 @@ cglobal h264_biweight_%1_%3, 7, 8, %2
     movifnidn r3d, r3m
     sar        r3, 1
     lea        r4, [r2*2]
-.nextrow
+.nextrow:
     BIWEIGHT_STEPA 0, 1, 0
     BIWEIGHT_STEPA 1, 2, r2
     BIWEIGHT_STEPB
@@ -288,7 +288,7 @@ cglobal h264_biweight_16_ssse3, 7, 8, 8
     BIWEIGHT_SSSE3_SETUP
     movifnidn r3d, r3m
 
-.nextrow
+.nextrow:
     movh       m0, [r0]
     movh       m2, [r0+8]
     movh       m3, [r1+8]
@@ -309,7 +309,7 @@ cglobal h264_biweight_8_ssse3, 7, 8, 8
     sar        r3, 1
     lea        r4, [r2*2]
 
-.nextrow
+.nextrow:
     movh       m0, [r0]
     movh       m1, [r1]
     movh       m2, [r0+r2]