Searched refs:FIXED1_8_BITS_PER_FRACTIONAL_PART (Results 1 – 1 of 1) sorted by relevance
41 #define FIXED1_8_BITS_PER_FRACTIONAL_PART 8 macro42 #define GET_PRATIO_INTEGER_PART(x) ((x) >> FIXED1_8_BITS_PER_FRACTIONAL_PART)76 unsigned int i = FIXED1_8_BITS_PER_FRACTIONAL_PART; in vpe_u1_8_from_fraction()