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
6eef263a
Commit
6eef263a
authored
Mar 01, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Merge align directives into SECTION_RODATA declarations where possible
parent
3303f864
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
10 deletions
+5
-10
dct32.asm
libavcodec/x86/dct32.asm
+2
-4
fft.asm
libavcodec/x86/fft.asm
+1
-2
imdct36.asm
libavcodec/x86/imdct36.asm
+1
-2
rv40dsp.asm
libavcodec/x86/rv40dsp.asm
+1
-2
No files found.
libavcodec/x86/dct32.asm
View file @
6eef263a
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
SECTION_RODATA
32
SECTION_RODATA
32
align
32
ps_p1p1m1m1
:
dd
0
,
0
,
0x80000000
,
0x80000000
,
0
,
0
,
0x80000000
,
0x80000000
ps_cos_vec
:
dd
0
.
500603
,
0
.
505471
,
0
.
515447
,
0
.
531043
ps_cos_vec
:
dd
0
.
500603
,
0
.
505471
,
0
.
515447
,
0
.
531043
dd
0
.
553104
,
0
.
582935
,
0
.
622504
,
0
.
674808
dd
0
.
553104
,
0
.
582935
,
0
.
622504
,
0
.
674808
dd
-
10
.
190008
,
-
3
.
407609
,
-
2
.
057781
,
-
1
.
484165
dd
-
10
.
190008
,
-
3
.
407609
,
-
2
.
057781
,
-
1
.
484165
...
@@ -38,9 +39,6 @@ ps_cos_vec: dd 0.500603, 0.505471, 0.515447, 0.531043
...
@@ -38,9 +39,6 @@ ps_cos_vec: dd 0.500603, 0.505471, 0.515447, 0.531043
dd
1
.
000000
,
0
.
707107
,
1
.
000000
,
-
0
.
707107
dd
1
.
000000
,
0
.
707107
,
1
.
000000
,
-
0
.
707107
dd
0
.
707107
,
0
.
707107
,
0
.
707107
,
0
.
707107
dd
0
.
707107
,
0
.
707107
,
0
.
707107
,
0
.
707107
align
32
ps_p1p1m1m1
:
dd
0
,
0
,
0x80000000
,
0x80000000
,
0
,
0
,
0x80000000
,
0x80000000
%macro
BUTTERFLY
4
%macro
BUTTERFLY
4
subps
%4
,
%1
,
%2
subps
%4
,
%1
,
%2
addps
%2
,
%2
,
%1
addps
%2
,
%2
,
%1
...
...
libavcodec/x86/fft.asm
View file @
6eef263a
...
@@ -51,13 +51,12 @@ struc FFTContext
...
@@ -51,13 +51,12 @@ struc FFTContext
.
imdcthalf
:
pointer
1
.
imdcthalf
:
pointer
1
endstruc
endstruc
SECTION_RODATA
SECTION_RODATA
32
%define
M_SQRT1_2
0
.
70710678118654752440
%define
M_SQRT1_2
0
.
70710678118654752440
%define
M_COS_PI_1_8
0
.
923879532511287
%define
M_COS_PI_1_8
0
.
923879532511287
%define
M_COS_PI_3_8
0
.
38268343236509
%define
M_COS_PI_3_8
0
.
38268343236509
align
32
ps_cos16_1
:
dd
1
.
0
,
M_COS_PI_1_8
,
M_SQRT1_2
,
M_COS_PI_3_8
,
1
.
0
,
M_COS_PI_1_8
,
M_SQRT1_2
,
M_COS_PI_3_8
ps_cos16_1
:
dd
1
.
0
,
M_COS_PI_1_8
,
M_SQRT1_2
,
M_COS_PI_3_8
,
1
.
0
,
M_COS_PI_1_8
,
M_SQRT1_2
,
M_COS_PI_3_8
ps_cos16_2
:
dd
0
,
M_COS_PI_3_8
,
M_SQRT1_2
,
M_COS_PI_1_8
,
0
,
-
M_COS_PI_3_8
,
-
M_SQRT1_2
,
-
M_COS_PI_1_8
ps_cos16_2
:
dd
0
,
M_COS_PI_3_8
,
M_SQRT1_2
,
M_COS_PI_1_8
,
0
,
-
M_COS_PI_3_8
,
-
M_SQRT1_2
,
-
M_COS_PI_1_8
...
...
libavcodec/x86/imdct36.asm
View file @
6eef263a
...
@@ -21,9 +21,8 @@
...
@@ -21,9 +21,8 @@
%include
"libavutil/x86/x86util.asm"
%include
"libavutil/x86/x86util.asm"
SECTION_RODATA
SECTION_RODATA
16
align
16
ps_mask
:
dd
0
,
~
0
,
~
0
,
~
0
ps_mask
:
dd
0
,
~
0
,
~
0
,
~
0
ps_mask2
:
dd
0
,
~
0
,
0
,
~
0
ps_mask2
:
dd
0
,
~
0
,
0
,
~
0
ps_mask3
:
dd
0
,
0
,
0
,
~
0
ps_mask3
:
dd
0
,
0
,
0
,
~
0
...
...
libavcodec/x86/rv40dsp.asm
View file @
6eef263a
...
@@ -23,9 +23,8 @@
...
@@ -23,9 +23,8 @@
%include
"libavutil/x86/x86util.asm"
%include
"libavutil/x86/x86util.asm"
SECTION_RODATA
SECTION_RODATA
16
align
16
pw_1024
:
times
8
dw
1
<<
(
16
-
6
)
; pw_1024
pw_1024
:
times
8
dw
1
<<
(
16
-
6
)
; pw_1024
sixtap_filter_hb_m
:
times
8
db
1
,
-
5
sixtap_filter_hb_m
:
times
8
db
1
,
-
5
...
...
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