Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.c37 static BROTLI_INLINE uint32_t BlockLengthPrefixCode(uint32_t len) { in BlockLengthPrefixCode() function
46 *code = BlockLengthPrefixCode(len); in GetBlockLengthPrefixCode()
774 ++length_histo[BlockLengthPrefixCode(lengths[i])]; in BuildAndStoreBlockSplitCode()