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
c8315e91
Commit
c8315e91
authored
Oct 06, 2009
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: whitespace cosmetics
Originally committed as revision 20183 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
70d8c762
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
22 deletions
+8
-22
dsputil_arm.S
libavcodec/arm/dsputil_arm.S
+8
-22
No files found.
libavcodec/arm/dsputil_arm.S
View file @
c8315e91
...
...
@@ -596,20 +596,13 @@ function ff_put_pixels8_xy2_arm, export=1
pld [r1]
push {r4-r11,lr} @ R14 is also called LR
JMP_ALIGN r5, r1
1:
RND_XY2_EXPAND 0, lsl
1: RND_XY2_EXPAND 0, lsl
.align 5
2:
RND_XY2_EXPAND 1, lsl
2: RND_XY2_EXPAND 1, lsl
.align 5
3:
RND_XY2_EXPAND 2, lsl
3: RND_XY2_EXPAND 2, lsl
.align 5
4:
RND_XY2_EXPAND 3, lsl
4: RND_XY2_EXPAND 3, lsl
.endfunc
.align 5
...
...
@@ -619,20 +612,13 @@ function ff_put_no_rnd_pixels8_xy2_arm, export=1
pld [r1]
push {r4-r11,lr}
JMP_ALIGN r5, r1
1:
RND_XY2_EXPAND 0, lsr
1: RND_XY2_EXPAND 0, lsr
.align 5
2:
RND_XY2_EXPAND 1, lsr
2: RND_XY2_EXPAND 1, lsr
.align 5
3:
RND_XY2_EXPAND 2, lsr
3: RND_XY2_EXPAND 2, lsr
.align 5
4:
RND_XY2_EXPAND 3, lsr
4: RND_XY2_EXPAND 3, lsr
.endfunc
.align 5
...
...
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