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
d9dccc03
Commit
d9dccc03
authored
Oct 05, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hevc: x86: Refactor IDCT macro declarations
parent
be630b1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
23 deletions
+11
-23
hevc_idct.asm
libavcodec/x86/hevc_idct.asm
+11
-23
No files found.
libavcodec/x86/hevc_idct.asm
View file @
d9dccc03
...
...
@@ -74,34 +74,22 @@ cglobal hevc_idct_%1x%1_dc_%2, 1, 2, 1, coeff, tmp
RET
%endmacro
; 8-bit
%macro
INIT_IDCT_DC
1
INIT_MMX
mmxext
IDCT_DC_NL
4
,
8
IDCT_DC
8
,
2
,
8
IDCT_DC_NL
4
,
%1
IDCT_DC
8
,
2
,
%1
INIT_XMM
sse2
IDCT_DC_NL
8
,
8
IDCT_DC
16
,
4
,
8
IDCT_DC
32
,
16
,
8
IDCT_DC_NL
8
,
%1
IDCT_DC
16
,
4
,
%1
IDCT_DC
32
,
16
,
%1
%if
HAVE_AVX2_EXTERNAL
INIT_YMM
avx2
IDCT_DC
16
,
2
,
8
IDCT_DC
32
,
8
,
8
IDCT_DC
16
,
2
,
%1
IDCT_DC
32
,
8
,
%1
%endif
;HAVE_AVX2_EXTERNAL
%endmacro
; 10-bit
INIT_MMX
mmxext
IDCT_DC_NL
4
,
10
IDCT_DC
8
,
2
,
10
INIT_XMM
sse2
IDCT_DC_NL
8
,
10
IDCT_DC
16
,
4
,
10
IDCT_DC
32
,
16
,
10
%if
HAVE_AVX2_EXTERNAL
INIT_YMM
avx2
IDCT_DC
16
,
2
,
10
IDCT_DC
32
,
8
,
10
%endif
;HAVE_AVX2_EXTERNAL
INIT_IDCT_DC
8
INIT_IDCT_DC
10
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