diff options
author | Martin Storsjö <martin@martin.st> | 2023-10-17 13:47:27 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-10-21 23:25:29 +0300 |
commit | 7f905f3672da4f1fa28d7cccf1fef7f9984e0480 (patch) | |
tree | a60676b089c38c5bd738ade95fb6892f805835bd /libavcodec/aarch64/opusdsp_neon.S | |
parent | 93cda5a9c292e47cf080e6158c5461455d28ccae (diff) | |
download | ffmpeg-7f905f3672da4f1fa28d7cccf1fef7f9984e0480.tar.gz |
aarch64: Make the indentation more consistent
Some functions have slightly different indentation styles; try
to match the surrounding code.
libavcodec/aarch64/vc1dsp_neon.S is skipped here, as it intentionally
uses a layered indentation style to visually show how different
unrolled/interleaved phases fit together.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aarch64/opusdsp_neon.S')
-rw-r--r-- | libavcodec/aarch64/opusdsp_neon.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/aarch64/opusdsp_neon.S b/libavcodec/aarch64/opusdsp_neon.S index 46c2be0874..1c88d7d123 100644 --- a/libavcodec/aarch64/opusdsp_neon.S +++ b/libavcodec/aarch64/opusdsp_neon.S @@ -34,13 +34,13 @@ endconst function ff_opus_deemphasis_neon, export=1 movrel x4, tab_st - ld1 {v4.4s}, [x4] + ld1 {v4.4s}, [x4] movrel x4, tab_x0 - ld1 {v5.4s}, [x4] + ld1 {v5.4s}, [x4] movrel x4, tab_x1 - ld1 {v6.4s}, [x4] + ld1 {v6.4s}, [x4] movrel x4, tab_x2 - ld1 {v7.4s}, [x4] + ld1 {v7.4s}, [x4] fmul v0.4s, v4.4s, v0.s[0] |