/external/chromium/sdch/open-vcdiff/src/ |
blockhash.h | 93 int source_offset() const { return source_offset_; } function in class:open_vcdiff::BlockHash::Match 147 // 1. The best_match->source_offset() returned from FindBestMatch() 151 // starting_offset_ to any best_match->source_offset() value it returns, 226 // size, source_offset, and target_offset of the match found. 227 // best_match->source_offset() will contain the index of the start of the 281 // 4: best_match->source_offset() (after calling FindBestMatch) 288 // with best_match->source_offset() = 10
|
/external/chromium_org/sdch/open-vcdiff/src/ |
blockhash.h | 93 int source_offset() const { return source_offset_; } function in class:open_vcdiff::BlockHash::Match 147 // 1. The best_match->source_offset() returned from FindBestMatch() 151 // starting_offset_ to any best_match->source_offset() value it returns, 226 // size, source_offset, and target_offset of the match found. 227 // best_match->source_offset() will contain the index of the start of the 281 // 4: best_match->source_offset() (after calling FindBestMatch) 288 // with best_match->source_offset() = 10
|
/external/open-vcdiff/src/ |
blockhash.h | 93 int source_offset() const { return source_offset_; } function in class:open_vcdiff::BlockHash::Match 147 // 1. The best_match->source_offset() returned from FindBestMatch() 151 // starting_offset_ to any best_match->source_offset() value it returns, 226 // size, source_offset, and target_offset of the match found. 227 // best_match->source_offset() will contain the index of the start of the 281 // 4: best_match->source_offset() (after calling FindBestMatch) 288 // with best_match->source_offset() = 10
|
/external/chromium_org/media/cdm/ppapi/ |
ffmpeg_cdm_video_decoder.cc | 123 const int source_offset = i * source_stride; local 126 source + source_offset,
|
/external/chromium_org/v8/src/ |
runtime.cc | 1119 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local [all...] |