Home
last modified time | relevance | path

Searched refs:code_slice (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Ddynhuff.cpp460 UINT32 code_slice; in Compress() local
484 code_slice = d_buffer[0]; in Compress()
510 code_slice <<= 8; in Compress()
522 UINT32 code_slice = 0; in Decompress() local
541 code_slice <<= remainder; in Decompress()
672 dcs.code_slice <<= 8; in DecodeBuffer()
693 if(dcs.code_slice&0x80000000) in DecodeBuffer()
697 dcs.code_slice <<= 1; in DecodeBuffer()
721 dcs.code_slice <<= 1; in DecodeBuffer()
872 UINT32 code_slice; in WriteDecompressedFile() local
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Ddynhuff.cpp460 UINT32 code_slice; in Compress() local
484 code_slice = d_buffer[0]; in Compress()
510 code_slice <<= 8; in Compress()
522 UINT32 code_slice = 0; in Decompress() local
541 code_slice <<= remainder; in Decompress()
669 dcs.code_slice <<= 8; in DecodeBuffer()
690 if(dcs.code_slice&0x80000000) in DecodeBuffer()
694 dcs.code_slice <<= 1; in DecodeBuffer()
718 dcs.code_slice <<= 1; in DecodeBuffer()
869 UINT32 code_slice; in WriteDecompressedFile() local
[all …]
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DIW44Image.cpp138 virtual int code_slice(ZPCodec &zp);
972 IW44Image::Codec::Decode::code_slice(ZPCodec &zp) in code_slice() function in IW44Image::Codec::Decode
1530 flag = ycodec->code_slice(zp); in decode_chunk()
1783 flag = ycodec->code_slice(zp); in decode_chunk()
1786 flag |= cbcodec->code_slice(zp); in decode_chunk()
1787 flag |= crcodec->code_slice(zp); in decode_chunk()
H A DIW44EncodeCodec.cpp256 virtual int code_slice(ZPCodec &zp);
1501 flag = ycodec_enc->code_slice(zp); in encode_chunk()
1719 flag = ycodec_enc->code_slice(zp); in encode_chunk()
1725 flag |= cbcodec_enc->code_slice(zp); in encode_chunk()
1726 flag |= crcodec_enc->code_slice(zp); in encode_chunk()
1768 IW44Image::Codec::Encode::code_slice(ZPCodec &zp) in code_slice() function in IW44Image::Codec::Encode
H A DIW44Image.h656 virtual int code_slice(ZPCodec &zp) = 0;