Searched refs:rle_repeat_count (Results 1 – 1 of 1) sorted by relevance
923 …if (rle_repeat_count) …925 …if (rle_repeat_count < 3) …927 …ff_count[2][prev_code_size] = (mz_uint16)(d->m_huff_count[2][prev_code_size] + rle_repeat_count); \928 …while (rle_repeat_count--) …935 …packed_code_sizes[num_packed_code_sizes++] = (mz_uint8)(rle_repeat_count - 3); …937 …rle_repeat_count = 0; …972 …mz_uint i, total_code_sizes_to_pack, num_packed_code_sizes, rle_z_count, rle_repeat_count, packed_… in tdefl_start_dynamic_block() local992 rle_repeat_count = 0; in tdefl_start_dynamic_block()1015 else if (++rle_repeat_count == 6) in tdefl_start_dynamic_block()1022 if (rle_repeat_count) in tdefl_start_dynamic_block()