Searched refs:block_type (Results 1 – 7 of 7) sorted by relevance
89 UWORD block_type; /* type of this block */ member197 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()
89 UWORD block_type; /* type of this block */ member206 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()
1014 ULONG block_type; in WCacheUpdatePacket() local1039 if(block_type & WCACHE_BLOCK_ZERO) { in WCacheUpdatePacket()1873 ULONG block_type; in WCachePreReadPacket__() local1901 block_type & WCACHE_BLOCK_BAD) { in WCachePreReadPacket__()1905 if(!(block_type & WCACHE_BLOCK_ZERO)) { in WCachePreReadPacket__()2037 ULONG block_type; in WCacheReadBlocks__() local2137 if(block_type & WCACHE_BLOCK_BAD) { in WCacheReadBlocks__()2303 ULONG block_type; in WCacheWriteBlocks__() local2965 ULONG block_type; in WCacheDirect__() local3018 if(block_type == WCACHE_BLOCK_USED) { in WCacheDirect__()[all …]
845 lzx_write_compressed_literals(lzx_data *lzxd, int block_type) in lzx_write_compressed_literals() argument894 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() local1125 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()
62 unsigned block_type; member507 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 …]
837 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()
220 cab_UWORD block_type; /* type of this block */ member