Searched refs:block_count (Results 26 - 44 of 44) sorted by relevance

12

/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h192 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/webp/include/webp/
H A Dencode.h192 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/chromium_org/third_party/libwebp/enc/
H A Dwebpenc.c282 stats->block_count[i] = enc->block_count_[i];
/external/f2fs-tools/fsck/
H A Df2fs.h329 if (addr >= F2FS_RAW_SUPER(sbi)->block_count ||
H A Dmount.c114 DISP_u64(sb, block_count);
/external/webp/src/enc/
H A Dwebpenc.c282 stats->block_count[i] = enc->block_count_[i];
/external/e2fsprogs/misc/
H A De4defrag.c1060 * @block_count: the file's physical block count.
1062 static int get_best_count(ext4_fsblk_t block_count) argument
1070 ret = ((block_count - 1) /
1074 ret = ((block_count - 1) / blocks_per_group) + 1;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1648 int block_count = luma_count + channels - 1; local
1753 memset( block, 0, block_count*64*sizeof(block[0][0]));
1793 for( i = 0; i < block_count; i++ )
/external/e2fsprogs/lib/blkid/
H A Dprobe.h569 __u32 block_count; member in struct:hfsplus_extent
H A Dprobe.c1267 ext_block_count = blkid_be32(extents[ext].block_count);
/external/f2fs-tools/include/
H A Df2fs_fs.h326 __le64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc116 bool BackendImplV3::CreateBlock(FileType block_type, int block_count, argument
118 return block_files_.CreateBlock(block_type, block_count, block_address);
H A Dbackend_impl.cc753 bool BackendImpl::CreateBlock(FileType block_type, int block_count, argument
755 return block_files_.CreateBlock(block_type, block_count, block_address);
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc520 int block_count = code()->BasicBlockCount(); local
521 live_in_sets_.Initialize(block_count, zone());
522 live_in_sets_.AddBlock(NULL, block_count, zone());
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc535 int block_count = graph_->blocks()->length(); local
536 live_in_sets_.Initialize(block_count, zone());
537 live_in_sets_.AddBlock(NULL, block_count, zone());
H A Dhydrogen.cc528 int block_count,
532 reachable_(block_count, entry_block->zone()),
3880 int block_count = blocks_.length(); local
3881 for (int i = 0; i < block_count; ++i) {
3893 int block_count = blocks_.length(); local
3894 for (int i = 0; i < block_count; ++i) {
3908 int block_count = blocks_.length(); local
3909 phi_list_ = new(zone()) ZoneList<HPhi*>(block_count, zone());
3910 for (int i = 0; i < block_count; ++i) {
527 ReachabilityAnalyzer(HBasicBlock* entry_block, int block_count, HBasicBlock* dont_visit) argument
/external/f2fs-tools/mkfs/
H A Df2fs_format.c133 super_block.block_count = cpu_to_le64(
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c577 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
603 block_count --;
613 while(block_count && i != cpi->cyclic_refresh_mode_index);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c574 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
600 block_count --;
610 while(block_count && i != cpi->cyclic_refresh_mode_index);

Completed in 8544 milliseconds

12