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

  /bionic/linker/
linker_allocator.h 45 size_t block_size_; member in class:LinkerBlockAllocator
  /external/ceres-solver/internal/ceres/
schur_jacobi_preconditioner.h 99 vector<int> block_size_; member in class:ceres::internal::SchurJacobiPreconditioner
visibility_based_preconditioner.h 173 vector<int> block_size_; member in class:ceres::internal::VisibilityBasedPreconditioner
  /external/chromium_org/extensions/browser/
verified_contents.h 45 int block_size() const { return block_size_; }
81 int block_size_; member in class:extensions::VerifiedContents
content_hash_reader.h 82 int block_size_; member in class:extensions::ContentHashReader
content_hash_fetcher.cc 154 int block_size_; member in class:extensions::ContentHashFetcherJob
184 block_size_(4096),
391 // Iterate through taking the hash of each block of size (block_size_) of
394 ComputedHashes::ComputeHashesForContent(contents, block_size_, &hashes);
396 ComputeTreeHashRoot(hashes, block_size_ / crypto::kSHA256Length);
403 writer.AddHashes(relative_path, block_size_, hashes);
  /external/chromium_org/third_party/re2/util/
arena.h 73 const size_t block_size_; member in class:re2::UnsafeArena
  /external/chromium_org/media/base/
sinc_resampler.h 111 int block_size_; member in class:media::SincResampler
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_intrapred_test.cc 41 for (int y = 0; y < block_size_; y++) {
42 for (int x = 0; x < block_size_; x++) {
62 for (int x = -1; x <= block_size_*2; x++) {
69 for (int y = 0; y < block_size_; y++) {
82 int block_size_; member in class:__anon17638::VP9IntraPredBase
103 block_size_ = GET_PARAM(2);
105 stride_ = block_size_ * 3;
intrapred_test.cc 44 block_size_ = block_size;
55 for (int x = -1 ; x <= block_size_; x++)
57 for (int y = 0; y < block_size_; y++)
67 for (int i = -1; i < block_size_; ++i)
74 memset(&data_ptr_[p][-1 - stride_], 127, block_size_ + 2);
83 switch (block_size_) {
102 for (int x = 0; x < block_size_; x++)
105 for (int y = 0; y < block_size_; y++)
112 for (int y = 1; y < block_size_; ++y)
114 block_size_));
215 int block_size_; member in class:__anon17617::IntraPredBase
    [all...]
variance_test.cc 144 block_size_ = width_ * height_;
145 src_ = reinterpret_cast<uint8_t *>(vpx_memalign(16, block_size_));
146 ref_ = new uint8_t[block_size_];
167 int block_size_; member in class:__anon17632::VarianceTest
174 memset(src_, i, block_size_);
176 memset(ref_, j, block_size_);
189 for (int j = 0; j < block_size_; j++) {
206 memset(src_, 255, block_size_);
207 const int half = block_size_ / 2;
213 const unsigned int expected = block_size_ * 255 * 255 / 4
255 int block_size_; member in class:__anon17632::MseTest
380 int block_size_; member in class:__anon17632::SubpelVarianceTest
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 82 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayInputStream
114 const int block_size_; // How many bytes to return at a time. member in class:google::protobuf::io::ArrayOutputStream
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.h 133 int block_size_; member in class:webrtc::SincResampler
  /external/chromium_org/third_party/libwebp/enc/
backward_references.h 148 int block_size_; // common block-size member in struct:VP8LBackwardRefs
  /external/libvpx/libvpx/test/
intrapred_test.cc 44 block_size_ = block_size;
55 for (int x = -1 ; x <= block_size_; x++)
57 for (int y = 0; y < block_size_; y++)
67 for (int i = -1; i < block_size_; ++i)
74 memset(&data_ptr_[p][-1 - stride_], 127, block_size_ + 2);
83 switch (block_size_) {
102 for (int x = 0; x < block_size_; x++)
105 for (int y = 0; y < block_size_; y++)
112 for (int y = 1; y < block_size_; ++y)
114 block_size_));
215 int block_size_; member in class:__anon4339::IntraPredBase
    [all...]
variance_test.cc 92 block_size_ = width_ * height_;
93 src_ = new uint8_t[block_size_];
94 ref_ = new uint8_t[block_size_];
115 int block_size_; member in class:__anon4352::VarianceTest
122 memset(src_, i, block_size_);
124 memset(ref_, j, block_size_);
136 for (int j = 0; j < block_size_; j++) {
152 memset(src_, 255, block_size_);
153 const int half = block_size_ / 2;
159 const unsigned int expected = block_size_ * 255 * 255 / 4
233 int block_size_; member in class:__anon4352::SubpelVarianceTest
    [all...]

Completed in 643 milliseconds