Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
16c4d961
Commit
16c4d961
authored
Mar 12, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Mar 12, 2014
Browse files
Merge "Moving declaration of vp9_encode_frame() to vp9_encodeframe.h."
parents
17256ad7
06b7b575
Changes
3
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.h
View file @
16c4d961
...
@@ -18,11 +18,14 @@ extern "C" {
...
@@ -18,11 +18,14 @@ extern "C" {
struct
macroblock
;
struct
macroblock
;
struct
yv12_buffer_config
;
struct
yv12_buffer_config
;
struct
VP9_COMP
;
void
vp9_setup_src_planes
(
struct
macroblock
*
x
,
void
vp9_setup_src_planes
(
struct
macroblock
*
x
,
const
struct
yv12_buffer_config
*
src
,
const
struct
yv12_buffer_config
*
src
,
int
mi_row
,
int
mi_col
);
int
mi_row
,
int
mi_col
);
void
vp9_encode_frame
(
struct
VP9_COMP
*
cpi
);
#ifdef __cplusplus
#ifdef __cplusplus
}
// extern "C"
}
// extern "C"
#endif
#endif
...
...
vp9/encoder/vp9_onyx_if.c
View file @
16c4d961
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
#include "vp9/common/vp9_tile_common.h"
#include "vp9/common/vp9_tile_common.h"
#include "vp9/encoder/vp9_bitstream.h"
#include "vp9/encoder/vp9_bitstream.h"
#include "vp9/encoder/vp9_encodeframe.h"
#include "vp9/encoder/vp9_encodemv.h"
#include "vp9/encoder/vp9_encodemv.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/encoder/vp9_firstpass.h"
#include "vp9/encoder/vp9_mbgraph.h"
#include "vp9/encoder/vp9_mbgraph.h"
...
...
vp9/encoder/vp9_onyx_int.h
View file @
16c4d961
...
@@ -930,8 +930,6 @@ static YV12_BUFFER_CONFIG *get_ref_frame_buffer(VP9_COMP *cpi,
...
@@ -930,8 +930,6 @@ static YV12_BUFFER_CONFIG *get_ref_frame_buffer(VP9_COMP *cpi,
ref_frame
)]].
buf
;
ref_frame
)]].
buf
;
}
}
void
vp9_encode_frame
(
VP9_COMP
*
cpi
);
void
vp9_set_speed_features
(
VP9_COMP
*
cpi
);
void
vp9_set_speed_features
(
VP9_COMP
*
cpi
);
int
vp9_calc_ss_err
(
const
YV12_BUFFER_CONFIG
*
source
,
int
vp9_calc_ss_err
(
const
YV12_BUFFER_CONFIG
*
source
,
...
...
Write
Preview
Supports
Markdown
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