Searched refs:CommandCopyLen (Results 1 – 6 of 6) sorted by relevance
82 pos += CommandCopyLen(cmd); in BrotliBuildHistogramsWithContext()83 if (CommandCopyLen(cmd)) { in BrotliBuildHistogramsWithContext()
72 from_pos = (from_pos + insert_len + CommandCopyLen(&cmds[i])) & mask; in CopyLiteralsToByteArray()176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
76 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in RecomputeDistancePrefixes()107 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in ComputeDistanceCost()597 pos += CommandCopyLen(&cmd); in BrotliBuildMetaBlockGreedyInternal()598 if (CommandCopyLen(&cmd)) { in BrotliBuildMetaBlockGreedyInternal()
1058 pos += CommandCopyLen(&cmd); in BrotliStoreMetaBlock()1059 if (CommandCopyLen(&cmd)) { in BrotliStoreMetaBlock()1104 pos += CommandCopyLen(&cmd); in BuildHistograms()1105 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in BuildHistograms()1139 pos += CommandCopyLen(&cmd); in StoreDataWithHuffmanCodes()1140 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in StoreDataWithHuffmanCodes()1232 pos += CommandCopyLen(&cmd); in BrotliStoreMetaBlockFast()
176 static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) { in CommandCopyLen() function
159 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands()