Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3512 #define TDEFL_PUT_BITS_FAST(b, l) \ in tdefl_compress_lz_codes() macro
3530 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][s_tdefl_len_sym[match_len]], in tdefl_compress_lz_codes()
3532 TDEFL_PUT_BITS_FAST(match_len & mz_bitmasks[s_tdefl_len_extra[match_len]], in tdefl_compress_lz_codes()
3544 TDEFL_PUT_BITS_FAST(d->m_huff_codes[1][sym], in tdefl_compress_lz_codes()
3546 TDEFL_PUT_BITS_FAST(match_dist & mz_bitmasks[num_extra_bits], in tdefl_compress_lz_codes()
3551 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], in tdefl_compress_lz_codes()
3558 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], in tdefl_compress_lz_codes()
3565 TDEFL_PUT_BITS_FAST(d->m_huff_codes[0][lit], in tdefl_compress_lz_codes()
3579 #undef TDEFL_PUT_BITS_FAST in tdefl_compress_lz_codes()