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
Xiph.Org
aom-rav1e
Commits
1a96edd8
Commit
1a96edd8
authored
May 20, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
May 20, 2014
Browse files
Merge "Hiding struct diff in *.c file."
parents
ef750d84
0271c75a
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
1a96edd8
...
...
@@ -70,6 +70,12 @@ static const uint8_t VP9_VAR_OFFS[64] = {
128
,
128
,
128
,
128
,
128
,
128
,
128
,
128
};
typedef
struct
{
unsigned
int
sse
;
int
sum
;
unsigned
int
var
;
}
diff
;
static
void
get_sse_sum_8x8
(
const
uint8_t
*
src
,
int
src_stride
,
const
uint8_t
*
ref
,
int
ref_stride
,
unsigned
int
*
sse
,
int
*
sum
)
{
...
...
vp9/encoder/vp9_encodeframe.h
View file @
1a96edd8
...
...
@@ -20,12 +20,6 @@ struct macroblock;
struct
yv12_buffer_config
;
struct
VP9_COMP
;
typedef
struct
{
unsigned
int
sse
;
int
sum
;
unsigned
int
var
;
}
diff
;
void
vp9_setup_src_planes
(
struct
macroblock
*
x
,
const
struct
yv12_buffer_config
*
src
,
int
mi_row
,
int
mi_col
);
...
...
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