Searched refs:block_size (Results 176 - 200 of 320) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c86 unsigned int block_size,
95 for (i = 0, k = 0; i < block_size; i++) {
96 for (j = 0; j < block_size; j++, k++) {
121 byte += stride - block_size;
83 vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count) argument
/external/qemu/distrib/ext4_utils/src/
H A Dallocate.c179 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size);
184 aux_info.inode_table_blocks * info.block_size, block);
291 bg->bitmaps = calloc(info.block_size, 2);
293 bg->inode_bitmap = bg->bitmaps + info.block_size;
301 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
675 block = calloc(info.block_size, 1);
677 error("get_xattr: failed to allocate %d", info.block_size);
684 inode->i_blocks_lo = cpu_to_le32(le32_to_cpu(inode->i_blocks_lo) + (info.block_size / 512));
687 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num);
/external/e2fsprogs/misc/
H A De4defrag.c167 static int block_size; variable
428 offset = (loff_t)defrag_data.orig_start * block_size;
429 length = (loff_t)defrag_data.len * block_size;
478 offset = (loff_t)defrag_data.orig_start * block_size;
881 / block_size;
883 / block_size;
885 / block_size;
1608 (loff_t)orig_group_tmp->start->data.logical * block_size,
1609 (loff_t)orig_group_tmp->len * block_size);
1832 block_size
[all...]
/external/ceres-solver/internal/ceres/
H A Dschur_eliminator_impl.h196 const int block_size = bs->cols[i].size; local
198 diag(D + bs->cols[i].position, block_size);
202 m.block(r, c, block_size, block_size).diagonal()
400 const int block_size = bs->cols[block_id].size; local
405 row.block.size, block_size,
567 const int block_size = bs->cols[block_id].size; local
570 values + row.cells[c].position, row.block.size, block_size,
H A Dcompressed_row_sparse_matrix.cc337 const int block_size = blocks[i]; local
338 for (int r = 0; r < block_size; ++r) {
341 for (int c = 0; c < block_size; ++c, ++idx_cursor) {
345 col_cursor += block_size;
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_util.cc135 string HpackFuzzUtil::HeaderBlockPrefix(size_t block_size) { argument
136 uint32 length = htonl(block_size);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.c88 // split. Along with a block_size value and a selected block_size which
118 tree->block_size = square[0];
125 // Each node has 4 leaf nodes, fill each block_size level of the tree
131 tree->block_size = square[square_index];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c47 get_var_avx2 var_fn, int block_size) {
54 for (j = 0; j < w; j += block_size) {
44 variance_avx2(const uint8_t *src, int src_stride, const uint8_t *ref, int ref_stride, int w, int h, unsigned int *sse, int *sum, get_var_avx2 var_fn, int block_size) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc413 int block_size = kBlockSizes[4]; local
414 int gzip_buffer_size = block_size;
417 ArrayOutputStream output(buffer, kBufferSize, block_size);
430 ArrayInputStream input(buffer, size, block_size);
442 int block_size = kBlockSizes[4]; local
443 int gzip_buffer_size = block_size;
445 ArrayOutputStream output(buffer, kBufferSize, block_size);
457 ArrayInputStream input(buffer, size, block_size);
/external/e2fsprogs/ext2ed/
H A Dext2ed.h125 unsigned short block_size; member in struct:struct_file_system_info
204 extern short block_size;
H A Dwin.c173 block_num=device_offset/file_system_info.block_size;
174 block_offset=device_offset%file_system_info.block_size;
H A Dgeneral_com.c223 mult=file_system_info.block_size;
460 if (type_data.offset_in_block==file_system_info.block_size) {
476 if (type_data.offset_in_block==file_system_info.block_size) {
629 for (l=0;l<file_system_info.block_size/16;l++) {
711 if (type_data.offset_in_block+offset < file_system_info.block_size) {
H A Dsuper_com.c133 offset=file_system_info.super_block_offset+copy_num*file_system_info.no_blocks_in_group*file_system_info.block_size;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c74 get_var_avx2 var_fn, int block_size) {
83 for (j = 0; j < w; j += block_size) {
71 variance_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, int w, int h, unsigned int *sse, int *sum, get_var_avx2 var_fn, int block_size) argument
H A Dvp9_variance_sse2.c118 get_var_sse2 var_fn, int block_size) {
126 for (i = 0; i < h; i += block_size) {
127 for (j = 0; j < w; j += block_size) {
115 variance_sse2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, int w, int h, unsigned int *sse, int *sum, get_var_sse2 var_fn, int block_size) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp67 const std::vector<size_t> &block_size) {
83 pad_vector<uint>(q, block_size, 1).data(),
123 _cl_kernel::block_size() const { function in class:_cl_kernel
64 launch(clover::command_queue &q, const std::vector<size_t> &grid_offset, const std::vector<size_t> &grid_size, const std::vector<size_t> &block_size) argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp67 const std::vector<size_t> &block_size) {
83 pad_vector<uint>(q, block_size, 1).data(),
123 _cl_kernel::block_size() const { function in class:_cl_kernel
64 launch(clover::command_queue &q, const std::vector<size_t> &grid_offset, const std::vector<size_t> &grid_size, const std::vector<size_t> &block_size) argument
/external/chromium_org/extensions/browser/
H A Dverified_contents_unittest.cc60 EXPECT_EQ(contents.block_size(), 4096);
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.h156 // Initialize the object. 'block_size' is the common block size to store
158 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_table.py103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h41 int block_size; member in struct:struct_io_channel
H A Dtest_io.c142 for (i=0, cp = buf; i < channel->block_size; i++, cp++) {
146 for (i=0, cp = buf; i < channel->block_size; i++, cp++) {
214 io->block_size = 1024;
315 channel->block_size = blksize;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_table.py103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
/external/openssl/ssl/
H A Ds2_enc.c142 bs=ds->cipher->block_size;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h126 OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */ member in struct:opj_tcd_precinct

Completed in 2026 milliseconds

1234567891011>>