API cleanup for pick_best_endpoint_format

This commit is contained in:
pete
2021-05-16 21:31:01 +01:00
parent 21ebff9d19
commit d4b6328b6c
4 changed files with 250 additions and 187 deletions
+2 -1
View File
@@ -535,9 +535,10 @@ const uint8_t color_unquant_tables[21][256] = {
// The quant_mode_table[integercount/2][bits] gives us the quantization
// level for a given integer count and number of bits that the integer may fit
// into. This is needed for color decoding, and for the color encoding.
// into. This is needed for color encoding and decoding.
int8_t quant_mode_table[17][128];
/* See header for documentation. */
void build_quant_mode_table()
{
for (int i = 0; i <= 16; i++)