Browse Source

arm: Fix a typo in a comment

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n3.3
Martin Storsjö 9 years ago
parent
commit
e8b96a7701
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/arm/vp8dsp_armv6.S
  2. +1
    -1
      libavcodec/arm/vp8dsp_neon.S

+ 1
- 1
libavcodec/arm/vp8dsp_armv6.S View File

@@ -1181,7 +1181,7 @@ function ff_put_vp8_pixels4_armv6, 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 sixtap_filters_13245600, align=4
.short 2, 108, -11, 36, -8, 1, 0, 0
.short 3, 77, -16, 77, -16, 3, 0, 0


+ 1
- 1
libavcodec/arm/vp8dsp_neon.S View File

@@ -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


Loading…
Cancel
Save