Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/itss/
H A Dlzx.c89 UWORD block_type; /* type of this block */ member
197 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXinit()
226 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXreset()
496 if (pState->block_type == LZX_BLOCKTYPE_UNCOMPRESSED) { in LZXdecompress()
501 READ_BITS(pState->block_type, 3); in LZXdecompress()
506 switch (pState->block_type) { in LZXdecompress()
560 switch (pState->block_type) { in LZXdecompress()
/reactos/dll/win32/mspatcha/
H A Dlzx.c89 UWORD block_type; /* type of this block */ member
206 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXinit()
235 pState->block_type = LZX_BLOCKTYPE_INVALID; in LZXreset()
505 if (pState->block_type == LZX_BLOCKTYPE_UNCOMPRESSED) { in LZXdecompress()
510 READ_BITS(pState->block_type, 3); in LZXdecompress()
515 switch (pState->block_type) { in LZXdecompress()
569 switch (pState->block_type) { in LZXdecompress()
/reactos/drivers/filesystems/udfs/Include/
H A Dwcache_lib.cpp1014 ULONG block_type; in WCacheUpdatePacket() local
1039 if(block_type & WCACHE_BLOCK_ZERO) { in WCacheUpdatePacket()
1873 ULONG block_type; in WCachePreReadPacket__() local
1901 block_type & WCACHE_BLOCK_BAD) { in WCachePreReadPacket__()
1905 if(!(block_type & WCACHE_BLOCK_ZERO)) { in WCachePreReadPacket__()
2037 ULONG block_type; in WCacheReadBlocks__() local
2137 if(block_type & WCACHE_BLOCK_BAD) { in WCacheReadBlocks__()
2303 ULONG block_type; in WCacheWriteBlocks__() local
2965 ULONG block_type; in WCacheDirect__() local
3018 if(block_type == WCACHE_BLOCK_USED) { in WCacheDirect__()
[all …]
/reactos/sdk/tools/hhpcomp/lzx_compress/
H A Dlzx_layer.c845 lzx_write_compressed_literals(lzx_data *lzxd, int block_type) in lzx_write_compressed_literals() argument
894 if ((block_type == LZX_ALIGNED_OFFSET_BLOCK) && (extra_bits[position_slot] >= 3)) { in lzx_write_compressed_literals()
1066 int block_type; in lzx_compress_block() local
1125 block_type = LZX_ALIGNED_OFFSET_BLOCK; in lzx_compress_block()
1127 block_type = LZX_VERBATIM_BLOCK; in lzx_compress_block()
1134 lzx_write_bits(lzxd, 3, block_type); in lzx_compress_block()
1141 if (block_type == LZX_ALIGNED_OFFSET_BLOCK) { in lzx_compress_block()
1167 lzx_write_compressed_literals(lzxd, block_type); in lzx_compress_block()
/reactos/sdk/lib/3rdparty/libmpg123/
H A Dlayer3.c62 unsigned block_type; member
507 gr_info->block_type = getbits_fast(fr, 2); in III_get_side_info()
526 if(gr_info->block_type == 0) in III_get_side_info()
572 gr_info->block_type = 0; in III_get_side_info()
604 if(gr_info->block_type == 2) in III_get_scale_factors_1()
714 if( gr_info->block_type == 2 ) in III_get_scale_factors_2()
858 if(gr_info->block_type == 2) in III_dequantize_sample()
1360 if(gr_info->block_type == 2) in III_i_stereo()
1486 if(gr_info->block_type == 2) in III_antialias()
2001 bt = gr_info->block_type; in III_hybrid()
[all …]
/reactos/dll/win32/cabinet/
H A Dfdi.c837 LZX(block_type) = LZX_BLOCKTYPE_INVALID; in LZXfdi_init()
1643 if (LZX(block_type) == LZX_BLOCKTYPE_UNCOMPRESSED) { in LZXfdi_decomp()
1648 READ_BITS(LZX(block_type), 3); in LZXfdi_decomp()
1653 switch (LZX(block_type)) { in LZXfdi_decomp()
1707 switch (LZX(block_type)) { in LZXfdi_decomp()
H A Dcabinet.h220 cab_UWORD block_type; /* type of this block */ member