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
Xiph.Org
aom-rav1e
Commits
94256166
Commit
94256166
authored
Mar 02, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Mar 02, 2016
Browse files
Merge "Fix a unused function warning with var_tx on" into nextgenv2
parents
90fe1cff
0cfa89c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/decoder/decodeframe.c
View file @
94256166
...
...
@@ -466,6 +466,7 @@ static void decode_reconstruct_tx(MACROBLOCKD *const xd, vpx_reader *r,
}
#endif // CONFIG_VAR_TX
#if !CONFIG_VAR_TX || CONFIG_SUPERTX
static
int
reconstruct_inter_block
(
MACROBLOCKD
*
const
xd
,
#if CONFIG_ANS
const
rans_dec_lut
*
const
token_tab
,
...
...
@@ -492,6 +493,7 @@ static int reconstruct_inter_block(MACROBLOCKD *const xd,
pd
->
dst
.
stride
,
eob
,
block_idx
);
return
eob
;
}
#endif // !CONFIG_VAR_TX || CONFIG_SUPER_TX
#if (CONFIG_SUPERTX || CONFIG_OBMC)
static
void
build_mc_border
(
const
uint8_t
*
src
,
int
src_stride
,
...
...
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