geom: unify encoder and decoder internal point representation
This commit changes the representation of quantised points in the encoder to be 'MSB' justified, as is the case in the decoder. Quantised points now take the form "0bppppppqqq00" where p denotes unquantised bits, q quantised bits, and 0 marks non coded bits.
Please register or sign in to comment