Searched refs:btype (Results 1 – 1 of 1) sorted by relevance
355 int bfinal, btype; in decompress_block() local361 btype = pull_bits(&stream, 2); in decompress_block()362 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()363 else if (btype == DYNAMIC_COMP) in decompress_block()365 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()