HomeSort by relevance Sort by last modified time
    Searched defs:block_count (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_wrapper.cc 51 size_t block_count = 0; local
55 ++block_count;
57 DVLOG(1) << "Fuzzed " << block_count << " blocks.";
hpack_fuzz_mutator.cc 64 size_t block_count = 0; local
76 ++block_count;
79 DVLOG(1) << "Mutated " << block_count << " blocks.";
  /external/chromium_org/extensions/browser/
content_hash_reader.cc 99 int ContentHashReader::block_count() const { function in class:extensions::ContentHashReader
  /external/fio/os/
os-mac.h 120 uint64_t block_count; local
122 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1)
128 *bytes *= block_count;
  /external/chromium_org/third_party/libjpeg_turbo/
rdtarga.c 67 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
149 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
153 sinfo->block_count = 0; /* then read new block header */
155 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
372 source->block_count = source->dup_pixel_count = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
262 block_count = cr->max_sbs_perframe * sbs_in_frame / 100;
264 // cr->mb_index, and stopping when either block_count blocks have been found
310 block_count--;
311 } while (block_count && i != cr->sb_index);
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 42 int block_count = graph()->blocks()->length(); local
43 for (int i = 0; i < block_count; ++i) {
lithium-allocator.cc 535 int block_count = graph_->blocks()->length(); local
536 live_in_sets_.Initialize(block_count, zone());
537 live_in_sets_.AddBlock(NULL, block_count, zone());
    [all...]
  /external/jpeg/
rdtarga.c 67 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
149 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
153 sinfo->block_count = 0; /* then read new block header */
155 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
372 source->block_count = source->dup_pixel_count = 0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
262 block_count = cr->max_sbs_perframe * sbs_in_frame / 100;
264 // cr->mb_index, and stopping when either block_count blocks have been found
310 block_count--;
311 } while (block_count && i != cr->sb_index);
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 67 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
149 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
153 sinfo->block_count = 0; /* then read new block header */
155 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
372 source->block_count = source->dup_pixel_count = 0;
  /external/qemu/hw/android/goldfish/
mmc.c 87 uint32_t block_count; member in struct:goldfish_mmc_state
110 QFIELD_INT32(block_count),
384 s->block_count = 1;
394 goldfish_mmc_bdrv_read(s, arg, s->buffer_address, s->block_count);
401 s->block_count = 1;
412 goldfish_mmc_bdrv_write(s, arg, s->buffer_address, s->block_count);
506 s->block_count = val + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
262 block_count = cr->max_sbs_perframe * sbs_in_frame / 100;
264 // cr->mb_index, and stopping when either block_count blocks have been found
310 block_count--;
311 } while (block_count && i != cr->sb_index);
  /external/chromium_org/media/formats/webm/
webm_cluster_parser_unittest.cc 73 int block_count) {
77 for (int i = 0; i < block_count; i++) {
119 int block_count) {
122 if (block_count != buffer_count) {
123 DVLOG(1) << __FUNCTION__ << " : block_count (" << block_count
131 for (int i = 0; i < block_count; i++) {
174 int block_count) {
188 block_count);
194 int block_count,
335 int block_count = arraysize(kBlockInfo); local
375 int block_count = arraysize(kDefaultBlockInfo); local
394 int block_count = arraysize(kDefaultBlockInfo); local
403 int block_count = arraysize(kDefaultBlockInfo); local
450 int block_count = arraysize(kBlockInfo); local
479 int block_count = arraysize(kBlockInfo); local
730 int block_count = arraysize(kBlockInfo); local
753 int block_count = arraysize(kBlockInfo); local
899 int block_count = arraysize(kBlockInfo); local
934 int block_count = arraysize(kBlockInfo); local
950 int block_count = arraysize(kBlockInfo); local
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
encode.h 192 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/opencv/cxcore/src/
cxmatrix.cpp 1685 int block_count = 0; local
1769 int block_count0, block_count, buf_size, elem_size; local
1906 int block_count0, block_count, buf_size, elem_size; local
    [all...]
  /external/webp/include/webp/
encode.h 192 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 577 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
603 block_count --;
613 while(block_count && i != cpi->cyclic_refresh_mode_index);
    [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 520 int block_count = code()->BasicBlockCount(); local
521 live_in_sets_.Initialize(block_count, zone());
522 live_in_sets_.AddBlock(NULL, block_count, zone());
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 574 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
600 block_count --;
610 while(block_count && i != cpi->cyclic_refresh_mode_index);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1648 int block_count = luma_count + channels - 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 574 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
600 block_count --;
610 while(block_count && i != cpi->cyclic_refresh_mode_index);
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 326 __le64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block
  /system/vold/
cryptfs.c 2378 u32 block_count = min(info.blocks_per_group, local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 569 __u32 block_count; member in struct:hfsplus_extent

Completed in 903 milliseconds

1 2