]> 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>
Sun, 19 Mar 2017 20:53:32 +0000 (22:53 +0200)
commit21c89f3a26bb1331381b90e653277585447cfbb3
treee29745bb6f8296b5a7952721a48822ab645003b2
parent70317b25aa35c0907720e4d2b7686408588c07aa
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.

This is cherrypicked from libav commit
7995ebfad12002033c73feed422a1cfc62081e8f.

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