#ifndef CONSTANTS_H_ #define CONSTANTS_H_ const int Q_PLANES_OFFSET = 16; const int Q_PLANES_BITS = 4; const int QUANT_SCALE_OFFSET = 20; const int QUANT_SCALE_BITS = 4; #endif