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.c964 BlockEncoder command_enc; in BrotliStoreMetaBlock() local
979 InitBlockEncoder(&command_enc, BROTLI_NUM_COMMAND_SYMBOLS, in BrotliStoreMetaBlock()
987 BuildAndStoreBlockSwitchEntropyCodes(&command_enc, tree, storage_ix, storage); in BrotliStoreMetaBlock()
1023 BuildAndStoreEntropyCodesCommand(m, &command_enc, mb->command_histograms, in BrotliStoreMetaBlock()
1036 StoreSymbol(&command_enc, cmd_code, storage_ix, storage); in BrotliStoreMetaBlock()
1079 CleanupBlockEncoder(m, &command_enc); in BrotliStoreMetaBlock()