Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
0cfa89c0
Commit
0cfa89c0
authored
Mar 01, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a unused function warning with var_tx on
Change-Id: I1e65d7e1586d8c7c65bb150b1a928cf3adf97366
parent
5c613ea8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vp10/decoder/decodeframe.c
vp10/decoder/decodeframe.c
+2
-0
No files found.
vp10/decoder/decodeframe.c
View file @
0cfa89c0
...
...
@@ -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