TAV: experimental 3D DWT encoder

This commit is contained in:
minjaesong
2025-10-15 16:04:27 +09:00
parent b40b2ff0a1
commit 7e248bc83d
5 changed files with 1398 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ tev: encoder_tev.c
tav: encoder_tav.c
rm -f encoder_tav
$(CC) $(CFLAGS) -o encoder_tav $< $(LIBS)
$(CC) $(CFLAGS) -o encoder_tav $< $(LIBS) -lfftw3f
tav_decoder: decoder_tav.c
rm -f decoder_tav