TAD: back to twobitmap

This commit is contained in:
minjaesong
2025-10-28 04:04:41 +09:00
parent c6de68291d
commit 86de627734
2 changed files with 71 additions and 90 deletions

View File

@@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
printf("Input: %s\n", input_file);
printf("Output: %s\n", output_file);
printf("Quant: %d\n", max_index);
printf("Encoding method: Pure bitplanes (%d bits per coefficient)\n", ((int)ceilf(log2f(max_index))) + 1);
printf("Encoding method: Twobit-map significance map (int8_t coefficients)\n");
printf("Zstd compression: %s\n", use_zstd ? "enabled" : "disabled");
}