MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / Interp7

Function Interp7

src/Engine/Scalers/common.h:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static inline uint32_t Interp7(uint32_t c1, uint32_t c2, uint32_t c3)
118{
119 //(c1*6+c2+c3)/8;
120 return Interpolate_3(c1, 6, c2, 1, c3, 1, 3);
121}
122
123static inline uint32_t Interp8(uint32_t c1, uint32_t c2)
124{

Callers

nothing calls this directly

Calls 1

Interpolate_3Function · 0.85

Tested by

no test coverage detected