Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3917 mz_uint first_trigram = (*(const mz_uint32 *)pCur_dict) & 0xFFFFFF; in tdefl_compress_fast() local
3919 (first_trigram ^ (first_trigram >> (24 - (TDEFL_LZ_HASH_BITS - 8)))) & in tdefl_compress_fast()
3928 0xFFFFFF) == first_trigram)) { in tdefl_compress_fast()
3951 *pLZ_code_buf++ = (mz_uint8)first_trigram; in tdefl_compress_fast()
3953 d->m_huff_count[0][(mz_uint8)first_trigram]++; in tdefl_compress_fast()
3977 *pLZ_code_buf++ = (mz_uint8)first_trigram; in tdefl_compress_fast()
3979 d->m_huff_count[0][(mz_uint8)first_trigram]++; in tdefl_compress_fast()