Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.c949 BlockEncoder command_enc; in BrotliStoreMetaBlock() local
962 InitBlockEncoder(&command_enc, BROTLI_NUM_COMMAND_SYMBOLS, in BrotliStoreMetaBlock()
970 BuildAndStoreBlockSwitchEntropyCodes(&command_enc, tree, storage_ix, storage); in BrotliStoreMetaBlock()
1006 BuildAndStoreEntropyCodesCommand(m, &command_enc, mb->command_histograms, in BrotliStoreMetaBlock()
1019 StoreSymbol(&command_enc, cmd_code, storage_ix, storage); in BrotliStoreMetaBlock()
1062 CleanupBlockEncoder(m, &command_enc); in BrotliStoreMetaBlock()