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
7c55ee61
Commit
7c55ee61
authored
Jan 11, 2014
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9/x86: merge IDCT coef macros.
parent
4daf8bc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
23 deletions
+19
-23
vp9itxfm.asm
libavcodec/x86/vp9itxfm.asm
+19
-23
No files found.
libavcodec/x86/vp9itxfm.asm
View file @
7c55ee61
...
...
@@ -28,34 +28,30 @@ SECTION_RODATA
pw_11585x2
:
times
8
dw
23170
%macro
VP9_IDCT_COEFFS
2
pw_
%1
x2
:
times
8
dw
%1
*
2
pw_m
%1
x2
:
times
8
dw
-
%1
*
2
pw_
%2
x2
:
times
8
dw
%2
*
2
pw_m
%2
x2
:
times
8
dw
-
%2
*
2
pw_m
%1
_
%2
:
times
4
dw
-
%1
,
%2
pw_
%2
_
%1
:
times
4
dw
%2
,
%1
pw_m
%2
_m
%1
:
times
4
dw
-
%2
,
-
%1
%endmacro
%macro
VP9_IDCT_COEFFS_ALL
2
pw_
%1
x2
:
times
8
dw
%1
*
2
pw_m
%1
x2
:
times
8
dw
-
%1
*
2
pw_
%2
x2
:
times
8
dw
%2
*
2
pw_m
%2
x2
:
times
8
dw
-
%2
*
2
VP9_IDCT_COEFFS
%1
,
%2
%endmacro
VP9_IDCT_COEFFS_ALL
15137
,
6270
VP9_IDCT_COEFFS_ALL
16069
,
3196
VP9_IDCT_COEFFS_ALL
9102
,
13623
VP9_IDCT_COEFFS_ALL
16305
,
1606
VP9_IDCT_COEFFS_ALL
10394
,
12665
VP9_IDCT_COEFFS_ALL
14449
,
7723
VP9_IDCT_COEFFS_ALL
4756
,
15679
VP9_IDCT_COEFFS_ALL
16364
,
804
VP9_IDCT_COEFFS_ALL
11003
,
12140
VP9_IDCT_COEFFS_ALL
14811
,
7005
VP9_IDCT_COEFFS_ALL
5520
,
15426
VP9_IDCT_COEFFS_ALL
15893
,
3981
VP9_IDCT_COEFFS_ALL
8423
,
14053
VP9_IDCT_COEFFS_ALL
13160
,
9760
VP9_IDCT_COEFFS_ALL
2404
,
16207
VP9_IDCT_COEFFS
15137
,
6270
VP9_IDCT_COEFFS
16069
,
3196
VP9_IDCT_COEFFS
9102
,
13623
VP9_IDCT_COEFFS
16305
,
1606
VP9_IDCT_COEFFS
10394
,
12665
VP9_IDCT_COEFFS
14449
,
7723
VP9_IDCT_COEFFS
4756
,
15679
VP9_IDCT_COEFFS
16364
,
804
VP9_IDCT_COEFFS
11003
,
12140
VP9_IDCT_COEFFS
14811
,
7005
VP9_IDCT_COEFFS
5520
,
15426
VP9_IDCT_COEFFS
15893
,
3981
VP9_IDCT_COEFFS
8423
,
14053
VP9_IDCT_COEFFS
13160
,
9760
VP9_IDCT_COEFFS
2404
,
16207
pd_8192
:
times
4
dd
8192
pw_2048
:
times
8
dw
2048
...
...
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