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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 57 !next_block_table_.empty() ||
72 next_block_table_.resize(GetNumberOfBlocks(), -1);
169 if (next_block_table_[block_number] != -1) {
173 << next_block_table_[block_number] << LOG_ENDL;
185 if (next_block_table_[last_matching_block] != -1) {
190 << next_block_table_[last_matching_block] << LOG_ENDL;
193 next_block_table_[last_matching_block] = block_number;
306 block_number = next_block_table_[block_number];
332 return SkipNonMatchingBlocks(next_block_table_[block_number], block_ptr);
blockhash.h 130 // Init() dynamically allocates hash_table_ and next_block_table_.
457 // then be used as an index into next_block_table_ to retrieve the entire set
464 std::vector<int> next_block_table_; member in class:open_vcdiff::BlockHash
466 // This vector has the same size as next_block_table_. For every block number

Completed in 30 milliseconds