Home
last modified time | relevance | path

Searched refs:Indeo3Decoder (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/image/codecs/
H A Dindeo3.h47 class Indeo3Decoder : public Codec {
49 Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel = 24);
50 ~Indeo3Decoder();
H A Dindeo3.cpp43 Indeo3Decoder::Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel) : _ModPred(0), _correc… in Indeo3Decoder() function in Image::Indeo3Decoder
76 Indeo3Decoder::~Indeo3Decoder() { in ~Indeo3Decoder()
85 Graphics::PixelFormat Indeo3Decoder::getPixelFormat() const { in getPixelFormat()
89 bool Indeo3Decoder::isIndeo3(Common::SeekableReadStream &stream) { in isIndeo3()
110 void Indeo3Decoder::buildModPred() { in buildModPred()
137 void Indeo3Decoder::allocFrames() { in allocFrames()
396 void Indeo3Decoder::decodeChunk(byte *cur, byte *ref, int width, int height, in decodeChunk()
1205 const int Indeo3Decoder::_corrector_type_0[24] = {
1213 const uint32 Indeo3Decoder::correction[] = {
1985 const uint32 Indeo3Decoder::correctionloworder[] = {
[all …]
H A Dcodec.cpp213 return new Indeo3Decoder(width, height, bitsPerPixel); in createBitmapCodec()
/dports/games/residualvm/residualvm-0.3.1/image/codecs/
H A Dindeo3.h47 class Indeo3Decoder : public Codec {
49 Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel = 24);
50 ~Indeo3Decoder();
H A Dindeo3.cpp43 Indeo3Decoder::Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel) : _ModPred(0), _correc… in Indeo3Decoder() function in Image::Indeo3Decoder
69 Indeo3Decoder::~Indeo3Decoder() { in ~Indeo3Decoder()
78 Graphics::PixelFormat Indeo3Decoder::getPixelFormat() const { in getPixelFormat()
82 bool Indeo3Decoder::isIndeo3(Common::SeekableReadStream &stream) { in isIndeo3()
103 void Indeo3Decoder::buildModPred() { in buildModPred()
130 void Indeo3Decoder::allocFrames() { in allocFrames()
389 void Indeo3Decoder::decodeChunk(byte *cur, byte *ref, int width, int height, in decodeChunk()
1182 const int Indeo3Decoder::_corrector_type_0[24] = {
1190 const uint32 Indeo3Decoder::correction[] = {
1962 const uint32 Indeo3Decoder::correctionloworder[] = {
[all …]
H A Dcodec.cpp213 return new Indeo3Decoder(width, height, bitsPerPixel); in createBitmapCodec()
/dports/games/scummvm/scummvm-2.5.1/image/codecs/
H A Dindeo3.h47 class Indeo3Decoder : public Codec {
49 Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel = 24);
50 ~Indeo3Decoder();
H A Dindeo3.cpp43 Indeo3Decoder::Indeo3Decoder(uint16 width, uint16 height, uint bitsPerPixel) : _ModPred(0), _correc… in Indeo3Decoder() function in Image::Indeo3Decoder
76 Indeo3Decoder::~Indeo3Decoder() { in ~Indeo3Decoder()
85 Graphics::PixelFormat Indeo3Decoder::getPixelFormat() const { in getPixelFormat()
89 bool Indeo3Decoder::isIndeo3(Common::SeekableReadStream &stream) { in isIndeo3()
110 void Indeo3Decoder::buildModPred() { in buildModPred()
137 void Indeo3Decoder::allocFrames() { in allocFrames()
396 void Indeo3Decoder::decodeChunk(byte *cur, byte *ref, int width, int height, in decodeChunk()
1205 const int Indeo3Decoder::_corrector_type_0[24] = {
1213 const uint32 Indeo3Decoder::correction[] = {
1985 const uint32 Indeo3Decoder::correctionloworder[] = {
[all …]
H A Dcodec.cpp222 return new Indeo3Decoder(width, height, bitsPerPixel); in createBitmapCodec()
/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Dcoktel_decoder.cpp1781 _codec = new Image::Indeo3Decoder(_width, _height, g_system->getScreenFormat().bpp()); in openExternalCodec()
/dports/games/residualvm/residualvm-0.3.1/video/
H A Dcoktel_decoder.cpp1781 _codec = new Image::Indeo3Decoder(_width, _height, g_system->getScreenFormat().bpp()); in openExternalCodec()
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dcoktel_decoder.cpp1781 _codec = new Image::Indeo3Decoder(_width, _height, g_system->getScreenFormat().bpp()); in openExternalCodec()