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.c72 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()
Dbrotli_bit_stream.c1018 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()
Dbackward_references_hq.c159 size_t cmdcode = commands[i].cmd_prefix_; in ZopfliCostModelSetFromCommands()
Dencode.c944 &last_command->cmd_prefix_); in ExtendLastCommand()