Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbrotli_bit_stream.h48 const Command* commands, size_t n_commands, const MetaBlockSplit* mb,
58 const Command* commands, size_t n_commands,
68 const Command* commands, size_t n_commands,
Dbrotli_bit_stream.c954 const Command* commands, size_t n_commands, const MetaBlockSplit* mb, in BrotliStoreMetaBlock() argument
1033 for (i = 0; i < n_commands; ++i) { in BrotliStoreMetaBlock()
1090 size_t n_commands, in BuildHistograms() argument
1096 for (i = 0; i < n_commands; ++i) { in BuildHistograms()
1115 size_t n_commands, in StoreDataWithHuffmanCodes() argument
1126 for (i = 0; i < n_commands; ++i) { in StoreDataWithHuffmanCodes()
1154 const Command* commands, size_t n_commands, in BrotliStoreMetaBlockTrivial() argument
1174 BuildHistograms(input, start_pos, mask, commands, n_commands, in BrotliStoreMetaBlockTrivial()
1195 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1207 const Command* commands, size_t n_commands, in BrotliStoreMetaBlockFast() argument
[all …]
Dmetablock.c546 const Command* commands, size_t n_commands, MetaBlockSplit* mb) { in BrotliBuildMetaBlockGreedyInternal() argument
555 for (i = 0; i < n_commands; ++i) { in BrotliBuildMetaBlockGreedyInternal()
570 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal()
573 InitBlockSplitterDistance(m, &dist_blocks, 64, 512, 100.0, n_commands, in BrotliBuildMetaBlockGreedyInternal()
578 for (i = 0; i < n_commands; ++i) { in BrotliBuildMetaBlockGreedyInternal()
633 size_t n_commands, in BrotliBuildMetaBlockGreedy() argument
637 prev_byte2, literal_context_lut, 1, NULL, commands, n_commands, mb); in BrotliBuildMetaBlockGreedy()
641 commands, n_commands, mb); in BrotliBuildMetaBlockGreedy()
Dmetablock.h93 const Command* commands, size_t n_commands, MetaBlockSplit* mb);
/external/vboot_reference/utility/
Dtpmc.c416 static int n_commands = sizeof(command_table) / sizeof(command_table[0]); variable
438 for (c = command_table; c < command_table + n_commands; c++) { in main()
446 for (c = command_table; c < command_table + n_commands; c++) { in main()