Searched refs:GetBlockLengthPrefixCode (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 44 static BROTLI_INLINE void GetBlockLengthPrefixCode(uint32_t len, size_t* code, in GetBlockLengthPrefixCode() function 747 GetBlockLengthPrefixCode(block_len, &lencode, &len_nextra, &len_extra); in StoreBlockSwitch()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 44 static BROTLI_INLINE void GetBlockLengthPrefixCode(uint32_t len, size_t* code, in GetBlockLengthPrefixCode() function 747 GetBlockLengthPrefixCode(block_len, &lencode, &len_nextra, &len_extra); in StoreBlockSwitch()
|