Searched refs:block_size (Results 151 - 175 of 320) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_path_storage.h25 block_size = 1 << block_shift, enumerator in enum:agg::path_storage::block_scale_e
26 block_mask = block_size - 1,
/external/chromium_org/extensions/browser/
H A Dcontent_hash_reader.cc104 int ContentHashReader::block_size() const { function in class:extensions::ContentHashReader
H A Dverified_contents.cc30 const char kBlockSizeKey[] = "block_size";
109 // "block_size": 4096,
158 int block_size = 0; local
160 if (!hashes->GetInteger(kBlockSizeKey, &block_size) ||
163 block_size_ = block_size;
165 // We don't support using a different block_size and hash_block_size at
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files.h45 void DeleteMapBlock(int index, int block_size);
H A Dblock_files_unittest.cc315 int block_size = i % 4 + 1; local
316 EXPECT_TRUE(files.CreateBlock(BLOCK_1K, block_size, &address[i]));
318 EXPECT_EQ(block_size, address[i].num_blocks());
320 EXPECT_EQ(start / 4, (start + block_size - 1) / 4);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dintrapred_test.cc35 int block_size,
44 block_size_ = block_size;
47 data_ptr_[p] = data + stride * (block_size + 1) * p +
48 stride + block_size;
32 SetupMacroblock(MACROBLOCKD *mbptr, MODE_INFO *miptr, uint8_t *data, int block_size, int stride, int num_planes) argument
/external/libvpx/libvpx/test/
H A Dintrapred_test.cc35 int block_size,
44 block_size_ = block_size;
47 data_ptr_[p] = data + stride * (block_size + 1) * p +
48 stride + block_size;
32 SetupMacroblock(MACROBLOCKD *mbptr, MODE_INFO *miptr, uint8_t *data, int block_size, int stride, int num_planes) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.h48 BLOCK_SIZE block_size,
/external/opencv/cv/src/
H A Dcvfeatureselect.cpp51 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 ));
48 cvGoodFeaturesToTrack( const void* image, void* eigImage, void* tempImage, CvPoint2D32f* corners, int *corner_count, double quality_level, double min_distance, const void* maskImage, int block_size, int use_harris, double harris_k ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmfqe.c31 int block_size, int src_weight)
37 for (r = 0; r < block_size; r++)
39 for (c = 0; c < block_size; c++)
81 int block_size,
84 if (block_size == 16)
90 else /* if (block_size == 8) */
29 filter_by_weight(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int block_size, int src_weight) argument
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c31 int block_size, int src_weight)
37 for (r = 0; r < block_size; r++)
39 for (c = 0; c < block_size; c++)
81 int block_size,
84 if (block_size == 16)
90 else /* if (block_size == 8) */
29 filter_by_weight(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int block_size, int src_weight) argument
71 apply_ifactor(unsigned char *y_src, int y_src_stride, unsigned char *y_dst, int y_dst_stride, unsigned char *u_src, unsigned char *v_src, int uv_src_stride, unsigned char *u_dst, unsigned char *v_dst, int uv_dst_stride, int block_size, int src_weight) argument
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp328 int block_size = 0; local
391 block_size = MIN( size.width, ICV_MATH_BLOCK_SIZE );
394 x_buffer = (float*)cvStackAlloc( block_size*sizeof(float));
395 y_buffer = (float*)cvStackAlloc( block_size*sizeof(float));
399 mag_buffer = (float*)cvStackAlloc( block_size*sizeof(float));
411 for( x = 0; x < size.width; x += block_size )
413 int len = MIN( size.width - x, block_size );
440 for( x = 0; x < size.width; x += block_size )
442 int len = MIN( size.width - x, block_size );
568 int block_size local
1708 int block_size = 0; local
[all...]
H A Dcxdatastructs.cpp44 ((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/e2fsprogs/lib/ext2fs/
H A Dnt_io.c1126 io->block_size = 1024;
1274 if (channel->block_size != blksize)
1276 channel->block_size = blksize;
1280 NtData->BufferSize = channel->block_size;
1324 memcpy(buf, NtData->Buffer, channel->block_size);
1328 Size = (count < 0) ? (ULONG)(-count) : (ULONG)(count * channel->block_size);
1330 Offset.QuadPart = block * channel->block_size;
1350 ASSERT(0 == (SizeToRead % channel->block_size));
1403 SizeToWrite = channel->block_size;
1415 SizeToWrite = (ULONG)(count * channel->block_size);
[all...]
/external/opencv/ml/src/
H A Dmlsvm.cpp459 if( rows_hdr_size > storage->block_size )
1538 int block_size = 1 << 16; local
1560 block_size = MAX( block_size, sample_count*(int)sizeof(CvSVMKernelRow));
1561 block_size = MAX( block_size, sample_count*2*(int)sizeof(double) + 1024 );
1562 block_size = MAX( block_size, sample_size*2 + 1024 );
1564 CV_CALL( storage = cvCreateMemStorage(block_size));
1606 int block_size local
2205 int block_size = 1 << 16, sv_size; local
[all...]
/external/lldb/examples/synthetic/
H A Dlibcxx.py593 self.block_size = -1
595 logger.write("block_size=%d, element_size=%d" % (self.block_size, self.element_size))
608 self.block_size = 4096 / self.element_size
610 self.block_size = 16
637 i, j = divmod(self.start+index, self.block_size)
661 if self.block_size < 0:
662 logger.write("block_size < 0")
687 if not start_row*self.block_size <= start < (start_row+1)*self.block_size
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine_test.cc59 // in string_without_spaces corresponds to (block_size - 1)
62 // If string_without_spaces begins "The only thing"... and block_size is 4,
66 // This makes testing simpler, because finding a block_size-byte match
73 int block_size,
76 char* padded_text = new char[(block_size * length_without_spaces) + 1];
77 memset(padded_text, ' ', block_size * length_without_spaces);
80 padded_text_ptr += block_size - 1;
84 padded_text_ptr += block_size;
86 *(padded_text_ptr - block_size + 1) = '\0';
71 MakeEachLetterABlock(const char* string_without_spaces, const char** result, int block_size, bool no_initial_padding) argument
/external/e2fsprogs/ext2ed/
H A Dinit.c413 file_system_info.block_size=EXT2_MIN_BLOCK_SIZE << sb->s_log_block_size;
414 if (file_system_info.block_size == EXT2_MIN_BLOCK_SIZE)
417 file_system_info.first_group_desc_offset=file_system_info.block_size;
421 file_system_info.inodes_per_block=file_system_info.block_size/sizeof (struct ext2_inode);
424 file_system_info.file_system_size=(ext2fs_blocks_count(sb)-1)*file_system_info.block_size;
429 file_system_info.block_size=DefaultBlockSize;
H A Ddisk.c233 if (low_write (type_data.u.buffer,file_system_info.block_size,device_offset)==0)
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h138 Index block_size = end - start; // available room in the current block local
142 ? Index(matrix.data().allocatedSize()) + block_size
143 : block_size;
148 typename SparseMatrixType::Storage newdata(m_matrix.data().allocatedSize() - block_size + nnz);
159 newdata.resize(m_matrix.outerIndexPtr()[m_matrix.outerSize()] - block_size + nnz);
187 std::ptrdiff_t offset = nnz - block_size;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.py131 if shift + width < format.block_size():
218 dst_native_type = 'uint%u_t' % format.block_size()
308 and format.block_size() <= 32 \
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.py131 if shift + width < format.block_size():
218 dst_native_type = 'uint%u_t' % format.block_size()
308 and format.block_size() <= 32 \
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c91 unsigned int block_size,
103 for (i = 0,k = 0; i < block_size; i++)
105 for (j = 0; j < block_size; j++, k++)
133 byte += stride - block_size;
86 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rd.h157 int ref_frame, BLOCK_SIZE block_size);
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c91 unsigned int block_size,
102 for (i = 0,k = 0; i < block_size; i++)
104 for (j = 0; j < block_size; j++, k++)
132 byte += stride - block_size;
86 vp8_temporal_filter_apply_c( unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count ) argument

Completed in 1248 milliseconds

1234567891011>>