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
086c9b78
Commit
086c9b78
authored
Sep 05, 2015
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9: fix rounding error in idct_8x8_ssse3.
parent
ae9344cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vp9itxfm.asm
libavcodec/x86/vp9itxfm.asm
+1
-2
No files found.
libavcodec/x86/vp9itxfm.asm
View file @
086c9b78
...
...
@@ -527,10 +527,9 @@ IADST4_FN iadst, IADST4, iadst, IADST4, ssse3
pmulhrsw
m2
,
[
pw_6270x2
]
; m2=t2a
pmulhrsw
m7
,
m1
,
[
pw_16069x2
]
; m7=t7a
pmulhrsw
m1
,
[
pw_3196x2
]
; m1=t4a
pmulhrsw
m5
,
m3
,
[
pw_
9102x2
]
; m5=-
t5a
pmulhrsw
m5
,
m3
,
[
pw_
m9102x2
]
; m5=
t5a
pmulhrsw
m3
,
[
pw_13623x2
]
; m3=t6a
SUMSUB_BA
w
,
5
,
1
,
4
; m1=t4a+t5a (t4), m5=t4a-t5a (t5a)
SWAP
1
,
5
SUMSUB_BA
w
,
3
,
7
,
4
; m3=t7a+t6a (t7), m7=t7a-t6a (t6a)
SUMSUB_BA
w
,
1
,
7
,
4
; m1=t6a+t5a (t6), m7=t6a-t5a (t5)
pmulhrsw
m1
,
W_11585x2_REG
; m1=t6
...
...
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