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
2f955d57
Commit
2f955d57
authored
Mar 16, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale/x86/swscale: remove unused constants
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0efacc7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
swscale.c
libswscale/x86/swscale.c
+0
-4
No files found.
libswscale/x86/swscale.c
View file @
2f955d57
...
...
@@ -58,10 +58,6 @@ DECLARE_ALIGNED(8, const uint64_t, ff_M24A) = 0x00FF0000FF0000FFLL;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_M24B
)
=
0xFF0000FF0000FF00LL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_M24C
)
=
0x0000FF0000FF0000LL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_bgr2YCoeff
)
=
0x000020E540830C8BULL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_bgr2UCoeff
)
=
0x0000ED0FDAC23831ULL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_bgr2VCoeff
)
=
0x00003831D0E6F6EAULL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_bgr2YOffset
)
=
0x1010101010101010ULL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_bgr2UVOffset
)
=
0x8080808080808080ULL
;
DECLARE_ALIGNED
(
8
,
const
uint64_t
,
ff_w1111
)
=
0x0001000100010001ULL
;
...
...
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