Refactor many function names

This commit is contained in:
pete
2021-05-18 23:47:36 +01:00
parent feb5fe0618
commit c1e598ebe0
12 changed files with 74 additions and 77 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ const uint8_t color_unquant_tables[21][256] = {
int8_t quant_mode_table[17][128];
/* See header for documentation. */
void build_quant_mode_table()
void init_quant_mode_table()
{
for (int i = 0; i <= 16; i++)
{