HomeSort by relevance Sort by last modified time
    Searched full:block_size (Results 326 - 350 of 1104) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 29 'BITS_PER_COMPONENT', 'BLENDING', 'BLOCK_SIZE', 'BOTTOM_UP',
test_hmac.py 205 """Ain't no block_size attribute here."""
218 self.fail('Expected warning about missing block_size')
220 MockCrazyHash.block_size = 1
223 self.fail('Expected warning about small block_size')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 29 'BITS_PER_COMPONENT', 'BLENDING', 'BLOCK_SIZE', 'BOTTOM_UP',
test_hmac.py 205 """Ain't no block_size attribute here."""
218 self.fail('Expected warning about missing block_size')
220 MockCrazyHash.block_size = 1
223 self.fail('Expected warning about small block_size')
  /system/core/libsparse/
backed_block.h 57 struct backed_block_list *backed_block_list_new(unsigned int block_size);
  /system/update_engine/payload_generator/
fake_filesystem.h 34 FakeFilesystem(uint64_t block_size, uint64_t block_count);
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 142 BLOCK_SIZE bs) {
189 double vp9_log_block_var(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
196 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs) {
vp9_encodeframe.c 53 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx);
130 BLOCK_SIZE bs) {
140 BLOCK_SIZE bs, int bd) {
168 BLOCK_SIZE bs) {
180 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, MACROBLOCK *x,
208 BLOCK_SIZE bsize) {
267 BLOCK_SIZE bsize) {
282 BLOCK_SIZE bsize) {
338 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) {
403 static void fill_variance_tree(void *data, BLOCK_SIZE bsize)
    [all...]
vp9_rd.c 446 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
450 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
485 int ref_y_stride, int ref_frame, BLOCK_SIZE block_size) {
497 (cpi->sf.adaptive_motion_search && block_size < x->max_partition_size);
522 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
557 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, int raster_block,
565 int16_t *vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, int raster_block,
658 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4);
659 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64)
    [all...]
  /external/opencv/cv/src/
cvfeatureselect.cpp 51 const void* maskImage, int block_size,
144 CV_CALL( cvCornerHarris( img, eig, block_size, 3, harris_k ));
148 CV_CALL( cvCornerMinEigenVal( img, eig, block_size, 3 ));
  /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/pdfium/core/fxcodec/lgif/
fx_gif.h 77 uint8_t block_size; member in struct:tagGifGCE
83 uint8_t block_size; member in struct:tagGifPTE
96 uint8_t block_size; member in struct:tagGifAE
  /external/pdfium/third_party/agg23/
