OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:block_size_
(Results
1 - 11
of
11
) sorted by null
/external/ceres-solver/internal/ceres/
schur_jacobi_preconditioner.h
99
vector<int>
block_size_
;
member in class:ceres::internal::SchurJacobiPreconditioner
visibility_based_preconditioner.h
172
vector<int>
block_size_
;
member in class:ceres::internal::VisibilityBasedPreconditioner
/external/chromium/crypto/
encryptor.h
63
DWORD
block_size_
;
member in class:crypto::Encryptor
/external/chromium_org/third_party/re2/util/
arena.h
73
const size_t
block_size_
;
member in class:re2::UnsafeArena
/external/regex-re2/util/
arena.h
73
const size_t
block_size_
;
member in class:re2::UnsafeArena
/external/chromium_org/media/base/
sinc_resampler.h
116
int
block_size_
;
member in class:media::SincResampler
/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/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/libvpx/libvpx/test/
intrapred_test.cc
49
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:__anon23882::IntraPredBase
[
all
...]
variance_test.cc
94
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:__anon23894::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_
* 255 * 255 / 4
235
int
block_size_
;
member in class:__anon23894::SubpelVarianceTest
[
all
...]
/external/v8/src/
parser.cc
832
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
[
all
...]
Completed in 213 milliseconds