Updated astc-encoder.

This commit is contained in:
Бранимир Караџић
2022-11-24 07:26:25 -08:00
parent 8c3aabc3c1
commit 85109d7cdb
11 changed files with 951 additions and 767 deletions

View File

@@ -1006,7 +1006,7 @@ static void construct_block_size_descriptor_2d(
}
/**
* @brief Allocate block modes and decimation tables for a single £D block size.
* @brief Allocate block modes and decimation tables for a single 3D block size.
*
* TODO: This function doesn't include all of the heuristics that we use for 2D block sizes such as
* the percentile mode cutoffs. If 3D becomes more widely used we should look at this.