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
92c5755a
Commit
92c5755a
authored
Sep 11, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hpeldsp: arm: Update comments left behind in
25841dfe
parent
009adfd4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
hpeldsp_arm.S
libavcodec/arm/hpeldsp_arm.S
+8
-8
No files found.
libavcodec/arm/hpeldsp_arm.S
View file @
92c5755a
...
...
@@ -90,7 +90,7 @@
@ ----------------------------------------------------------------
function ff_put_pixels16_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r11, lr}
...
...
@@ -141,7 +141,7 @@ endfunc
@ ----------------------------------------------------------------
function ff_put_pixels8_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r5,lr}
...
...
@@ -192,7 +192,7 @@ endfunc
@ ----------------------------------------------------------------
function ff_put_pixels8_x2_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r10,lr}
...
...
@@ -250,7 +250,7 @@ function ff_put_pixels8_x2_arm, export=1, align=5
endfunc
function ff_put_no_rnd_pixels8_x2_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r10,lr}
...
...
@@ -310,7 +310,7 @@ endfunc
@ ----------------------------------------------------------------
function ff_put_pixels8_y2_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r11,lr}
...
...
@@ -407,7 +407,7 @@ function ff_put_pixels8_y2_arm, export=1, align=5
endfunc
function ff_put_no_rnd_pixels8_y2_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r11,lr}
...
...
@@ -573,7 +573,7 @@ endfunc
.endm
function ff_put_pixels8_xy2_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r11,lr} @ R14 is also called LR
...
...
@@ -588,7 +588,7 @@ function ff_put_pixels8_xy2_arm, export=1, align=5
endfunc
function ff_put_no_rnd_pixels8_xy2_arm, export=1, align=5
@ void func(uint8_t *block, const uint8_t *pixels,
in
t line_size, int h)
@ void func(uint8_t *block, const uint8_t *pixels,
ptrdiff_
t line_size, int h)
@ block = word aligned, pixles = unaligned
pld [r1]
push {r4-r11,lr}
...
...
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