mirror of
https://github.com/openharmony/third_party_astc-encoder.git
synced 2026-07-19 18:23:37 -04:00
Refactor many function names
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user