FZGPUModules 1.0
GPU-accelerated modular compression pipeline
Loading...
Searching...
No Matches
quantizer.h File Reference

Direct-value quantizer stage with error-bounded coding and lossless outlier fallback. More...

#include "stage/stage.h"
#include "fzm_format.h"
#include "predictors/lorenzo/lorenzo.h"
#include <cuda_runtime.h>
#include <array>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <limits>

Go to the source code of this file.

Classes

struct  fz::QuantizerConfig
 
class  fz::QuantizerStage< TInput, TCode >
 
struct  fz::QuantizerStage< TInput, TCode >::Config
 

Namespaces

namespace  fz
 

Detailed Description

Direct-value quantizer stage with error-bounded coding and lossless outlier fallback.