Searched defs:block_size_ (Results 1 - 11 of 11) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dschur_jacobi_preconditioner.h99 vector<int> block_size_; member in class:ceres::internal::SchurJacobiPreconditioner
H A Dvisibility_based_preconditioner.h172 vector<int> block_size_; member in class:ceres::internal::VisibilityBasedPreconditioner
/external/chromium/crypto/
H A Dencryptor.h63 DWORD block_size_; member in class:crypto::Encryptor
/external/chromium_org/media/base/
H A Dsinc_resampler.h116 int block_size_; member in class:media::SincResampler
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h82 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/re2/util/
H A Darena.h73 const size_t block_size_; member in class:re2::UnsafeArena
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h82 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/regex-re2/util/
H A Darena.h73 const size_t block_size_; member in class:re2::UnsafeArena
/external/libvpx/libvpx/test/
H A Dintrapred_test.cc49 block_size_ = block_size;
60 for (int x = -1 ; x <= block_size_; x++)
62 for (int y = 0; y < block_size_; y++)
72 for (int i = -1; i < block_size_; ++i)
79 memset(&data_ptr_[p][-1 - stride_], 127, block_size_ + 2);
88 switch (block_size_) {
107 for (int x = 0; x < block_size_; x++)
110 for (int y = 0; y < block_size_; y++)
117 for (int y = 1; y < block_size_; ++y)
119 block_size_));
220 int block_size_; member in class:__anon21494::IntraPredBase
[all...]
H A Dvariance_test.cc94 block_size_ = width_ * height_;
95 src_ = new uint8_t[block_size_];
96 ref_ = new uint8_t[block_size_];
117 int block_size_; member in class:__anon21506::VarianceTest
124 memset(src_, i, block_size_);
126 memset(ref_, j, block_size_);
138 for (int j = 0; j < block_size_; j++) {
154 memset(src_, 255, block_size_);
155 const int half = block_size_ / 2;
161 const unsigned int expected = block_size_ * 25
235 int block_size_; member in class:__anon21506::SubpelVarianceTest
[all...]
/external/v8/src/
H A Dparser.cc832 block_size_(0) {}
912 block_size_ = 1;
917 ++block_size_;
921 if (block_size_ >= kMinInitializationBlock) {
926 block_size_ = 0;
934 int block_size_; member in class:v8::internal::InitializationBlockFinder

Completed in 457 milliseconds