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
51c91564
Commit
51c91564
authored
Jul 23, 2010
by
Jason Garrett-Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VP8 asm: cosmetics (spacing)
Originally committed as revision 24453 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8a467b2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vp8dsp.asm
libavcodec/x86/vp8dsp.asm
+2
-2
No files found.
libavcodec/x86/vp8dsp.asm
View file @
51c91564
...
...
@@ -986,7 +986,7 @@ cglobal vp8_idct_dc_add4_mmx, 3, 3
movd
m1
,
[
r1
+
32
*
2
]
; C
punpcklwd
m0
,
[
r1
+
32
*
1
]
; A B
punpcklwd
m1
,
[
r1
+
32
*
3
]
; C D
punpckldq
m0
,
m1
; A B C D
punpckldq
m0
,
m1
; A B C D
pxor
m6
,
m6
; calculate DC
...
...
@@ -1021,7 +1021,7 @@ cglobal vp8_idct_dc_add4_sse2, 3, 3
movd
m1
,
[
r1
+
32
*
2
]
; C
punpcklwd
m0
,
[
r1
+
32
*
1
]
; A B
punpcklwd
m1
,
[
r1
+
32
*
3
]
; C D
punpckldq
m0
,
m1
; A B C D
punpckldq
m0
,
m1
; A B C D
pxor
m1
,
m1
; calculate DC
...
...
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