Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.c109 static void StoreVarLenUint8(size_t n, size_t* storage_ix, uint8_t* storage) { in StoreVarLenUint8() function
695 StoreVarLenUint8(num_clusters - 1, storage_ix, storage); in EncodeContextMap()
776 StoreVarLenUint8(num_types - 1, storage_ix, storage); in BuildAndStoreBlockSplitCode()
795 StoreVarLenUint8(num_types - 1, storage_ix, storage); in StoreTrivialContextMap()