HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 126 - 150 of 489) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_intrin_avx2.c 18 intptr_t block_size,
32 for (i = 0 ; i < block_size ; i+= 16) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 72 int block_size = 8; local
88 src += block_size;
140 int block_size = 8; local
156 src += block_size;
206 int block_size = 16; local
223 src += block_size;
265 int block_size = 16; local
282 src += block_size;
u_format_rgtc.c 55 unsigned block_size = 8; local
69 src += block_size;
102 int block_size = 8; local
117 src += block_size;
200 int block_size = 8; local
215 src += block_size;
247 unsigned block_size = 16; local
261 src += block_size;
327 int block_size = 16; local
343 src += block_size;
384 int block_size = 16; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 78 FileInputStream::FileInputStream(int file_descriptor, int block_size)
80 impl_(&copying_input_, block_size) {
174 FileOutputStream::FileOutputStream(int file_descriptor, int block_size)
176 impl_(&copying_output_, block_size) {
272 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
274 impl_(&copying_input_, block_size) {
314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size)
316 impl_(&copying_output_, block_size) {
  /system/update_engine/payload_consumer/
bzip_extent_writer.cc 29 uint32_t block_size) {
37 return next_->Init(fd, extents, block_size);
  /external/autotest/client/cros/audio/
audio_analysis.py 185 block_size=ANOMALY_DETECTION_BLOCK_SIZE,
204 @param block_size: The block size in samples to detect anomaly.
213 golden_y = _generate_golden_pattern(rate, freq, block_size)
217 for start in xrange(0, len(signal), block_size / 2):
218 end = start + block_size
229 def _generate_golden_pattern(rate, freq, block_size):
245 @param block_size: The block size in samples to detect anomaly.
251 samples_in_golden_pattern = samples_in_a_period + block_size
cras_utils.py 39 def playback_cmd(playback_file, block_size=None, duration=None,
45 @param block_size: the number of frames per callback(dictates latency).
55 if block_size is not None:
56 args += ['--block_size', str(block_size)]
65 capture_file, block_size=None, duration=10, channels=1, rate=48000):
69 @param block_size: the number of frames per callback(dictates latency).
81 if block_size is not None:
82 args += ['--block_size', str(block_size)]
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode_io.c 149 io->block_size = 1024;
204 channel->block_size = blksize;
220 block * channel->block_size,
224 count = (count < 0) ? -count : (count * channel->block_size);
246 block * channel->block_size,
250 count = (count < 0) ? -count : (count * channel->block_size);
dosio.c 165 ioch->block_size = 1024; /* The smallest ext2fs block size */
366 channel->block_size = blksize;
382 size = (size_t)((count < 0) ? -count : count * channel->block_size);
383 loc = (ext2_loff_t) block * channel->block_size;
420 size = (size_t)channel->block_size;
426 size = (size_t)(count * channel->block_size);
429 loc = (ext2_loff_t)block * channel->block_size;
io_manager.c 119 size = io->block_size;
121 size = io->block_size * count;
  /external/fio/t/
genzipf.c 47 static unsigned long block_size = 4096; variable
108 block_size = strtoul(optarg, NULL, 10);
185 printf("Generating %s distribution with %f input and %lu GB size and %lu block_size.\n", dist_types[dist_type], dist_val, gb_size, block_size);
188 nranges /= block_size;
273 i * block_size / (1024 * 1024);
298 double gb = (double)os->nranges * block_size / 1024.0;
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.cc 79 uint16_t block_size; local
80 block_size = read_from_pointer<16>(&die);
81 die += block_size;
86 uint32_t block_size; local
87 block_size = read_from_pointer<32>(&die);
88 die += block_size;
  /external/squashfs-tools/kernel/fs/squashfs/
super.c 101 msblk->devblksize = sb_min_blocksize(sb, BLOCK_SIZE);
155 msblk->block_size = le32_to_cpu(sblk->block_size);
156 if (msblk->block_size > SQUASHFS_FILE_MAX_SIZE)
179 TRACE("Block size %d\n", msblk->block_size);
202 msblk->read_page = squashfs_cache_init("data", 1, msblk->block_size);
222 SQUASHFS_CACHED_FRAGMENTS, msblk->block_size);
307 buf->f_bsize = msblk->block_size;
  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.c 150 static int gzip_options_post(int block_size)
172 static void *gzip_dump_options(int block_size, int *size)
224 static int gzip_extract_options(int block_size, void *buffer, int size)
338 static int gzip_init(void **strm, int block_size, int datablock)
367 stream->strategy[j].buffer = malloc(block_size);
396 static int gzip_compress(void *strm, void *d, void *s, int size, int block_size,
415 stream->stream.avail_out = block_size;
unsquash-1.c 30 unsigned short block_size; local
39 SQUASHFS_SWAP_SHORTS_3((&block_size), &sblock_size, 1);
41 memcpy(&block_size, block_ptr, sizeof(unsigned short));
42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) |
43 (SQUASHFS_COMPRESSED(block_size) ? 0 :
142 i.blocks = (i.data + sBlk.s.block_size - 1) >>
  /system/core/libsparse/
backed_block.c 52 unsigned int block_size; member in struct:backed_block_list
123 struct backed_block_list *backed_block_list_new(unsigned int block_size)
126 b->block_size = block_size;
209 block_len = a->len / bbl->block_size; /* rounds down */
370 max_len = ALIGN_DOWN(max_len, bbl->block_size);
384 new_bb->block = bb->block + max_len / bbl->block_size;
sparse_read.c 107 unsigned int len = blocks * s->block_size;
109 if (chunk_size % s->block_size != 0) {
113 if (chunk_size / s->block_size != blocks) {
144 int64_t len = (int64_t)blocks * s->block_size;
189 int64_t len = (int64_t)blocks * s->block_size;
360 uint32_t *buf = malloc(s->block_size);
373 to_read = min(remain, s->block_size);
381 if (to_read == s->block_size) {
383 for (i = 1; i < s->block_size / sizeof(uint32_t); i++) {
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 416 Size block_size;
430 block_size = user_block_size;
432 block_size = estimateBlockSize(result_size);
434 dft_size.width = 1 << int(ceil(std::log(block_size.width + templ_size.width - 1.) / std::log(2.)));
435 dft_size.height = 1 << int(ceil(std::log(block_size.height + templ_size.height - 1.) / std::log(2.)));
440 dft_size.width = getOptimalDFTSize(block_size.width + templ_size.width - 1);
442 dft_size.height = getOptimalDFTSize(block_size.height + templ_size.height - 1);
458 block_size.width = std::min(dft_size.width - templ_size.width + 1, result_size.width);
459 block_size.height = std::min(dft_size.height - templ_size.height + 1, result_size.height);
499 for (int y = 0; y < result.rows; y += block_size.height
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
static.py 16 BLOCK_SIZE = 1<<16
53 app_iter = req.environ['wsgi.file_wrapper'](file, BLOCK_SIZE)
70 def app_iter_range(self, seek=None, limit=None, block_size=None):
80 `block_size` parameter.
83 if block_size is None:
84 block_size = BLOCK_SIZE
92 data = self.file.read(min(block_size, limit)
94 else block_size)
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 713 const BLOCK_SIZE block_size = mbmi->sb_type; local
715 const TX_SIZE tx_size_uv = get_uv_tx_size_impl(tx_size_y, block_size, 1, 1);
729 const int w = num_8x8_blocks_wide_lookup[block_size];
730 const int h = num_8x8_blocks_high_lookup[block_size];
750 *above_y |= above_prediction_mask[block_size] << shift_y;
751 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
752 *left_y |= left_prediction_mask[block_size] << shift_y;
753 *left_uv |= left_prediction_mask_uv[block_size] << shift_uv;
764 *above_y |= (size_mask[block_size]
792 const BLOCK_SIZE block_size = mbmi->sb_type; local
1645 const BLOCK_SIZE block_size = mbmi->sb_type; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_variance_sse2.c 29 high_variance_fn_t var_fn, int block_size) {
35 for (i = 0; i < h; i += block_size) {
36 for (j = 0; j < w; j += block_size) {
50 high_variance_fn_t var_fn, int block_size) {
55 for (i = 0; i < h; i += block_size) {
56 for (j = 0; j < w; j += block_size) {
72 high_variance_fn_t var_fn, int block_size) {
77 for (i = 0; i < h; i += block_size) {
78 for (j = 0; j < w; j += block_size) {
129 #define VAR_FN(w, h, block_size, shift)
    [all...]
  /external/boringssl/src/crypto/hmac/
hmac.c 122 size_t block_size = EVP_MD_block_size(md); local
123 assert(block_size <= sizeof(key_block));
124 if (block_size < key_len) {
  /external/fio/os/
os-mac.h 119 uint32_t block_size; local
124 if (ioctl(f->fd, DKIOCGETBLOCKSIZE, &block_size) == -1)
127 *bytes = block_size;
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 177 void RBaseStream::SetBlockSize( int block_size, int unGetsize )
179 assert( unGetsize >= 0 && block_size > 0 &&
180 (block_size & (block_size-1)) == 0 );
182 if( m_start && block_size == m_block_size && unGetsize == m_unGetsize ) return;
184 m_block_size = block_size;
799 void WBaseStream::SetBlockSize( int block_size )
801 assert( block_size > 0 && (block_size & (block_size-1)) == 0 )
    [all...]
  /external/e2fsprogs/e2fsck/
ehandler.c 45 for (i=0; i < count; i++, p += channel->block_size, block++) {
93 for (i=0; i < count; i++, p += channel->block_size, block++) {

Completed in 610 milliseconds

1 2 3 4 56 7 8 91011>>