Searched refs:num_commands (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dblock_splitter.c40 static size_t CountLiterals(const Command* cmds, const size_t num_commands) { argument
44 for (i = 0; i < num_commands; ++i) {
51 const size_t num_commands,
59 for (i = 0; i < num_commands; ++i) {
124 const size_t num_commands,
133 size_t literals_count = CountLiterals(cmds, num_commands);
137 CopyLiteralsToByteArray(cmds, num_commands, data, pos, mask, literals);
151 uint16_t* insert_and_copy_codes = BROTLI_ALLOC(m, uint16_t, num_commands);
154 for (i = 0; i < num_commands; ++i) {
159 m, insert_and_copy_codes, num_commands,
50 CopyLiteralsToByteArray(const Command * cmds,const size_t num_commands,const uint8_t * data,const size_t offset,const size_t mask,uint8_t * literals) argument
122 BrotliSplitBlock(MemoryManager * m,const Command * cmds,const size_t num_commands,const uint8_t * data,const size_t pos,const size_t mask,const BrotliEncoderParams * params,BlockSplit * literal_split,BlockSplit * insert_and_copy_split,BlockSplit * dist_split) argument
[all...]
H A Dbackward_references.h25 /* "commands" points to the next output command to write to, "*num_commands" is
33 Command* commands, size_t* num_commands, size_t* num_literals);
H A Dblock_splitter.h38 const size_t num_commands,
H A 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);
H A Dhistogram.h51 const Command* cmds, const size_t num_commands,
H A Dbackward_references.c127 Command* commands, size_t* num_commands, size_t* num_literals) {
134 last_insert_len, commands, num_commands, num_literals); \
123 BrotliCreateBackwardReferences(size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument
H A Dhistogram.c44 const Command* cmds, const size_t num_commands,
60 for (i = 0; i < num_commands; ++i) {
43 BrotliBuildHistogramsWithContext(const Command * cmds,const size_t num_commands,const BlockSplit * literal_split,const BlockSplit * insert_and_copy_split,const BlockSplit * dist_split,const uint8_t * ringbuffer,size_t start_pos,size_t mask,uint8_t prev_byte,uint8_t prev_byte2,const ContextType * context_modes,HistogramLiteral * literal_histograms,HistogramCommand * insert_and_copy_histograms,HistogramDistance * copy_dist_histograms) argument
H A Dbackward_references_hq.c140 size_t num_commands,
155 for (i = 0; i < num_commands; i++) {
557 size_t num_commands = 0; local in function:ComputeShortestPathFromNodes
565 num_commands++;
567 return num_commands;
726 Command* commands, size_t* num_commands, size_t* num_literals) {
730 *num_commands += BrotliZopfliComputeShortestPath(m, num_bytes,
743 Command* commands, size_t* num_commands, size_t* num_literals) {
810 orig_num_commands = *num_commands;
822 ringbuffer_mask, commands, *num_commands
135 ZopfliCostModelSetFromCommands(ZopfliCostModel * self,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,const Command * commands,size_t num_commands,size_t last_insert_len) argument
722 BrotliCreateZopfliBackwardReferences(MemoryManager * m,size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument
739 BrotliCreateHqZopfliBackwardReferences(MemoryManager * m,size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,ContextLut literal_context_lut,const BrotliEncoderParams * params,Hasher * hasher,int * dist_cache,size_t * last_insert_len,Command * commands,size_t * num_commands,size_t * num_literals) argument
[all...]
H A Dmetablock.c59 size_t num_commands,
70 for (i = 0; i < num_commands; ++i) {
83 size_t num_commands,
101 for (i = 0; i < num_commands; i++) {
134 size_t num_commands,
164 cmds, num_commands,
177 ComputeDistanceCost(cmds, num_commands,
185 RecomputeDistancePrefixes(cmds, num_commands,
188 BrotliSplitBlock(m, cmds, num_commands,
226 BrotliBuildHistogramsWithContext(cmds, num_commands,
58 RecomputeDistancePrefixes(Command * cmds,size_t num_commands,const BrotliDistanceParams * orig_params,const BrotliDistanceParams * new_params) argument
82 ComputeDistanceCost(const Command * cmds,size_t num_commands,const BrotliDistanceParams * orig_params,const BrotliDistanceParams * new_params,double * cost) argument
126 BrotliBuildMetaBlock(MemoryManager * m,const uint8_t * ringbuffer,const size_t pos,const size_t mask,BrotliEncoderParams * params,uint8_t prev_byte,uint8_t prev_byte2,Command * cmds,size_t num_commands,ContextType literal_context_mode,MetaBlockSplit * mb) argument
[all...]
H A Dmetablock.h82 size_t num_commands,
H A Dbackward_references_inc.h15 Command* commands, size_t* num_commands, size_t* num_literals) {
162 *num_commands += (size_t)(commands - orig_commands);
H A Dencode.c515 const size_t bytes, const size_t num_literals, const size_t num_commands) {
518 if (num_commands < (bytes >> 8) + 2) {
564 const size_t num_commands,
584 num_literals, num_commands)) {
600 commands, num_commands,
606 commands, num_commands,
623 literal_context_map, commands, num_commands, &mb);
628 commands, num_commands,
644 commands, num_commands,
1261 size_t num_commands local in function:BrotliCompressBufferQuality10
513 ShouldCompress(const uint8_t * data,const size_t mask,const uint64_t last_flush_pos,const size_t bytes,const size_t num_literals,const size_t num_commands) argument
553 WriteMetaBlockInternal(MemoryManager * m,const uint8_t * data,const size_t mask,const uint64_t last_flush_pos,const size_t bytes,const BROTLI_BOOL is_last,ContextType literal_context_mode,const BrotliEncoderParams * params,const uint8_t prev_byte,const uint8_t prev_byte2,const size_t num_literals,const size_t num_commands,Command * commands,const int * saved_dist_cache,int * dist_cache,size_t * storage_ix,uint8_t * storage) argument
[all...]
H A Dcompress_fragment_two_pass.c457 const uint32_t* commands, const size_t num_commands,
489 for (i = 0; i < num_commands; ++i) {
501 for (i = 0; i < num_commands; ++i) {
577 const size_t num_commands = (size_t)(commands - command_buf); local in function:BrotliCompressFragmentTwoPassImpl
581 StoreCommands(m, literal_buf, num_literals, command_buf, num_commands,
455 StoreCommands(MemoryManager * m,const uint8_t * literals,const size_t num_literals,const uint32_t * commands,const size_t num_commands,size_t * storage_ix,uint8_t * storage) argument
/xsrc/external/mit/libdrm/dist/tegra/
H A Djob.c47 size = (job->num_commands + 1) * sizeof(*commands);
53 command = &commands[job->num_commands];
59 job->num_commands++;
142 args.num_cmds = job->num_commands;
H A Dprivate.h97 unsigned int num_commands; member in struct:drm_tegra_job
/xsrc/external/mit/xgc/dist/
H A Dxgc.h32 int num_commands; /* number of command buttons inside it */ member in struct:__anonb0c8db620208
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_winsys.h459 uint64_t num_commands; member in struct:svga_winsys_context
H A Dsvga_cmd.c124 swc->num_commands++;
H A Dsvga_pipe_query.c1204 vresult->f = (float) svga->swc->num_commands
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_winsys.h472 uint64_t num_commands; member in struct:svga_winsys_context
H A Dsvga_cmd.c124 swc->num_commands++;
H A Dsvga_pipe_query.c1214 vresult->f = (float) svga->swc->num_commands

Completed in 55 milliseconds