Searched refs:source_match_offset (Results 1 - 1 of 1) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc401 int source_match_offset = block_number * kBlockSize; local
402 const int source_match_end = source_match_offset + kBlockSize;
411 const int limit_bytes_to_left = std::min(source_match_offset,
414 MatchingBytesToLeft(source_data_ + source_match_offset,
417 source_match_offset -= matching_bytes_to_left;
435 source_match_offset + starting_offset_,

Completed in 64 milliseconds