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

Function Interp5

src/Engine/Scalers/common.h:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static inline uint32_t Interp5(uint32_t c1, uint32_t c2)
106{
107 //(c1+c2) >> 1;
108 return Interpolate_2(c1, 1, c2, 1, 1);
109}
110
111static inline uint32_t Interp6(uint32_t c1, uint32_t c2, uint32_t c3)
112{

Callers

nothing calls this directly

Calls 1

Interpolate_2Function · 0.85

Tested by

no test coverage detected