Searched refs:interpolate16_2_7_7 (Results 1 – 7 of 7) sorted by relevance
/dports/games/residualvm/residualvm-0.3.1/graphics/scaler/ |
H A D | intern.h | 148 static inline unsigned interpolate16_2_7_7(unsigned p1, unsigned p2, unsigned p3) { in interpolate16_2_7_7() function
|
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/scaler/ |
H A D | hq3x.cpp | 49 #define PIXEL00_4 *(q) = interpolate16_2_7_7<ColorMask >(w5, w4, w2); 62 #define PIXEL02_4 *(q+2) = interpolate16_2_7_7<ColorMask >(w5, w2, w6); 82 #define PIXEL20_4 *(q+nextlineDst2) = interpolate16_2_7_7<ColorMask >(w5, w8, w4); 95 #define PIXEL22_4 *(q+2+nextlineDst2) = interpolate16_2_7_7<ColorMask >(w5, w6, w8);
|
H A D | intern.h | 427 static inline unsigned interpolate16_2_7_7(unsigned p1, unsigned p2, unsigned p3) { in interpolate16_2_7_7() function
|
H A D | hq3x_i386.asm | 205 ; interpolate16_2_7_7
|
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/ |
H A D | intern.h | 427 static inline unsigned interpolate16_2_7_7(unsigned p1, unsigned p2, unsigned p3) { in interpolate16_2_7_7() function
|
H A D | hq.cpp | 138 #define interpolate_2_7_7(a,b,c) (ColorMask::kBytesPerPixel == 2 ? interpolate16_2_7_7<ColorMas…
|
H A D | hq3x_i386.asm | 205 ; interpolate16_2_7_7
|