Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/c/enc/
H A 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()
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dbrotli_bit_stream.c37 static BROTLI_INLINE uint32_t BlockLengthPrefixCode(uint32_t len) { in BlockLengthPrefixCode() function
46 *code = BlockLengthPrefixCode(len); in GetBlockLengthPrefixCode()
778 ++length_histo[BlockLengthPrefixCode(lengths[i])]; in BuildAndStoreBlockSplitCode()