Public Member Functions | |
PQEncoderGeneric (uint8_t *code, int nbits, uint8_t offset=0) | |
void | encode (uint64_t x) |
Public Attributes | |
uint8_t * | code |
code for this vector | |
uint8_t | offset |
const int | nbits |
number of bits per subquantizer index | |
uint8_t | reg |
Definition at line 177 of file ProductQuantizer.h.