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

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h93 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
H A Dblockhash_test.cc765 EXPECT_EQ(index_of_longest_match_ear_is_fear, best_match_.source_offset());
783 best_match_.source_offset());
800 EXPECT_EQ(index_of_space_before_itself, best_match_.source_offset());
814 EXPECT_EQ(0, best_match_.source_offset()); // beginning of dictionary
835 EXPECT_EQ(index_of_ababc, best_match_.source_offset());
864 EXPECT_EQ(-1, best_match_.source_offset());
878 EXPECT_EQ(-1, best_match_.source_offset());
912 EXPECT_GT((kTestSize / 2), best_match_.source_offset());
H A Dvcdiffengine.cc116 coder->Copy(best_match.source_offset(), best_match.size());
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash.h93 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
H A Dblockhash_test.cc766 EXPECT_EQ(index_of_longest_match_ear_is_fear, best_match_.source_offset());
784 best_match_.source_offset());
801 EXPECT_EQ(index_of_space_before_itself, best_match_.source_offset());
815 EXPECT_EQ(0, best_match_.source_offset()); // beginning of dictionary
836 EXPECT_EQ(index_of_ababc, best_match_.source_offset());
865 EXPECT_EQ(-1, best_match_.source_offset());
879 EXPECT_EQ(-1, best_match_.source_offset());
913 EXPECT_GT((kTestSize / 2), best_match_.source_offset());
H A Dvcdiffengine.cc113 coder->Copy(best_match.source_offset(), best_match.size());
/external/open-vcdiff/src/
H A Dblockhash.h93 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
H A Dblockhash_test.cc766 EXPECT_EQ(index_of_longest_match_ear_is_fear, best_match_.source_offset());
784 best_match_.source_offset());
801 EXPECT_EQ(index_of_space_before_itself, best_match_.source_offset());
815 EXPECT_EQ(0, best_match_.source_offset()); // beginning of dictionary
836 EXPECT_EQ(index_of_ababc, best_match_.source_offset());
865 EXPECT_EQ(-1, best_match_.source_offset());
879 EXPECT_EQ(-1, best_match_.source_offset());
913 EXPECT_GT((kTestSize / 2), best_match_.source_offset());
H A Dvcdiffengine.cc113 coder->Copy(best_match.source_offset(), best_match.size());
/external/chromium_org/media/cdm/ppapi/
H A Dffmpeg_cdm_video_decoder.cc122 const int source_offset = i * source_stride; local
125 source + source_offset,
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1570 source_offset = 0
1586 filter_type = raw[source_offset]
1587 source_offset += 1
1588 scanline = raw[source_offset:source_offset+row_size]
1589 source_offset += row_size
/external/chromium_org/v8/src/
H A Druntime.cc1073 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local
1079 JSArrayBuffer::cast(source->buffer())->backing_store()) + source_offset;

Completed in 255 milliseconds