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
d17b6f0b
Commit
d17b6f0b
authored
May 29, 2002
by
Zdenek Kabelac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* optimized remaing avg_pixels_xy2
Originally committed as revision 621 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c04643a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
34 deletions
+26
-34
dsputil_mmx_avg.h
libavcodec/i386/dsputil_mmx_avg.h
+26
-34
No files found.
libavcodec/i386/dsputil_mmx_avg.h
View file @
d17b6f0b
...
@@ -258,47 +258,39 @@ static void DEF(avg_pixels_xy2)(UINT8 *block, const UINT8 *pixels, int line_size
...
@@ -258,47 +258,39 @@ static void DEF(avg_pixels_xy2)(UINT8 *block, const UINT8 *pixels, int line_size
{
{
__asm
__volatile
(
__asm
__volatile
(
MOVQ_BONE
(
%%
mm7
)
MOVQ_BONE
(
%%
mm7
)
"
xorl %%eax
, %%eax
\n\t
"
"
lea (%3, %3)
, %%eax
\n\t
"
"movq (%1), %%mm0
\n\t
"
"movq (%1), %%mm0
\n\t
"
"movq 1(%1), %%mm1
\n\t
"
PAVGB
" 1(%1), %%mm0
\n\t
"
PAVGB
" %%mm1, %%mm0
\n\t
"
".balign 8
\n\t
"
".balign 16
\n\t
"
"1:
\n\t
"
"1:
\n\t
"
"movq (%2, %%eax), %%mm1
\n\t
"
"movq (%1, %%eax), %%mm2
\n\t
"
"movq (%3, %%eax), %%mm2
\n\t
"
"movq (%1, %3), %%mm1
\n\t
"
"movq 1(%2, %%eax), %%mm3
\n\t
"
"movq 1(%3, %%eax), %%mm4
\n\t
"
"psubusb %%mm7, %%mm2
\n\t
"
"psubusb %%mm7, %%mm2
\n\t
"
PAVGB
" %%mm3, %%mm1
\n\t
"
PAVGB
" 1(%1, %3), %%mm1
\n\t
"
PAVGB
" %%mm4, %%mm2
\n\t
"
PAVGB
" 1(%1, %%eax), %%mm2
\n\t
"
"addl %%eax, %1
\n\t
"
PAVGB
" %%mm1, %%mm0
\n\t
"
PAVGB
" %%mm1, %%mm0
\n\t
"
PAVGB
" %%mm2, %%mm1
\n\t
"
PAVGB
" %%mm2, %%mm1
\n\t
"
"movq (%4, %%eax), %%mm3
\n\t
"
PAVGB
" (%2), %%mm0
\n\t
"
"movq (%5, %%eax), %%mm4
\n\t
"
PAVGB
" (%2, %3), %%mm1
\n\t
"
PAVGB
" %%mm3, %%mm0
\n\t
"
"movq %%mm0, (%2)
\n\t
"
PAVGB
" %%mm4, %%mm1
\n\t
"
"movq %%mm1, (%2, %3)
\n\t
"
"movq %%mm0, (%4, %%eax)
\n\t
"
"movq (%1, %3), %%mm1
\n\t
"
"movq %%mm1, (%5, %%eax)
\n\t
"
"movq (%1, %%eax), %%mm0
\n\t
"
"addl %6, %%eax
\n\t
"
PAVGB
" 1(%1, %3), %%mm1
\n\t
"
"movq (%2, %%eax), %%mm1
\n\t
"
PAVGB
" 1(%1, %%eax), %%mm0
\n\t
"
"movq (%3, %%eax), %%mm0
\n\t
"
"addl %%eax, %2
\n\t
"
"movq 1(%2, %%eax), %%mm3
\n\t
"
"addl %%eax, %1
\n\t
"
"movq 1(%3, %%eax), %%mm4
\n\t
"
PAVGB
" %%mm3, %%mm1
\n\t
"
PAVGB
" %%mm4, %%mm0
\n\t
"
PAVGB
" %%mm1, %%mm2
\n\t
"
PAVGB
" %%mm1, %%mm2
\n\t
"
PAVGB
" %%mm0, %%mm1
\n\t
"
PAVGB
" %%mm0, %%mm1
\n\t
"
"movq (%4, %%eax), %%mm3
\n\t
"
PAVGB
" (%2), %%mm2
\n\t
"
"movq (%5, %%eax), %%mm4
\n\t
"
PAVGB
" (%2, %3), %%mm1
\n\t
"
PAVGB
" %%mm3, %%mm2
\n\t
"
"movq %%mm2, (%2)
\n\t
"
PAVGB
" %%mm4, %%mm1
\n\t
"
"movq %%mm1, (%2, %3)
\n\t
"
"movq %%mm2, (%4, %%eax)
\n\t
"
"addl %%eax, %2
\n\t
"
"movq %%mm1, (%5, %%eax)
\n\t
"
"addl %6, %%eax
\n\t
"
"subl $4, %0
\n\t
"
"subl $4, %0
\n\t
"
" jnz 1b
\n\t
"
"jnz 1b
\n\t
"
:
"+g"
(
h
)
:
"+g"
(
h
),
"+D"
(
pixels
),
"+S"
(
block
)
:
"D"
(
pixels
),
"S"
(
pixels
+
line_size
),
"r"
(
pixels
+
line_size
*
2
),
"r"
(
block
),
:
"r"
(
line_size
)
"r"
(
block
+
line_size
),
"g"
(
line_size
<<
1
)
:
"%eax"
,
"memory"
);
:
"%eax"
,
"memory"
);
}
}
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