Commit 39278ff0 authored by James Almer's avatar James Almer

Merge commit 'c513fcd7'

* commit 'c513fcd7':
  aarch64: vp8: Fix a typo in a comment
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 4f9a8d3f c513fcd7
...@@ -743,7 +743,7 @@ endfunc ...@@ -743,7 +743,7 @@ endfunc
// note: worst case sum of all 6-tap filter values * 255 is 0x7f80 so 16 bit // 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 const subpel_filters, align=4
.short 0, 6, 123, 12, 1, 0, 0, 0 .short 0, 6, 123, 12, 1, 0, 0, 0
.short 2, 11, 108, 36, 8, 1, 0, 0 .short 2, 11, 108, 36, 8, 1, 0, 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment