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
32ef8652
Commit
32ef8652
authored
Apr 07, 2008
by
Loren Merritt
Browse files
mmx cachesplit sad of non-square sizes checked height instead of width
parent
afbcfdc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/x86/sad-a.asm
View file @
32ef8652
...
...
@@ -727,8 +727,8 @@ cglobal x264_pixel_sad_16x%2_cache64_%1, 0,0
%macro SAD_CACHELINE_START_MMX2 4
; width, height, iterations, cacheline
mov
eax
,
r2m
and
eax
,
0x17
|%
2
|
(
%
4
>>
1
)
cmp
eax
,
0x10
|%
2
|
(
%
4
>>
1
)
and
eax
,
0x17
|%
1
|
(
%
4
>>
1
)
cmp
eax
,
0x10
|%
1
|
(
%
4
>>
1
)
jle
x264_pixel_sad_
%
1
x
%
2
_mmxext
and
eax
,
7
shl
eax
,
3
...
...
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