12 #ifndef BLITTER_32BPP_SSE4_ANIM_HPP 
   13 #define BLITTER_32BPP_SSE4_ANIM_HPP 
   21 #ifndef FULL_ANIMATION 
   22 #define FULL_ANIMATION 1 
   28 #undef MARGIN_NORMAL_THRESHOLD 
   29 #define MARGIN_NORMAL_THRESHOLD 4 
   32 class Blitter_32bppSSE4_Anim FINAL : 
public Blitter_32bppAnim, 
public Blitter_32bppSSE_Base {
 
   36   template <BlitterMode mode, Blitter_32bppSSE_Base::ReadMode read_mode, Blitter_32bppSSE_Base::BlockType bt_last, 
bool translucent, 
bool animated>
 
   40     return Blitter_32bppSSE_Base::Encode(sprite, allocator);
 
   42    const char *
GetName() { 
return "32bpp-sse4-anim"; }