BitStream
|
#include "../quantization/bounded_range.h"
#include "../quantization/half_precision.h"
#include "../quantization/smallest_three.h"
#include "../utility/assert.h"
#include "../utility/meta.h"
#include "../utility/parameter.h"
#include "../stream/serialize_traits.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | bitstream::serialize_traits< half_precision > |
A trait used to serialize a single-precision float as half-precision. More... | |
struct | bitstream::serialize_traits< bounded_range > |
A trait used to quantize and serialize a float to be within a given range and precision. More... | |
struct | bitstream::serialize_traits< smallest_three< Q, BitsPerElement > > |
A trait used to quantize and serialize quaternions using the smallest-three algorithm. More... | |
Namespaces | |
bitstream | |