Belle II Software development
|
Bit widths for the prefix coding to encode integers which are mainly concentrated around zero and probability density are decreasing for large absolute values. More...
#include <ECLCompress.h>
Public Attributes | |
unsigned char | w0 |
Progressive bit width to encode an integer value. | |
unsigned char | w1 |
Progressive bit width to encode an integer value. | |
unsigned char | w2 |
Progressive bit width to encode an integer value. | |
unsigned char | w3 |
Progressive bit width to encode an integer value. | |
Bit widths for the prefix coding to encode integers which are mainly concentrated around zero and probability density are decreasing for large absolute values.
Definition at line 29 of file ECLCompress.h.
unsigned char w0 |
Progressive bit width to encode an integer value.
Definition at line 30 of file ECLCompress.h.
unsigned char w1 |
Progressive bit width to encode an integer value.
Definition at line 31 of file ECLCompress.h.
unsigned char w2 |
Progressive bit width to encode an integer value.
Definition at line 32 of file ECLCompress.h.
unsigned char w3 |
Progressive bit width to encode an integer value.
Definition at line 33 of file ECLCompress.h.