agg_path_storage.cpp 73 FX_Alloc( FX_FLOAT, block_size * 2 +
74 block_size /
77 (unsigned char*)(m_coord_blocks[nb] + block_size * 2);
  /external/syslinux/core/include/
fs.h 26 #define BLOCK_SIZE(fs) ((fs)->block_size)
36 int block_shift, block_size; member in struct:fs_info
  /system/update_engine/scripts/update_payload/
common.py 147 def FormatExtent(ex, block_size=0):
149 if block_size:
150 return '%d->%d * %d' % (ex.start_block, end_block, block_size)
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.S 24 .equ BLOCK_SIZE, 0x0200
128 shrl $BLOCK_SHIFT, %eax # EAX = (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE
130 # = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
136 # (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE)
148 popl %edx # EDX = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
Gpt.asm 24 BLOCK_SIZE EQU 0200h
126 shr eax, BLOCK_SHIFT ; EAX = (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE
128 ; = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
134 ; (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE)
146 pop edx ; EDX = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
  /external/boringssl/src/crypto/cipher/
e_ssl3.c 184 unsigned block_size = EVP_CIPHER_CTX_block_size(&ssl3_ctx->cipher_ctx); local
185 if (block_size > 1) {
186 assert(block_size <= 256);
191 unsigned padding_len = block_size - ((in_len + mac_len) % block_size);
  /external/e2fsprogs/ext2ed/
dir_com.c 62 info_ptr->global_block_offset=ptr->i_block [0]*file_system_info.block_size;
67 info_ptr->blocks_count=(ptr->i_size+file_system_info.block_size-1)/file_system_info.block_size;
106 low_read (info.buffer,file_system_info.block_size,info.global_block_offset);
123 next = file_system_info.block_size - info.dir_entry_offset;
129 if (info.dir_entry_offset >= file_system_info.block_size) { /* We crossed a block boundary */
133 info.global_block_offset=info.global_block_num*file_system_info.block_size;
134 info.file_offset=info.block_num*file_system_info.block_size;
138 low_read (info.buffer,file_system_info.block_size,info.global_block_offset);
403 low_read (file_info.buffer,file_system_info.block_size,file_info.global_block_offset)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 1125 io->block_size = 1024;
1273 if (channel->block_size != blksize)
1275 channel->block_size = blksize;
1279 NtData->BufferSize = channel->block_size;
1323 memcpy(buf, NtData->Buffer, channel->block_size);
1327 Size = (count < 0) ? (ULONG)(-count) : (ULONG)(count * channel->block_size);
1329 Offset.QuadPart = block * channel->block_size;
1349 ASSERT(0 == (SizeToRead % channel->block_size));
1402 SizeToWrite = channel->block_size;
1414 SizeToWrite = (ULONG)(count * channel->block_size);
    [all...]
  /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;
  /external/opencv/cxcore/src/
cxdatastructs.cpp 44 ((schar*)(storage)->top + (storage)->block_size - (storage)->free_space)
83 icvInitMemStorage( CvMemStorage* storage, int block_size )
92 if( block_size <= 0 )
93 block_size = CV_STORAGE_BLOCK_SIZE;
95 block_size = cvAlign( block_size, CV_STRUCT_ALIGN );
100 storage->block_size = block_size;
108 cvCreateMemStorage( int block_size )
117 CV_CALL( icvInitMemStorage( storage, block_size ));
1461 int block_size; local
1586 int block_size; local
    [all...]
  /external/eigen/bench/
analyze-blocking-sizes.cpp 121 unsigned int product_size, block_size; local
126 &block_size,
131 !block_size ||
132 block_size > 0xfff ||
144 entry.pot_block_size = uint16_t(block_size);
198 uint16_t block_size; member in struct:preprocessed_inputfile_entry_t
250 entry.block_size = it->pot_block_size;
280 const uint16_t entry_block_size = first_file.entries[entry_index].block_size;
284 cur_file.entries[entry_index].block_size != entry_block_size)
374 best_block_size_this_product_size = first_file.entries[e].block_size;
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 71 // the stream is destroyed. If a block_size is given, calls to Next()
73 // first call to Next() returns the entire array. block_size is mainly
76 ArrayInputStream(const void* data, int size, int block_size = -1);
105 // the stream is destroyed. If a block_size is given, calls to Next()
107 // first call to Next() returns the entire array. block_size is mainly
110 ArrayOutputStream(void* data, int size, int block_size = -1);
230 // If a block_size is given, it specifies the number of bytes that
235 int block_size = -1);
314 // If a block_size is given, it specifies the size of the buffers
318 int block_size = -1)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 71 // the stream is destroyed. If a block_size is given, calls to Next()
73 // first call to Next() returns the entire array. block_size is mainly
76 ArrayInputStream(const void* data, int size, int block_size = -1);
105 // the stream is destroyed. If a block_size is given, calls to Next()
107 // first call to Next() returns the entire array. block_size is mainly
110 ArrayOutputStream(void* data, int size, int block_size = -1);
230 // If a block_size is given, it specifies the number of bytes that
235 int block_size = -1);
314 // If a block_size is given, it specifies the size of the buffers
318 int block_size = -1)
    [all...]

Completed in 1898 milliseconds

<<11121314151617181920>>