HomeSort by relevance Sort by last modified time
    Searched full:copy_length_ (Results 1 - 5 of 5) 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),
37 uint32_t copy_length_; member in class:brotli::Command
histogram.cc 58 pos += cmd.copy_length_;
59 if (cmd.copy_length_ > 0 && cmd.distance_prefix_ != 0xffff) {
90 pos += cmd.copy_length_;
backward_references.cc 79 (commands->rbegin())->copy_length_ -= 1;
150 cmd.copy_length_ = best_len;
231 cmd.copy_length_ = 0;
block_splitter.cc 69 from_pos += cmds[i].insert_length_ + cmds[i].copy_length_;
79 if (cmd.copy_length_ > 0 && cmd.distance_prefix_ != 0xffff) {
379 int cmd_length = cmd.insert_length_ + cmd.copy_length_;
encode.cc 434 pos += (*cmds)[i].copy_length_;
789 length += cmd.insert_length_ + cmd.copy_length_;
871 *pos += cmd.copy_length_;
    [all...]

Completed in 68 milliseconds