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

/xsrc/external/mit/brotli/dist/c/enc/
H A Dbrotli_bit_stream.c37 static BROTLI_INLINE uint32_t BlockLengthPrefixCode(uint32_t len) { function in typeref:typename:BROTLI_INLINE uint32_t
46 *code = BlockLengthPrefixCode(len);
774 ++length_histo[BlockLengthPrefixCode(lengths[i])];

Completed in 3 milliseconds