Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
1be01cb3
Commit
1be01cb3
authored
Jul 03, 2009
by
Fiona Glaser
Browse files
Slightly faster dequant_flat assembly
Eliminate some redundant shifts.
parent
71b9d885
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/x86/quant-a.asm
View file @
1be01cb3
...
...
@@ -305,6 +305,7 @@ QUANT_AC x264_quant_8x8_sse4, 8
%macro DEQUANT16_FLAT 2-5
mova
m0
,
%
1
psllw
m0
,
m4
%assign i %0-2
%rep %0-1
%if i
...
...
@@ -313,7 +314,6 @@ QUANT_AC x264_quant_8x8_sse4, 8
%else
pmullw
m0
,
[
r0
+%
2
]
%endif
psllw
m
%+
i
,
m4
mova
[
r0
+%
2
],
m
%+
i
%assign i i-1
%rotate 1
...
...
Write
Preview
Supports
Markdown
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