Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e8b96a77
Commit
e8b96a77
authored
Jul 04, 2016
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: Fix a typo in a comment
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
dc08bbf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vp8dsp_armv6.S
libavcodec/arm/vp8dsp_armv6.S
+1
-1
vp8dsp_neon.S
libavcodec/arm/vp8dsp_neon.S
+1
-1
No files found.
libavcodec/arm/vp8dsp_armv6.S
View file @
e8b96a77
...
...
@@ -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
@ arithm
a
tic can be used to apply filters
@ arithm
e
tic 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
...
...
libavcodec/arm/vp8dsp_neon.S
View file @
e8b96a77
...
...
@@ -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
@ arithm
a
tic can be used to apply filters
@ arithm
e
tic 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment