HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 226 - 250 of 466) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/ext2ed/
ext2ed.h 125 unsigned short block_size; member in struct:struct_file_system_info
204 extern short block_size;
win.c 173 block_num=device_offset/file_system_info.block_size;
174 block_offset=device_offset%file_system_info.block_size;
general_com.c 223 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) {
super_com.c 133 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/
vp9_variance_avx2.c 74 get_var_avx2 var_fn, int block_size) {
83 for (j = 0; j < w; j += block_size) {
vp9_variance_sse2.c 118 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) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_avx2.c 74 get_var_avx2 var_fn, int block_size) {
83 for (j = 0; j < w; j += block_size) {
vp9_variance_sse2.c 118 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) {
  /system/extras/tests/fstest/
recovery_test.cpp 140 int block_size = 1 << (10 + sb.s_log_block_size); local
151 if (lseek(blk_fd, block_size, SEEK_SET) == -1) {
  /system/vold/
cryptfs.c 385 int fd, block_size; local
410 block_size = 1024 << sb.s_log_block_size;
412 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 58 get_var_sse2 var_fn, int block_size) {
66 for (i = 0; i < h; i += block_size) {
67 for (j = 0; j < w; j += block_size) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 67 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
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 67 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
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.cc 337 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/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.h 48 BLOCK_SIZE block_size,
58 int *r, int64_t *d, BLOCK_SIZE bsize,
66 BLOCK_SIZE bsize,
75 BLOCK_SIZE bsize,
81 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
91 BLOCK_SIZE bsize, MV *mvp_full,
  /external/chromium_org/third_party/libwebp/enc/
backward_references.h 156 // 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/
u_format_table.py 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_enc.c 142 bs=ds->cipher->block_size;
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 41 int block_size; member in struct:struct_io_channel
test_io.c 142 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/
u_format_table.py 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
  /external/openssl/ssl/
s2_enc.c 142 bs=ds->cipher->block_size;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.h 126 OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */ member in struct:opj_tcd_precinct
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs_main.c 52 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path));
88 info.block_size = parse_num(optarg);
  /external/webp/src/enc/
backward_references.h 156 // Initialize the object. 'block_size' is the common block size to store
158 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size);

Completed in 745 milliseconds

1 2 3 4 5 6 7 8 91011>>