Home
last modified time | relevance | path

Searched refs:BitStreamMemory16LEMSB (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Dpsx_decoder.h109 typedef Common::Huffman<Common::BitStreamMemory16LEMSB> HuffmanDecoder;
113 …void decodeMacroBlock(Common::BitStreamMemory16LEMSB *bits, int mbX, int mbY, uint16 scale, uint16…
114 …void decodeBlock(Common::BitStreamMemory16LEMSB *bits, byte *block, int pitch, uint16 scale, uint1…
116 void readAC(Common::BitStreamMemory16LEMSB *bits, int *block);
119 int readDC(Common::BitStreamMemory16LEMSB *bits, uint16 version, PlaneType plane);
125 int readSignedCoefficient(Common::BitStreamMemory16LEMSB *bits);
H A Dpsx_decoder.cpp469 Common::BitStreamMemory16LEMSB bits(frame); in decodeFrame()
501 void PSXStreamDecoder::PSXVideoTrack::decodeMacroBlock(Common::BitStreamMemory16LEMSB *bits, int mb… in decodeMacroBlock()
548 int PSXStreamDecoder::PSXVideoTrack::readDC(Common::BitStreamMemory16LEMSB *bits, uint16 version, P… in readDC()
578 void PSXStreamDecoder::PSXVideoTrack::readAC(Common::BitStreamMemory16LEMSB *bits, int *block) { in readAC()
613 int PSXStreamDecoder::PSXVideoTrack::readSignedCoefficient(Common::BitStreamMemory16LEMSB *bits) { in readSignedCoefficient()
674 void PSXStreamDecoder::PSXVideoTrack::decodeBlock(Common::BitStreamMemory16LEMSB *bits, byte *block… in decodeBlock()
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dpsx_decoder.h109 typedef Common::Huffman<Common::BitStreamMemory16LEMSB> HuffmanDecoder;
113 …void decodeMacroBlock(Common::BitStreamMemory16LEMSB *bits, int mbX, int mbY, uint16 scale, uint16…
114 …void decodeBlock(Common::BitStreamMemory16LEMSB *bits, byte *block, int pitch, uint16 scale, uint1…
116 void readAC(Common::BitStreamMemory16LEMSB *bits, int *block);
119 int readDC(Common::BitStreamMemory16LEMSB *bits, uint16 version, PlaneType plane);
125 int readSignedCoefficient(Common::BitStreamMemory16LEMSB *bits);
H A Dpsx_decoder.cpp389 Common::BitStreamMemory16LEMSB bits(frame); in decodeFrame()
421 void PSXStreamDecoder::PSXVideoTrack::decodeMacroBlock(Common::BitStreamMemory16LEMSB *bits, int mb… in decodeMacroBlock()
468 int PSXStreamDecoder::PSXVideoTrack::readDC(Common::BitStreamMemory16LEMSB *bits, uint16 version, P… in readDC()
498 void PSXStreamDecoder::PSXVideoTrack::readAC(Common::BitStreamMemory16LEMSB *bits, int *block) { in readAC()
533 int PSXStreamDecoder::PSXVideoTrack::readSignedCoefficient(Common::BitStreamMemory16LEMSB *bits) { in readSignedCoefficient()
594 void PSXStreamDecoder::PSXVideoTrack::decodeBlock(Common::BitStreamMemory16LEMSB *bits, byte *block… in decodeBlock()
/dports/games/residualvm/residualvm-0.3.1/video/
H A Dpsx_decoder.h110 …void decodeMacroBlock(Common::BitStreamMemory16LEMSB *bits, int mbX, int mbY, uint16 scale, uint16…
111 …void decodeBlock(Common::BitStreamMemory16LEMSB *bits, byte *block, int pitch, uint16 scale, uint1…
113 void readAC(Common::BitStreamMemory16LEMSB *bits, int *block);
116 int readDC(Common::BitStreamMemory16LEMSB *bits, uint16 version, PlaneType plane);
122 int readSignedCoefficient(Common::BitStreamMemory16LEMSB *bits);
H A Dpsx_decoder.cpp469 Common::BitStreamMemory16LEMSB bits(frame); in decodeFrame()
501 void PSXStreamDecoder::PSXVideoTrack::decodeMacroBlock(Common::BitStreamMemory16LEMSB *bits, int mb… in decodeMacroBlock()
548 int PSXStreamDecoder::PSXVideoTrack::readDC(Common::BitStreamMemory16LEMSB *bits, uint16 version, P… in readDC()
578 void PSXStreamDecoder::PSXVideoTrack::readAC(Common::BitStreamMemory16LEMSB *bits, int *block) { in readAC()
613 int PSXStreamDecoder::PSXVideoTrack::readSignedCoefficient(Common::BitStreamMemory16LEMSB *bits) { in readSignedCoefficient()
674 void PSXStreamDecoder::PSXVideoTrack::decodeBlock(Common::BitStreamMemory16LEMSB *bits, byte *block… in decodeBlock()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Dbitstream.h456 typedef BitStreamImpl<BitStreamMemoryStream, 16, true , true > BitStreamMemory16LEMSB; typedef
/dports/games/scummvm/scummvm-2.5.1/common/
H A Dbitstream.h467 typedef BitStreamImpl<BitStreamMemoryStream, 16, true , true > BitStreamMemory16LEMSB; typedef
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dbitstream.h486 typedef BitStreamImpl<BitStreamMemoryStream, 16, true , true > BitStreamMemory16LEMSB; typedef