]> git.sesse.net Git - ffmpeg/commit
arm/aarch64: vp9: Fix vertical alignment
authorMartin Storsjö <martin@martin.st>
Sun, 8 Jan 2017 22:04:19 +0000 (00:04 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 16 Mar 2017 21:09:00 +0000 (23:09 +0200)
commit7995ebfad12002033c73feed422a1cfc62081e8f
tree3e3e6130b6311d99673e580d968c5d860cd1cf51
parent827a05eaa9482e9ac2a17f7f2e42ead07c1d7574
arm/aarch64: vp9: Fix vertical alignment

Align the second/third operands as they usually are.

Due to the wildly varying sizes of the written out operands
in aarch64 assembly, the column alignment is usually not as clear
as in arm assembly.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/aarch64/vp9itxfm_neon.S
libavcodec/arm/vp9itxfm_neon.S
libavcodec/arm/vp9lpf_neon.S