Home
last modified time | relevance | path

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

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