Searched refs:cmd_prefix_ (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | command.h | 113 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()
|
D | histogram.c | 65 cmd->cmd_prefix_); in BrotliBuildHistogramsWithContext() 86 if (cmd->cmd_prefix_ >= 128) { in BrotliBuildHistogramsWithContext()
|
D | block_splitter.c | 155 insert_and_copy_codes[i] = cmds[i].cmd_prefix_; in BrotliSplitBlock() 176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
|
D | metablock.c | 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()
|
D | brotli_bit_stream.c | 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()
|
D | backward_references_hq.c | 159 size_t cmdcode = commands[i].cmd_prefix_; in ZopfliCostModelSetFromCommands()
|
D | encode.c | 944 &last_command->cmd_prefix_); in ExtendLastCommand()
|
/third_party/node/deps/brotli/c/enc/ |
D | command.h | 113 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()
|
D | histogram.c | 65 cmd->cmd_prefix_); in BrotliBuildHistogramsWithContext() 86 if (cmd->cmd_prefix_ >= 128) { in BrotliBuildHistogramsWithContext()
|
D | block_splitter.c | 155 insert_and_copy_codes[i] = cmds[i].cmd_prefix_; in BrotliSplitBlock() 176 if (CommandCopyLen(cmd) && cmd->cmd_prefix_ >= 128) { in BrotliSplitBlock()
|
D | metablock.c | 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()
|
D | brotli_bit_stream.c | 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()
|
D | backward_references_hq.c | 159 size_t cmdcode = commands[i].cmd_prefix_; in ZopfliCostModelSetFromCommands()
|
D | encode.c | 944 &last_command->cmd_prefix_); in ExtendLastCommand()
|