Skip to content
GitLab
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
bbd5cb2b
Commit
bbd5cb2b
authored
Jun 12, 2013
by
Johann
Committed by
Gerrit Code Review
Jun 12, 2013
Browse files
Merge "Fix compile warnings on windows."
parents
495ff8e0
4524548f
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/onyx_if.c
View file @
bbd5cb2b
...
...
@@ -362,7 +362,7 @@ static void reset_temporal_layer_change(VP8_COMP *cpi,
VP8_CONFIG
*
oxcf
,
const
int
prev_num_layers
)
{
unsigned
int
i
;
int
i
;
double
prev_layer_frame_rate
=
0
;
const
int
curr_num_layers
=
cpi
->
oxcf
.
number_of_layers
;
// If the previous state was 1 layer, get current layer context from cpi.
...
...
vp9/common/vp9_findnearmv.h
View file @
bbd5cb2b
...
...
@@ -72,7 +72,7 @@ static int check_mv_bounds(int_mv *mv,
vp9_prob
*
vp9_mv_ref_probs
(
VP9_COMMON
*
pc
,
vp9_prob
p
[
VP9_INTER_MODES
-
1
],
const
int
context
);
int
context
);
void
vp9_append_sub8x8_mvs_for_idx
(
VP9_COMMON
*
pc
,
MACROBLOCKD
*
xd
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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