*.asm: normalize label format
authorJames Zern <jzern@google.com>
Wed, 22 Jun 2016 19:18:49 +0000 (12:18 -0700)
committerJames Zern <jzern@google.com>
Tue, 28 Jun 2016 02:46:57 +0000 (19:46 -0700)
commitf51f67602e19cc086e29aa8e503d05b919f0a7b0
tree8e9412123f927e9a446e493438b357b0a7117493
parent32ac7cabdff90ce4c91e88d220d6c419b092b973
*.asm: normalize label format

add a trailing ':', though it's optional with the tools we support, it's
more common to use it to mark a label. this also quiets the
orphan-labels warning with nasm/yasm.

BUG=b/29583530

Change-Id: I46e95255e12026dd542d9838e2dd3fbddf7b56e2
vp8/common/x86/mfqe_sse2.asm
vp8/common/x86/postproc_mmx.asm
vp8/common/x86/postproc_sse2.asm
vp9/common/x86/vp9_mfqe_sse2.asm
vpx_dsp/x86/intrapred_sse2.asm
vpx_dsp/x86/vpx_convolve_copy_sse2.asm
vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm