Searched refs:cmd_prefix_ (Results 1 – 7 of 7) sorted by relevance
113 uint16_t cmd_prefix_; member135 TO_BROTLI_BOOL((self->dist_prefix_ & 0x3FF) == 0), &self->cmd_prefix_); in InitCommand()143 GetLengthCode(insertlen, 4, BROTLI_FALSE, &self->cmd_prefix_); in InitInsertCommand()168 uint32_t r = self->cmd_prefix_ >> 6; in CommandDistanceContext()169 uint32_t c = self->cmd_prefix_ & 7; in CommandDistanceContext()
65 cmd->cmd_prefix_); in BrotliBuildHistogramsWithContext()86 if (cmd->cmd_prefix_ >= 128) { in BrotliBuildHistogramsWithContext()
155 insert_and_copy_codes[i] = cmds[i].cmd_prefix_; in BrotliSplitBlock()176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
72 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in RecomputeDistancePrefixes()103 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in ComputeDistanceCost()577 BlockSplitterAddSymbolCommand(&cmd_blocks, cmd.cmd_prefix_); in BrotliBuildMetaBlockGreedyInternal()597 if (cmd.cmd_prefix_ >= 128) { in BrotliBuildMetaBlockGreedyInternal()
1018 size_t cmd_code = cmd.cmd_prefix_; in BrotliStoreMetaBlock()1045 if (cmd.cmd_prefix_ >= 128) { in BrotliStoreMetaBlock()1082 HistogramAddCommand(cmd_histo, cmd.cmd_prefix_); in BuildHistograms()1088 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in BuildHistograms()1111 const size_t cmd_code = cmd.cmd_prefix_; in StoreDataWithHuffmanCodes()1123 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in StoreDataWithHuffmanCodes()
159 size_t cmdcode = commands[i].cmd_prefix_; in ZopfliCostModelSetFromCommands()
944 &last_command->cmd_prefix_); in ExtendLastCommand()