openMSX
Classes | Namespaces | Functions
SaI3xScaler.cc File Reference
#include "SaI3xScaler.hh"
#include "FrameSource.hh"
#include "ScalerOutput.hh"
#include "narrow.hh"
#include "vla.hh"
#include "build-info.hh"
#include <cassert>
#include <cstdint>
Include dependency graph for SaI3xScaler.cc:

Go to the source code of this file.

Classes

class  openmsx::Blender< Pixel >
 
struct  openmsx::Round< X, OLD, NEW >
 
class  openmsx::PixelStripRepeater< i >
 
class  openmsx::PixelStripRepeater< 0 >
 
class  openmsx::LineRepeater< i >
 
class  openmsx::LineRepeater< 0 >
 

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 

Functions

template<>
uint16_t openmsx::bilinear< uint16_t > (unsigned a, unsigned b, unsigned x)
 
template<>
uint32_t openmsx::bilinear< uint32_t > (unsigned a, unsigned b, unsigned x)
 
template<>
uint16_t openmsx::bilinear4< uint16_t > (unsigned a, unsigned b, unsigned c, unsigned d, unsigned x, unsigned y)
 
template<>
uint32_t openmsx::bilinear4< uint32_t > (unsigned a, unsigned b, unsigned c, unsigned d, unsigned x, unsigned y)