Home
last modified time | relevance | path

Searched refs:Codec48Decoder (Results 1 – 8 of 8) sorted by relevance

/dports/games/residualvm/residualvm-0.3.1/engines/grim/movie/codecs/
H A Dcodec48.h30 class Codec48Decoder {
32 Codec48Decoder();
33 ~Codec48Decoder();
H A Dcodec48.cpp31 Codec48Decoder::Codec48Decoder() { in Codec48Decoder() function in Grim::Codec48Decoder
45 void Codec48Decoder::init(int width, int height) { in init()
60 void Codec48Decoder::deinit() { in deinit()
63 Codec48Decoder::~Codec48Decoder() { in ~Codec48Decoder()
69 bool Codec48Decoder::decode(byte *dst, const byte *src) { in decode()
135 void Codec48Decoder::bompDecodeLine(byte *dst, const byte *src, int len) { in bompDecodeLine()
157 void Codec48Decoder::makeTable(int pitch, int index) { in makeTable()
282 void Codec48Decoder::decode3(byte *dst, const byte *src, int bufOffset) { in decode3()
538 void Codec48Decoder::copyBlock(byte *dst, int deltaBufOffset, int offset) { in copyBlock()
547 void Codec48Decoder::scaleBlock(byte *dst, const byte *src) { in scaleBlock()
H A Dsmush_decoder.h38 class Codec48Decoder; variable
104 Codec48Decoder *_codec48;
H A Dsmush_decoder.cpp455 _codec48 = new Codec48Decoder(); in SmushVideoTrack()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/movie/codecs/
H A Dcodec48.h30 class Codec48Decoder {
32 Codec48Decoder();
33 ~Codec48Decoder();
H A Dcodec48.cpp31 Codec48Decoder::Codec48Decoder() { in Codec48Decoder() function in Grim::Codec48Decoder
45 void Codec48Decoder::init(int width, int height) { in init()
60 void Codec48Decoder::deinit() { in deinit()
63 Codec48Decoder::~Codec48Decoder() { in ~Codec48Decoder()
69 bool Codec48Decoder::decode(byte *dst, const byte *src) { in decode()
135 void Codec48Decoder::bompDecodeLine(byte *dst, const byte *src, int len) { in bompDecodeLine()
157 void Codec48Decoder::makeTable(int pitch, int index) { in makeTable()
282 void Codec48Decoder::decode3(byte *dst, const byte *src, int bufOffset) { in decode3()
538 void Codec48Decoder::copyBlock(byte *dst, int deltaBufOffset, int offset) { in copyBlock()
547 void Codec48Decoder::scaleBlock(byte *dst, const byte *src) { in scaleBlock()
H A Dsmush_decoder.h38 class Codec48Decoder; variable
104 Codec48Decoder *_codec48;
H A Dsmush_decoder.cpp455 _codec48 = new Codec48Decoder(); in SmushVideoTrack()