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
2bef1a83
Commit
2bef1a83
authored
Jan 22, 2013
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsputil: remove some never-assigned function pointers from the struct.
parent
32ff6432
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
dsputil.h
libavcodec/dsputil.h
+2
-3
No files found.
libavcodec/dsputil.h
View file @
2bef1a83
...
@@ -276,7 +276,7 @@ typedef struct DSPContext {
...
@@ -276,7 +276,7 @@ typedef struct DSPContext {
* @param line_size number of bytes in a horizontal line of block
* @param line_size number of bytes in a horizontal line of block
* @param h height
* @param h height
*/
*/
op_pixels_func
put_no_rnd_pixels_tab
[
4
][
4
];
op_pixels_func
put_no_rnd_pixels_tab
[
2
][
4
];
/**
/**
* Halfpel motion compensation with no rounding (a+b)>>1.
* Halfpel motion compensation with no rounding (a+b)>>1.
...
@@ -306,7 +306,6 @@ typedef struct DSPContext {
...
@@ -306,7 +306,6 @@ typedef struct DSPContext {
qpel_mc_func
put_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
put_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
avg_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
avg_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
put_no_rnd_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
put_no_rnd_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
avg_no_rnd_qpel_pixels_tab
[
2
][
16
];
qpel_mc_func
put_mspel_pixels_tab
[
8
];
qpel_mc_func
put_mspel_pixels_tab
[
8
];
/**
/**
...
@@ -316,7 +315,7 @@ typedef struct DSPContext {
...
@@ -316,7 +315,7 @@ typedef struct DSPContext {
h264_chroma_mc_func
avg_h264_chroma_pixels_tab
[
3
];
h264_chroma_mc_func
avg_h264_chroma_pixels_tab
[
3
];
qpel_mc_func
put_h264_qpel_pixels_tab
[
4
][
16
];
qpel_mc_func
put_h264_qpel_pixels_tab
[
4
][
16
];
qpel_mc_func
avg_h264_qpel_pixels_tab
[
4
][
16
];
qpel_mc_func
avg_h264_qpel_pixels_tab
[
3
][
16
];
me_cmp_func
pix_abs
[
2
][
4
];
me_cmp_func
pix_abs
[
2
][
4
];
...
...
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