Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3524 mz_uint s0, s1, n0, n1, sym, num_extra_bits; in tdefl_compress_lz_codes() local
3541 num_extra_bits = (match_dist < 512) ? n0 : n1; in tdefl_compress_lz_codes()
3546 TDEFL_PUT_BITS_FAST(match_dist & mz_bitmasks[num_extra_bits], in tdefl_compress_lz_codes()
3547 num_extra_bits); in tdefl_compress_lz_codes()
3606 mz_uint sym, num_extra_bits; in tdefl_compress_lz_codes() local
3619 num_extra_bits = s_tdefl_small_dist_extra[match_dist]; in tdefl_compress_lz_codes()
3622 num_extra_bits = s_tdefl_large_dist_extra[match_dist >> 8]; in tdefl_compress_lz_codes()
3626 TDEFL_PUT_BITS(match_dist & mz_bitmasks[num_extra_bits], num_extra_bits); in tdefl_compress_lz_codes()