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
df0e0d73
Commit
df0e0d73
authored
Apr 27, 2017
by
Debargha Mukherjee
Browse files
Resolve some static analysis warnings in ext-intra
Change-Id: I873d2336a4d41f59ed9336e5df3cb41d023f75f4
parent
cbf8b955
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/rdopt.c
View file @
df0e0d73
...
...
@@ -3296,7 +3296,7 @@ static int64_t rd_pick_intra_angle_sby(const AV1_COMP *const cpi, MACROBLOCK *x,
const int intra_filter_ctx = av1_get_pred_context_intra_interp(xd);
INTRA_FILTER filter, best_filter = INTRA_FILTER_LINEAR;
#endif // CONFIG_INTRA_INTERP
int64_t this_rd, best_rd_in, rd_cost[
16
];
int64_t this_rd, best_rd_in, rd_cost[
2 * (MAX_ANGLE_DELTA + 2)
];
TX_SIZE best_tx_size = mic->mbmi.tx_size;
TX_TYPE best_tx_type = mbmi->tx_type;
...
...
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