Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.c910 static void StoreSymbolWithContext(BlockEncoder* self, size_t symbol, in StoreSymbolWithContext() function
1050 StoreSymbolWithContext(&literal_enc, literal, context, in BrotliStoreMetaBlock()
1070 StoreSymbolWithContext(&distance_enc, dist_code, context, in BrotliStoreMetaBlock()