Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yushin Cho
aom-rav1e
Commits
fe39f6cc
Commit
fe39f6cc
authored
Jul 21, 2015
by
Jingning Han
Committed by
Gerrit Code Review
Jul 21, 2015
Browse files
Merge "Remove redundant function definitions from vp9_dct.h"
parents
4110a27d
1279d3ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_dct.h
View file @
fe39f6cc
...
...
@@ -11,22 +11,12 @@
#ifndef VP9_ENCODER_VP9_DCT_H_
#define VP9_ENCODER_VP9_DCT_H_
#include "vp9/common/vp9_idct.h"
#ifdef __cplusplus
extern
"C"
{
#endif
void
vp9_fdct32
(
const
tran_high_t
*
input
,
tran_high_t
*
output
,
int
round
);
void
vp9_highbd_fdct4x4_c
(
const
int16_t
*
input
,
tran_low_t
*
output
,
int
stride
);
void
vp9_highbd_fdct8x8_c
(
const
int16_t
*
input
,
tran_low_t
*
output
,
int
stride
);
void
vp9_highbd_fdct16x16_c
(
const
int16_t
*
input
,
tran_low_t
*
output
,
int
stride
);
void
vp9_highbd_fdct32x32_c
(
const
int16_t
*
input
,
tran_low_t
*
out
,
int
stride
);
void
vp9_highbd_fdct32x32_rd_c
(
const
int16_t
*
input
,
tran_low_t
*
out
,
int
stride
);
#ifdef __cplusplus
}
// extern "C"
#endif
...
...
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