Skip to content
GitLab
Menu
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
ddcdd5b1
Commit
ddcdd5b1
authored
Nov 01, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Nov 01, 2016
Browse files
Merge "Fix a compiler warning with --enable-adapt-scan" into nextgenv2
parents
2ce97079
b386f0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/scan.c
View file @
ddcdd5b1
...
...
@@ -4427,8 +4427,7 @@ void av1_update_scan_order_facade(AV1_COMMON *cm, TX_SIZE tx_size,
int16_t *scan = get_adapt_scan(cm->fc, tx_size, tx_type);
int16_t *iscan = get_adapt_iscan(cm->fc, tx_size, tx_type);
int16_t *nb = get_adapt_nb(cm->fc, tx_size, tx_type);
const int tx2d_size = tx_size_2d[tx_size];
assert(tx2d_size <= 1024);
assert(tx_size_2d[tx_size] <= 1024);
av1_update_sort_order(tx_size, non_zero_prob, sort_order);
av1_update_scan_order(tx_size, sort_order, scan, iscan);
av1_update_neighbors(tx_size, scan, iscan, nb);
...
...
Write
Preview
Supports
Markdown
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