HomeSort by relevance Sort by last modified time
    Searched refs:insert_length_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/brotli/src/brotli/enc/
command.h 31 Command() : insert_length_(0), copy_length_(0), copy_length_code_(0),
36 uint32_t insert_length_; member in class:brotli::Command
histogram.cc 49 for (int j = 0; j < cmd.insert_length_; ++j) {
80 for (int j = 0; j < cmd.insert_length_; ++j) {
hash.h 128 insert_length_(0),
197 if (insert_length_ < 4) {
199 best_score += cost_diff[insert_length_];
382 void set_insert_length(int v) { insert_length_ = v; }
410 int insert_length_; member in class:brotli::HashLongestMatch
block_splitter.cc 54 total_length += cmds[i].insert_length_;
67 memcpy(&(*literals)[pos], data + from_pos, cmds[i].insert_length_);
68 pos += cmds[i].insert_length_;
69 from_pos += cmds[i].insert_length_ + cmds[i].copy_length_;
379 int cmd_length = cmd.insert_length_ + cmd.copy_length_;
backward_references.cc 149 cmd.insert_length_ = insert_length;
230 cmd.insert_length_ = insert_length;
encode.cc 372 cmd.insert_length_ - InsertLengthOffset(code);
406 pos += (*cmds)[i].insert_length_;
450 cmd->command_prefix_ = CommandPrefix(cmd->insert_length_,
789 length += cmd.insert_length_ + cmd.copy_length_;
847 for (int j = 0; j < cmd.insert_length_; ++j) {
    [all...]

Completed in 283 milliseconds