Home
last modified time | relevance | path

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

/external/brotli/enc/
Dbrotli_bit_stream.h56 size_t n_commands,
72 size_t n_commands,
87 size_t n_commands,
Dmetablock.c403 const Command *commands, size_t n_commands, MetaBlockSplit* mb) { in BrotliBuildMetaBlockGreedyInternal() argument
412 for (i = 0; i < n_commands; ++i) { in BrotliBuildMetaBlockGreedyInternal()
427 500.0, n_commands, &mb->command_split, &mb->command_histograms, in BrotliBuildMetaBlockGreedyInternal()
430 InitBlockSplitterDistance(m, &dist_blocks, 64, 512, 100.0, n_commands, in BrotliBuildMetaBlockGreedyInternal()
435 for (i = 0; i < n_commands; ++i) { in BrotliBuildMetaBlockGreedyInternal()
489 size_t n_commands, in BrotliBuildMetaBlockGreedy() argument
493 prev_byte2, literal_context_mode, 1, NULL, commands, n_commands, mb); in BrotliBuildMetaBlockGreedy()
497 commands, n_commands, mb); in BrotliBuildMetaBlockGreedy()
Dbrotli_bit_stream.c959 size_t n_commands, in BrotliStoreMetaBlock() argument
1030 for (i = 0; i < n_commands; ++i) { in BrotliStoreMetaBlock()
1086 size_t n_commands, in BuildHistograms() argument
1092 for (i = 0; i < n_commands; ++i) { in BuildHistograms()
1111 size_t n_commands, in StoreDataWithHuffmanCodes() argument
1122 for (i = 0; i < n_commands; ++i) { in StoreDataWithHuffmanCodes()
1154 size_t n_commands, in BrotliStoreMetaBlockTrivial() argument
1174 BuildHistograms(input, start_pos, mask, commands, n_commands, in BrotliStoreMetaBlockTrivial()
1193 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockTrivial()
1209 size_t n_commands, in BrotliStoreMetaBlockFast() argument
[all …]
Dmetablock.h90 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()