Home
last modified time | relevance | path

Searched refs:cmd_prefix_ (Results 1 – 7 of 7) sorted by relevance

/external/brotli/c/enc/
Dcommand.h113 uint16_t cmd_prefix_; member
135 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()
Dhistogram.c65 cmd->cmd_prefix_); in BrotliBuildHistogramsWithContext()
86 if (cmd->cmd_prefix_ >= 128) { in BrotliBuildHistogramsWithContext()
Dblock_splitter.c155 insert_and_copy_codes[i] = cmds[i].cmd_prefix_; in BrotliSplitBlock()
176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
Dmetablock.c76 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in RecomputeDistancePrefixes()
107 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in ComputeDistanceCost()
581 BlockSplitterAddSymbolCommand(&cmd_blocks, cmd.cmd_prefix_); in BrotliBuildMetaBlockGreedyInternal()
601 if (cmd.cmd_prefix_ >= 128) { in BrotliBuildMetaBlockGreedyInternal()
Dbrotli_bit_stream.c1035 size_t cmd_code = cmd.cmd_prefix_; in BrotliStoreMetaBlock()
1062 if (cmd.cmd_prefix_ >= 128) { in BrotliStoreMetaBlock()
1099 HistogramAddCommand(cmd_histo, cmd.cmd_prefix_); in BuildHistograms()
1105 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in BuildHistograms()
1128 const size_t cmd_code = cmd.cmd_prefix_; in StoreDataWithHuffmanCodes()
1140 if (CommandCopyLen(&cmd) && cmd.cmd_prefix_ >= 128) { in StoreDataWithHuffmanCodes()
Dbackward_references_hq.c161 size_t cmdcode = commands[i].cmd_prefix_; in ZopfliCostModelSetFromCommands()
Dencode.c911 &last_command->cmd_prefix_); in ExtendLastCommand()