Skip to content
GitLab
Projects
Groups
Snippets
/
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
9b803916
Commit
9b803916
authored
Nov 16, 2017
by
Yaowu Xu
Browse files
Fix warning of unused function definition
Change-Id: Ib82549c4fae8bca285062084ed7c9c43b84e1660
parent
30483c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encodetxb.c
View file @
9b803916
...
...
@@ -547,6 +547,7 @@ void av1_write_coeffs_mb(const AV1_COMMON *const cm, MACROBLOCK *x,
}
}
#if !USE_CAUSAL_BASE_CTX
static
INLINE
void
get_base_ctx_set
(
const
uint8_t
*
const
levels
,
const
int
c
,
// raster order
const
int
bwl
,
...
...
@@ -584,6 +585,7 @@ static INLINE void get_base_ctx_set(const uint8_t *const levels,
}
return
;
}
#endif
static
INLINE
int
get_br_cost
(
tran_low_t
abs_qc
,
int
ctx
,
const
int
*
coeff_lps
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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