HomeSort by relevance Sort by last modified time
    Searched defs:source_data_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
extension_data.h 56 SourceDataMap source_data_; member in class:browser_sync::ExtensionData
  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 348 // The index within source_data_ of the next block
356 const char* source_data() { return source_data_; }
360 // kBlockSize, starting at source_data_[block_number * kBlockSize],
362 // AddBlock() must be called once for each block in source_data_
367 // source_data_ and (source_data_ + source_size_). It is equivalent
448 const char* const source_data_; member in class:open_vcdiff::BlockHash
483 // The offset of the first byte of source data (the data at source_data_[0]).
  /external/open-vcdiff/src/
blockhash.h 348 // The index within source_data_ of the next block
356 const char* source_data() { return source_data_; }
360 // kBlockSize, starting at source_data_[block_number * kBlockSize],
362 // AddBlock() must be called once for each block in source_data_
367 // source_data_ and (source_data_ + source_size_). It is equivalent
448 const char* const source_data_; member in class:open_vcdiff::BlockHash
483 // The offset of the first byte of source data (the data at source_data_[0]).
  /external/libvpx/libvpx/test/
sad_test.cc 40 source_data_ = reinterpret_cast<uint8_t*>(
47 vpx_free(source_data_);
48 source_data_ = NULL;
68 return sad_fn_(source_data_, source_stride_,
80 sad += abs(source_data_[h * source_stride_ + w]
122 static uint8_t* source_data_; member in class:__anon10903::SADTest
130 uint8_t* SADTest::source_data_ = NULL; member in class:__anon10903::SADTest
134 FillConstant(source_data_, source_stride_, 0);
140 FillConstant(source_data_, source_stride_, 255);
148 FillRandom(source_data_, source_stride_)
    [all...]

Completed in 344 milliseconds