File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: Apache-2.0
2
2
// ----------------------------------------------------------------------------
3
- // Copyright 2011-2023 Arm Limited
3
+ // Copyright 2011-2024 Arm Limited
4
4
//
5
5
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
6
6
// use this file except in compliance with the License. You may obtain a copy
@@ -425,8 +425,8 @@ static unsigned int get_partition_ordering_by_mismatch_bits(
425
425
}
426
426
427
427
// Create a running sum from the histogram array
428
- // Cells store previous values only; i.e. exclude self after sum
429
- unsigned int sum = 0 ;
428
+ // Indices store previous values only; i.e. exclude self after sum
429
+ uint16_t sum = 0 ;
430
430
for (unsigned int i = 0 ; i < texel_count; i++)
431
431
{
432
432
uint16_t cnt = mscount[i];
You can’t perform that action at this time.
0 commit comments