Lines Matching refs:n_commands
954 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
1217 if (n_commands <= 128) { in BrotliStoreMetaBlockFast()
1224 for (i = 0; i < n_commands; ++i) { in BrotliStoreMetaBlockFast()
1242 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast()
1261 BuildHistograms(input, start_pos, mask, commands, n_commands, in BrotliStoreMetaBlockFast()
1283 n_commands, lit_depth, lit_bits, in BrotliStoreMetaBlockFast()