Home
last modified time | relevance | path

Searched refs:max_block_size (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/test/
Dsubtract_test.cc130 const size_t max_block_size = max_width * max_width; in SetUp() local
132 aom_memalign(16, max_block_size * sizeof(uint16_t)))); in SetUp()
134 aom_memalign(16, max_block_size * sizeof(uint16_t)))); in SetUp()
136 aom_memalign(16, max_block_size * sizeof(int16_t))); in SetUp()
163 const int max_block_size = max_width * max_width; in CheckResult() local
168 for (j = 0; j < max_block_size; ++j) { in CheckResult()
192 const int max_block_size = max_width * max_width; in RunForSpeed() local
196 for (j = 0; j < max_block_size; ++j) { in RunForSpeed()
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Dclassifier_metrics_impl.py751 max_block_size=1024, argument
813 max_block_size=max_block_size,
827 max_block_size=1024, argument
914 real_a, gen_a, max_block_size, dtype)
925 max_block_size=1024, argument
978 real_activations, generated_activations, max_block_size, dtype)[0]
983 max_block_size=1024, argument
1060 n_blocks = math_ops.cast(math_ops.ceil(n_bigger / max_block_size),
Dclassifier_metrics_test.py90 def _expected_kid_and_std(real_imgs, gen_imgs, max_block_size=1024): argument
94 n_blocks = int(np.ceil(max(n_r, n_g) / max_block_size))
474 max_block_size=600)
495 max_block_size = array_ops.placeholder(dtypes.int32, shape=())
500 max_block_size=max_block_size)
504 actual_kid, actual_std = sess.run(kid_op, {max_block_size: block_size})
507 test_pool_real_a, test_pool_gen_a, max_block_size=block_size)
/external/protobuf/src/google/protobuf/
Darena.cc119 size_t start_block_size, size_t max_block_size) { in NewBlock() argument
124 if (size > max_block_size) size = max_block_size; in NewBlock()
224 b = NewBlock(me, b, n, options_.start_block_size, options_.max_block_size); in SlowAlloc()
Darena.h97 size_t max_block_size; member
142 max_block_size(kDefaultMaxBlockSize), in ArenaOptions()
905 size_t start_block_size, size_t max_block_size);
Darena_unittest.cc1207 options.max_block_size = 8192; in TEST()
/external/e2fsprogs/e2fsck/
Dpass2.c935 size_t max_block_size; in check_dir_block() local
1141 max_block_size = inline_data_size - EXT4_MIN_INLINE_DATA_SIZE; in check_dir_block()
1143 if (max_block_size == 0) in check_dir_block()
1146 max_block_size = EXT4_MIN_INLINE_DATA_SIZE; in check_dir_block()
1149 max_block_size = fs->blocksize - de_csum_size; in check_dir_block()
1168 if (max_block_size - offset < EXT2_DIR_ENTRY_HEADER_LEN) in check_dir_block()
1174 if ((offset + rec_len > max_block_size) || in check_dir_block()
1204 max_block_size - offset - EXT2_DIR_ENTRY_HEADER_LEN, in check_dir_block()
1210 max_block_size); in check_dir_block()
1217 max_block_size - offset - rec_len, in check_dir_block()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceThreadPool.h200 const Index max_block_size = in parallelFor() local
224 if (coarser_block_size > max_block_size) { in parallelFor()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp75 std::vector<size_t> max_block_size() const;
Ddevice.cpp216 device::max_block_size() const { in max_block_size() function in device
Dkernel.cpp45 w.resize(q.device().max_block_size().size(), x); in pad_vector()
124 q.device().max_threads_per_block(), q.device().max_block_size(), in optimal_block_size()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp117 buf.as_scalar<cl_uint>() = dev.max_block_size().size(); in clGetDeviceInfo()
121 buf.as_vector<size_t>() = dev.max_block_size(); in clGetDeviceInfo()
Dkernel.cpp230 if (dims < 1 || dims > q.device().max_block_size().size()) in validate_grid_size()
258 any_of(greater(), block_size, q.device().max_block_size())) in validate_block_size()
/external/u-boot/lib/
Dlz4_wrapper.c45 u8 max_block_size:3; member
/external/u-boot/lib/zlib/
Ddeflate.c1467 ulg max_block_size = 0xffff; local
1470 if (max_block_size > s->pending_buf_size - 5) {
1471 max_block_size = s->pending_buf_size - 5;
1493 max_start = s->block_start + max_block_size;
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc606 options.max_block_size = std::max(options.max_block_size, block_size); in Compute()
/external/brotli/c/enc/
Dencode.c1185 size_t max_block_size; in BrotliCompressBufferQuality10() local
1202 max_block_size = (size_t)1 << params.lgblock; in BrotliCompressBufferQuality10()
1233 BROTLI_MIN(size_t, metablock_end - block_start, max_block_size); in BrotliCompressBufferQuality10()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2859 BLOCK_SIZE *max_block_size, in get_sb_partition_size_range() argument
2873 *max_block_size = VPXMAX(*max_block_size, sb_type); in get_sb_partition_size_range()
2891 BLOCK_SIZE *max_block_size) { in rd_auto_partition_range() argument
2959 *max_block_size = max_size; in rd_auto_partition_range()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5297 a->next_block_size = UPB_MIN(block_size * 2, a->max_block_size); in upb_arena_allocblock()
5345 a->max_block_size = 16384; in upb_arena_init()
Dupb.h635 size_t max_block_size; variable