/* * SPIHT codec deploy configuration for PPG @ 32x. * * Generated by compressionkit.export.spiht_deploy.export_spiht_deploy(). * Operating-point macros only — pair this with the SPIHT C algorithm * sources shipped from a separate C-module repository. */ #ifndef COMPRESSIONKIT_SPIHT_APP_CONFIG_H #define COMPRESSIONKIT_SPIHT_APP_CONFIG_H #define APP_SPIHT_FRAME_SIZE 320 #define APP_SPIHT_LEVELS 6 #define APP_SPIHT_MAX_BITS 160 #define APP_SPIHT_MAX_BYTES 20 #define APP_SPIHT_USE_AC 1 #define APP_SPIHT_WAVELET_NAME "coif5" #define APP_SPIHT_MODALITY "ppg" #endif /* COMPRESSIONKIT_SPIHT_APP_CONFIG_H */