Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
eaadefdf
Commit
eaadefdf
authored
Aug 14, 2012
by
Deb Mukherjee
Committed by
Gerrit Code Review
Aug 14, 2012
Browse files
Merge "Some build fixes" into experimental
parents
3fda7a66
32fe72eb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vp8/common/reconinter.c
vp8/common/reconinter.c
+1
-1
vp8/decoder/detokenize.c
vp8/decoder/detokenize.c
+1
-1
No files found.
vp8/common/reconinter.c
View file @
eaadefdf
...
...
@@ -712,7 +712,7 @@ void vp8_build_1st_inter16x16_predictors_mbuv(MACROBLOCKD *xd,
Temp
,
len
,
len
,
len
);
// Sub-pel filter
x
->
subpixel_predict8x8
(
pTemp
,
len
,
x
d
->
subpixel_predict8x8
(
pTemp
,
len
,
_o16x16mv
.
as_mv
.
col
&
15
,
_o16x16mv
.
as_mv
.
row
&
15
,
pDst
,
dst_uvstride
);
...
...
vp8/decoder/detokenize.c
View file @
eaadefdf
...
...
@@ -106,7 +106,7 @@ void vp8_reset_mb_tokens_context(MACROBLOCKD *xd) {
xd
->
mode_info_context
->
mbmi
.
mode
!=
I8X8_PRED
&&
xd
->
mode_info_context
->
mbmi
.
mode
!=
SPLITMV
)
#if CONFIG_TX16X16
||
x
->
mode_info_context
->
mbmi
.
txfm_size
==
TX_16X16
||
x
d
->
mode_info_context
->
mbmi
.
txfm_size
==
TX_16X16
#endif
)
{
vpx_memset
(
xd
->
above_context
,
0
,
sizeof
(
ENTROPY_CONTEXT_PLANES
));
...
...
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