Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeframe.c
+1
-1
No files found.
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