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
bd2bcf97
Commit
bd2bcf97
authored
Nov 01, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirac: drop unused END_HORIZONTAL
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
e985d719
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
dwt_yasm.asm
libavcodec/x86/dwt_yasm.asm
+0
-17
No files found.
libavcodec/x86/dwt_yasm.asm
View file @
bd2bcf97
...
...
@@ -162,23 +162,6 @@ cglobal vertical_compose_haar_%1, 3,4,3, b0, b1, width
%endrep
%endmacro
; On x86-64 this does a tail call to the C function to do the final bit
; x86-32 doesn't because isn't enough stack space for the additional argument x
%macro
END_HORIZONTAL
1
shr
wd
,
1
%ifdef
ARCH_X86_64
RET
;This RET was a CLEANUP call
jmp
%1
%else
push
xd
push
wd
push
tmpd
push
bd
call
%1
add
esp
,
16
RET
%endif
%endmacro
%macro
HAAR_HORIZONTAL
2
; void horizontal_compose_haari(IDWTELEM *b, IDWTELEM *tmp, int width)
...
...
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