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
Guillaume Martres
aom-rav1e
Commits
19cbf541
Commit
19cbf541
authored
Jul 01, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Jul 01, 2014
Browse files
Merge "Fix visual studio build issue"
parents
14e3caca
9ba1d60b
Changes
1
Show whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_encodeframe.c
View file @
19cbf541
...
...
@@ -1172,7 +1172,7 @@ static void set_source_var_based_partition(VP9_COMP *cpi,
const
int
offset
=
(
mi_row
>>
1
)
*
cm
->
mb_cols
+
(
mi_col
>>
1
);
int
is_larger_better
=
0
;
int
use32x32
=
0
;
int
thr
=
cpi
->
source_var_thresh
;
unsigned
int
thr
=
cpi
->
source_var_thresh
;
vpx_memset
(
d32
,
0
,
4
*
sizeof
(
diff
));
...
...
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