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
c358a036
Commit
c358a036
authored
Jul 27, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsputil: remove stale bink prototypes and comments
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
1b3539d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
dsputil.h
libavcodec/dsputil.h
+0
-6
No files found.
libavcodec/dsputil.h
View file @
c358a036
...
@@ -111,11 +111,6 @@ void ff_vp3_idct_dc_add_c(uint8_t *dest/*align 8*/, int line_size, const DCTELEM
...
@@ -111,11 +111,6 @@ void ff_vp3_idct_dc_add_c(uint8_t *dest/*align 8*/, int line_size, const DCTELEM
void
ff_vp3_v_loop_filter_c
(
uint8_t
*
src
,
int
stride
,
int
*
bounding_values
);
void
ff_vp3_v_loop_filter_c
(
uint8_t
*
src
,
int
stride
,
int
*
bounding_values
);
void
ff_vp3_h_loop_filter_c
(
uint8_t
*
src
,
int
stride
,
int
*
bounding_values
);
void
ff_vp3_h_loop_filter_c
(
uint8_t
*
src
,
int
stride
,
int
*
bounding_values
);
/* Bink functions */
void
ff_bink_idct_c
(
DCTELEM
*
block
);
void
ff_bink_idct_add_c
(
uint8_t
*
dest
,
int
linesize
,
DCTELEM
*
block
);
void
ff_bink_idct_put_c
(
uint8_t
*
dest
,
int
linesize
,
DCTELEM
*
block
);
/* EA functions */
/* EA functions */
void
ff_ea_idct_put_c
(
uint8_t
*
dest
,
int
linesize
,
DCTELEM
*
block
);
void
ff_ea_idct_put_c
(
uint8_t
*
dest
,
int
linesize
,
DCTELEM
*
block
);
...
@@ -557,7 +552,6 @@ typedef struct DSPContext {
...
@@ -557,7 +552,6 @@ typedef struct DSPContext {
h264_chroma_mc_func
put_rv40_chroma_pixels_tab
[
3
];
h264_chroma_mc_func
put_rv40_chroma_pixels_tab
[
3
];
h264_chroma_mc_func
avg_rv40_chroma_pixels_tab
[
3
];
h264_chroma_mc_func
avg_rv40_chroma_pixels_tab
[
3
];
/* bink functions */
op_fill_func
fill_block_tab
[
2
];
op_fill_func
fill_block_tab
[
2
];
}
DSPContext
;
}
DSPContext
;
...
...
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