Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
927f29a6
Commit
927f29a6
authored
Oct 27, 2010
by
Johann
Committed by
Code Review
Oct 27, 2010
Browse files
Merge "fix implicit declarations"
parents
787733d8
b90a072f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
vp8/decoder/idct_blk.c
vp8/decoder/idct_blk.c
+8
-0
No files found.
vp8/decoder/idct_blk.c
View file @
927f29a6
...
...
@@ -12,6 +12,14 @@
#include "idct.h"
#include "dequantize.h"
void
vp8_dequant_dc_idct_add_c
(
short
*
input
,
short
*
dq
,
unsigned
char
*
pred
,
unsigned
char
*
dest
,
int
pitch
,
int
stride
,
int
Dc
);
void
vp8_dequant_idct_add_c
(
short
*
input
,
short
*
dq
,
unsigned
char
*
pred
,
unsigned
char
*
dest
,
int
pitch
,
int
stride
);
void
vp8_dc_only_idct_add_c
(
short
input_dc
,
unsigned
char
*
pred_ptr
,
unsigned
char
*
dst_ptr
,
int
pitch
,
int
stride
);
void
vp8_dequant_dc_idct_add_y_block_c
(
short
*
q
,
short
*
dq
,
unsigned
char
*
pre
,
unsigned
char
*
dst
,
int
stride
,
char
*
eobs
,
short
*
dc
)
...
...
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