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
2017f0fd
Commit
2017f0fd
authored
Sep 13, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Remove some leftover declarations for non-existent functions
parent
8ff78578
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
dct-test.c
libavcodec/dct-test.c
+0
-4
dsputil_mmx.h
libavcodec/x86/dsputil_mmx.h
+0
-4
No files found.
libavcodec/dct-test.c
View file @
2017f0fd
...
...
@@ -48,16 +48,12 @@
#undef printf
void
ff_mmx_idct
(
DCTELEM
*
data
);
void
ff_mmxext_idct
(
DCTELEM
*
data
);
// BFIN
void
ff_bfin_idct
(
DCTELEM
*
block
);
void
ff_bfin_fdct
(
DCTELEM
*
block
);
// ALTIVEC
void
ff_fdct_altivec
(
DCTELEM
*
block
);
//void ff_idct_altivec(DCTELEM *block);?? no routine
// ARM
void
ff_j_rev_dct_arm
(
DCTELEM
*
data
);
...
...
libavcodec/x86/dsputil_mmx.h
View file @
2017f0fd
...
...
@@ -102,10 +102,6 @@ void ff_put_rv40_qpel16_mc33_mmx(uint8_t *block, uint8_t *pixels, int line_size)
void
ff_avg_rv40_qpel8_mc33_mmx
(
uint8_t
*
block
,
uint8_t
*
pixels
,
int
line_size
);
void
ff_avg_rv40_qpel16_mc33_mmx
(
uint8_t
*
block
,
uint8_t
*
pixels
,
int
line_size
);
void
ff_mmx_idct
(
DCTELEM
*
block
);
void
ff_mmxext_idct
(
DCTELEM
*
block
);
void
ff_deinterlace_line_mmx
(
uint8_t
*
dst
,
const
uint8_t
*
lum_m4
,
const
uint8_t
*
lum_m3
,
const
uint8_t
*
lum_m2
,
const
uint8_t
*
lum_m1
,
...
...
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