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
e2f6b166
Commit
e2f6b166
authored
Jan 04, 2018
by
Debargha Mukherjee
Browse files
Resolve a static analysis unstable build
Change-Id: Idfb819b0500aa8a7f451fc57dc35ccdba63dd836
parent
5a31bc89
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/encodetxb.c
View file @
e2f6b166
...
...
@@ -289,6 +289,8 @@ static void get_dist_cost_stats(LevelDownStats *const stats, const int scan_idx,
const
uint8_t
*
const
levels
=
txb_info
->
levels
;
stats
->
new_eob
=
-
1
;
stats
->
update
=
0
;
stats
->
rd_low
=
0
;
stats
->
rd
=
0
;
const
tran_low_t
tqc
=
txb_info
->
tcoeff
[
coeff_idx
];
const
int
dqv
=
txb_info
->
dequant
[
coeff_idx
!=
0
];
...
...
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