summaryrefslogtreecommitdiff
path: root/libavcodec/arm/vp8dsp_neon.S
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-11-14 15:21:49 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-11-14 15:21:49 +0100
commit51f5542c776ae89b56d77522fdd2bafde32695b0 (patch)
tree541350e0a2e2ab687c72fe1bf88446948dae7532 /libavcodec/arm/vp8dsp_neon.S
parent5a447edd475a7ae672f385ca0c76a5fc5a56ac1f (diff)
parente8b96a77010dd62624c3c65c357d7ae3b397ceaa (diff)
Merge commit 'e8b96a77010dd62624c3c65c357d7ae3b397ceaa'
* commit 'e8b96a77010dd62624c3c65c357d7ae3b397ceaa': arm: Fix a typo in a comment Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/arm/vp8dsp_neon.S')
-rw-r--r--libavcodec/arm/vp8dsp_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/vp8dsp_neon.S b/libavcodec/arm/vp8dsp_neon.S
index 2e87fb0cc7..fcb424881b 100644
--- a/libavcodec/arm/vp8dsp_neon.S
+++ b/libavcodec/arm/vp8dsp_neon.S
@@ -1562,7 +1562,7 @@ function ff_put_vp8_epel4_h4v4_neon, export=1
endfunc
@ note: worst case sum of all 6-tap filter values * 255 is 0x7f80 so 16 bit
-@ arithmatic can be used to apply filters
+@ arithmetic can be used to apply filters
const subpel_filters, align=4
.short 0, 6, 123, 12, 1, 0, 0, 0
.short 2, 11, 108, 36, 8, 1, 0, 0