FV_PSHIFT
#define FV_PSCALE(x) ((x) << FV_PSHIFT)
#define FV_PUNSCALE(x) ((x) >> FV_PSHIFT)
#define BRTT_PMAX (1 << (FV_PSHIFT + FP_SHIFT))