Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
20968575
Commit
20968575
authored
Jul 31, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2
parent
82494835
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
h264_idct.asm
libavcodec/x86/h264_idct.asm
+4
-4
No files found.
libavcodec/x86/h264_idct.asm
View file @
20968575
...
...
@@ -704,7 +704,7 @@ h264_idct_dc_add8_mmx2:
ALIGN
16
INIT_XMM
; r0 = uint8_t *dst (clobbered), r2 = int16_t *block, r3 = int stride
x
264_add8x4_idct_sse2
:
h
264_add8x4_idct_sse2
:
movq
m0
,
[
r2
+
0
]
movq
m1
,
[
r2
+
8
]
movq
m2
,
[
r2
+
16
]
...
...
@@ -733,7 +733,7 @@ x264_add8x4_idct_sse2:
%else
add
r0
,
r0m
%endif
call
x
264_add8x4_idct_sse2
call
h
264_add8x4_idct_sse2
.
cycle%1
end
%if
%1
<
7
add
r2
,
64
...
...
@@ -768,7 +768,7 @@ cglobal h264_idct_add16_8_sse2, 5, 5 + ARCH_X86_64, 8
%else
add
r0
,
r0m
%endif
call
x
264_add8x4_idct_sse2
call
h
264_add8x4_idct_sse2
jmp
.
cycle%1
end
.
try%1
dc
movsx
r0
,
word
[
r2
]
...
...
@@ -815,7 +815,7 @@ cglobal h264_idct_add16intra_8_sse2, 5, 7 + ARCH_X86_64, 8
mov
r0
,
[r0]
add
r0
,
dword
[
r1
+
(
%1
&
1
)
*
8
+
64
*
(
1
+
(
%1
>>
1
))
]
%endif
call
x
264_add8x4_idct_sse2
call
h
264_add8x4_idct_sse2
jmp
.
cycle%1
end
.
try%1
dc
movsx
r0
,
word
[
r2
]
...
...
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