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
52ec78be
Commit
52ec78be
authored
Jun 11, 2012
by
John Koleszar
Browse files
Fix bad merge
Change-Id: I45849dde0ee9b7e87fa32adb65ade8486bb66556
parent
598759be
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/encoder/rdopt.c
View file @
52ec78be
...
...
@@ -1965,11 +1965,6 @@ void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
int
intra_rd_penalty
=
10
*
vp8_dc_quant
(
cpi
->
common
.
base_qindex
,
cpi
->
common
.
y1dc_delta_q
);
#if CONFIG_TEMPORAL_DENOISING
unsigned
int
zero_mv_sse
=
INT_MAX
,
best_sse
=
INT_MAX
,
best_rd_sse
=
INT_MAX
;
#endif
#if CONFIG_TEMPORAL_DENOISING
unsigned
int
zero_mv_sse
=
INT_MAX
,
best_sse
=
INT_MAX
,
best_rd_sse
=
INT_MAX
;
...
...
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