Searched refs:mcost (Results 1 – 3 of 3) sorted by relevance
648 static __inline uint8_t GetU62ModeCost(double mcost) in GetU62ModeCost() argument650 return (uint8_t)(mcost * 4 + 0.5); in GetU62ModeCost()653 static __inline uint8_t GetU71ModeCost(double mcost) in GetU71ModeCost() argument655 return (uint8_t)(mcost * 2 + 0.5); in GetU71ModeCost()658 static __inline uint8_t GetU44ModeCost(double mcost) in GetU44ModeCost() argument660 return (uint8_t)(mcost * 16 + 0.5); in GetU44ModeCost()
1458 inline uint8_t GetU62ModeBits(float mcost) in GetU62ModeBits() argument1460 return (uint8_t)(mcost * 4 + 0.5); in GetU62ModeBits()
1506 inline uint8_t GetU62ModeBits(float mcost) in GetU62ModeBits() argument1508 return (uint8_t)(mcost * 4 + 0.5); in GetU62ModeBits()