Home
last modified time | relevance | path

Searched refs:num_commands (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { in CountLiterals() argument
44 for (i = 0; i < num_commands; ++i) { in CountLiterals()
51 const size_t num_commands, in CopyLiteralsToByteArray() argument
59 for (i = 0; i < num_commands; ++i) { in CopyLiteralsToByteArray()
124 const size_t num_commands, in BrotliSplitBlock() argument
133 size_t literals_count = CountLiterals(cmds, num_commands); in BrotliSplitBlock()
137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals); in BrotliSplitBlock()
151 uint16_t* insert_and_copy_codes = BROTLI_ALLOC(m, uint16_t, num_commands); in BrotliSplitBlock()
154 for (i = 0; i < num_commands; ++i) { in BrotliSplitBlock()
159 m, insert_and_copy_codes, num_commands, in BrotliSplitBlock()
[all …]
Dmetablock.c59 size_t num_commands, in RecomputeDistancePrefixes() argument
70 for (i = 0; i < num_commands; ++i) { in RecomputeDistancePrefixes()
83 size_t num_commands, in ComputeDistanceCost() argument
101 for (i = 0; i < num_commands; i++) { in ComputeDistanceCost()
134 size_t num_commands, in BrotliBuildMetaBlock() argument
164 cmds, num_commands, in BrotliBuildMetaBlock()
177 ComputeDistanceCost(cmds, num_commands, in BrotliBuildMetaBlock()
185 RecomputeDistancePrefixes(cmds, num_commands, in BrotliBuildMetaBlock()
188 BrotliSplitBlock(m, cmds, num_commands, in BrotliBuildMetaBlock()
226 BrotliBuildHistogramsWithContext(cmds, num_commands, in BrotliBuildMetaBlock()
Dbackward_references_hq.c140 size_t num_commands, in ZopfliCostModelSetFromCommands() argument
155 for (i = 0; i < num_commands; i++) { in ZopfliCostModelSetFromCommands()
557 size_t num_commands = 0; in ComputeShortestPathFromNodes() local
565 num_commands++; in ComputeShortestPathFromNodes()
567 return num_commands; in ComputeShortestPathFromNodes()
726 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateZopfliBackwardReferences() argument
730 *num_commands += BrotliZopfliComputeShortestPath(m, num_bytes, in BrotliCreateZopfliBackwardReferences()
743 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateHqZopfliBackwardReferences() argument
810 orig_num_commands = *num_commands; in BrotliCreateHqZopfliBackwardReferences()
822 ringbuffer_mask, commands, *num_commands - orig_num_commands, in BrotliCreateHqZopfliBackwardReferences()
[all …]
Dencode.c515 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress() argument
518 if (num_commands < (bytes >> 8) + 2) { in ShouldCompress()
564 const size_t num_commands, in WriteMetaBlockInternal() argument
584 num_literals, num_commands)) { in WriteMetaBlockInternal()
600 commands, num_commands, in WriteMetaBlockInternal()
606 commands, num_commands, in WriteMetaBlockInternal()
623 literal_context_map, commands, num_commands, &mb); in WriteMetaBlockInternal()
628 commands, num_commands, in WriteMetaBlockInternal()
644 commands, num_commands, in WriteMetaBlockInternal()
1261 size_t num_commands = 0; in BrotliCompressBufferQuality10() local
[all …]
Dbackward_references_hq.h31 Command* commands, size_t* num_commands, size_t* num_literals);
38 Command* commands, size_t* num_commands, size_t* num_literals);
Dbackward_references.c127 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateBackwardReferences() argument
134 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
Dhistogram.c44 const Command* cmds, const size_t num_commands, in BrotliBuildHistogramsWithContext() argument
60 for (i = 0; i < num_commands; ++i) { in BrotliBuildHistogramsWithContext()
Dcompress_fragment_two_pass.c457 const uint32_t* commands, const size_t num_commands, in StoreCommands() argument
489 for (i = 0; i < num_commands; ++i) { in StoreCommands()
501 for (i = 0; i < num_commands; ++i) { in StoreCommands()
577 const size_t num_commands = (size_t)(commands - command_buf); in BrotliCompressFragmentTwoPassImpl() local
581 StoreCommands(m, literal_buf, num_literals, command_buf, num_commands, in BrotliCompressFragmentTwoPassImpl()
Dbackward_references_inc.h15 Command* commands, size_t* num_commands, size_t* num_literals) { in EXPORT_FN()
162 *num_commands += (size_t)(commands - orig_commands); in EXPORT_FN()
Dbackward_references.h33 Command* commands, size_t* num_commands, size_t* num_literals);
Dblock_splitter.h38 const size_t num_commands,
/third_party/node/deps/brotli/c/enc/
Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { in CountLiterals() argument
44 for (i = 0; i < num_commands; ++i) { in CountLiterals()
51 const size_t num_commands, in CopyLiteralsToByteArray() argument
59 for (i = 0; i < num_commands; ++i) { in CopyLiteralsToByteArray()
124 const size_t num_commands, in BrotliSplitBlock() argument
133 size_t literals_count = CountLiterals(cmds, num_commands); in BrotliSplitBlock()
137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals); in BrotliSplitBlock()
151 uint16_t* insert_and_copy_codes = BROTLI_ALLOC(m, uint16_t, num_commands); in BrotliSplitBlock()
154 for (i = 0; i < num_commands; ++i) { in BrotliSplitBlock()
159 m, insert_and_copy_codes, num_commands, in BrotliSplitBlock()
[all …]
Dmetablock.c59 size_t num_commands, in RecomputeDistancePrefixes() argument
70 for (i = 0; i < num_commands; ++i) { in RecomputeDistancePrefixes()
83 size_t num_commands, in ComputeDistanceCost() argument
101 for (i = 0; i < num_commands; i++) { in ComputeDistanceCost()
134 size_t num_commands, in BrotliBuildMetaBlock() argument
164 cmds, num_commands, in BrotliBuildMetaBlock()
177 ComputeDistanceCost(cmds, num_commands, in BrotliBuildMetaBlock()
185 RecomputeDistancePrefixes(cmds, num_commands, in BrotliBuildMetaBlock()
188 BrotliSplitBlock(m, cmds, num_commands, in BrotliBuildMetaBlock()
226 BrotliBuildHistogramsWithContext(cmds, num_commands, in BrotliBuildMetaBlock()
Dbackward_references_hq.c140 size_t num_commands, in ZopfliCostModelSetFromCommands() argument
155 for (i = 0; i < num_commands; i++) { in ZopfliCostModelSetFromCommands()
557 size_t num_commands = 0; in ComputeShortestPathFromNodes() local
565 num_commands++; in ComputeShortestPathFromNodes()
567 return num_commands; in ComputeShortestPathFromNodes()
726 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateZopfliBackwardReferences() argument
730 *num_commands += BrotliZopfliComputeShortestPath(m, num_bytes, in BrotliCreateZopfliBackwardReferences()
743 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateHqZopfliBackwardReferences() argument
810 orig_num_commands = *num_commands; in BrotliCreateHqZopfliBackwardReferences()
822 ringbuffer_mask, commands, *num_commands - orig_num_commands, in BrotliCreateHqZopfliBackwardReferences()
[all …]
Dencode.c515 const size_t bytes, const size_t num_literals, const size_t num_commands) { in ShouldCompress() argument
518 if (num_commands < (bytes >> 8) + 2) { in ShouldCompress()
564 const size_t num_commands, in WriteMetaBlockInternal() argument
584 num_literals, num_commands)) { in WriteMetaBlockInternal()
600 commands, num_commands, in WriteMetaBlockInternal()
606 commands, num_commands, in WriteMetaBlockInternal()
623 literal_context_map, commands, num_commands, &mb); in WriteMetaBlockInternal()
628 commands, num_commands, in WriteMetaBlockInternal()
644 commands, num_commands, in WriteMetaBlockInternal()
1261 size_t num_commands = 0; in BrotliCompressBufferQuality10() local
[all …]
Dbackward_references_hq.h31 Command* commands, size_t* num_commands, size_t* num_literals);
38 Command* commands, size_t* num_commands, size_t* num_literals);
Dbackward_references.c127 Command* commands, size_t* num_commands, size_t* num_literals) { in BrotliCreateBackwardReferences() argument
134 last_insert_len, commands, num_commands, num_literals); \ in BrotliCreateBackwardReferences()
Dhistogram.c44 const Command* cmds, const size_t num_commands, in BrotliBuildHistogramsWithContext() argument
60 for (i = 0; i < num_commands; ++i) { in BrotliBuildHistogramsWithContext()
Dcompress_fragment_two_pass.c457 const uint32_t* commands, const size_t num_commands, in StoreCommands() argument
489 for (i = 0; i < num_commands; ++i) { in StoreCommands()
501 for (i = 0; i < num_commands; ++i) { in StoreCommands()
577 const size_t num_commands = (size_t)(commands - command_buf); in BrotliCompressFragmentTwoPassImpl() local
581 StoreCommands(m, literal_buf, num_literals, command_buf, num_commands, in BrotliCompressFragmentTwoPassImpl()
Dbackward_references_inc.h15 Command* commands, size_t* num_commands, size_t* num_literals) { in EXPORT_FN()
162 *num_commands += (size_t)(commands - orig_commands); in EXPORT_FN()
Dbackward_references.h33 Command* commands, size_t* num_commands, size_t* num_literals);
Dblock_splitter.h38 const size_t num_commands,
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCLI.c63 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, … in raspicli_get_command_id() argument
75 for (j = 0; j < num_commands; j++) in raspicli_get_command_id()
99 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands) in raspicli_display_help() argument
108 for (i = 0; i < num_commands; i++) in raspicli_display_help()
DRaspiCLI.h49 void raspicli_display_help(const COMMAND_LIST *commands, const int num_commands);
50 int raspicli_get_command_id(const COMMAND_LIST *commands, const int num_commands, const char *arg, …
/third_party/libdrm/tegra/
Djob.c47 size = (job->num_commands + 1) * sizeof(*commands); in drm_tegra_job_add_command()
53 command = &commands[job->num_commands]; in drm_tegra_job_add_command()
59 job->num_commands++; in drm_tegra_job_add_command()
142 args.num_cmds = job->num_commands; in drm_tegra_job_submit()

12