Searched refs:block_size (Results 201 - 225 of 320) sorted by relevance

1234567891011>>

/external/qemu/distrib/ext4_utils/src/
H A Dmake_ext4fs_main.c52 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/
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/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
H A Dvp9_variance_sse2.c157 variance_fn_t var_fn, int block_size) {
163 for (i = 0; i < h; i += block_size) {
164 for (j = 0; j < w; j += block_size) {
154 variance_sse2(const unsigned char *src, int src_stride, const unsigned char *ref, int ref_stride, int w, int h, unsigned int *sse, int *sum, variance_fn_t var_fn, int block_size) argument
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_common.c156 const size_t block_size = 16; local
162 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size)
168 decrypted = wpabuf_alloc(encr_len - block_size);
173 wpabuf_put_data(decrypted, encr + block_size, encr_len - block_size);
/external/wpa_supplicant_8/src/wps/
H A Dwps_common.c156 const size_t block_size = 16; local
162 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size)
168 decrypted = wpabuf_alloc(encr_len - block_size);
173 wpabuf_put_data(decrypted, encr + block_size, encr_len - block_size);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_common.c156 const size_t block_size = 16; local
162 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size)
168 decrypted = wpabuf_alloc(encr_len - block_size);
173 wpabuf_put_data(decrypted, encr + block_size, encr_len - block_size);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1299 i93_params.i93.block_size = nfa_rw_cb.i93_block_size;
1327 nfa_rw_cb.i93_block_size = p_rw_data->i93_sys_info.block_size;
1334 i93_params.i93.block_size = p_rw_data->i93_sys_info.block_size;
1352 conn_evt_data.i93_cmd_cplt.params.sys_info.block_size = p_rw_data->i93_sys_info.block_size;
1356 nfa_rw_cb.i93_block_size = p_rw_data->i93_sys_info.block_size;
2724 tag_params.i93.block_size = nfa_rw_cb.i93_block_size;
2743 tag_params.i93.block_size = 0;
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis_unittest.cc649 const int block_size = header_rect.height() - margin_vertical; local
651 x < header_rect.right() - block_size;
652 x += block_size + margin_horizontal) {
653 const int half_block = block_size / 2 - 5;
658 canvas.FillRect(gfx::Rect(x, y, half_block, block_size), block_color);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rd.c436 int ref_frame, BLOCK_SIZE block_size) {
449 block_size < cpi->sf.max_partition_size);
470 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
434 vp9_mv_pred(VP9_COMP *cpi, MACROBLOCK *x, uint8_t *ref_y_buffer, int ref_y_stride, int ref_frame, BLOCK_SIZE block_size) argument
/external/opencv/cv/include/
H A Dcv.h469 CvSize block_size, CvSize shift_size,
968 int block_size CV_DEFAULT(3),
1001 int block_size, int aperture_size CV_DEFAULT(3) );
1006 int block_size, int aperture_size CV_DEFAULT(3) );
1011 int block_size, int aperture_size CV_DEFAULT(3),
1026 int block_size CV_DEFAULT(3),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp437 const int32 block_size = GetCodedUIntSize(block_payload_size); local
438 const uint64 block_elem_size = 1 + block_size + block_payload_size;
/external/fio/tools/plot/
H A Dfio2gnuplot196 time, perf, x, block_size = line[1]
199 blk_size=int(block_size)
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h301 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon23979
391 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon23990
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxerutil.cpp410 const int32 block_size = GetCodedUIntSize(block_payload_size); local
411 const uint64 block_elem_size = 1 + block_size + block_payload_size;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_textures.cc674 size_t block_size; member in struct:gpu::gles2::__anon8424::S3TCTestData
711 GL_TEXTURE_2D, 0, test.format, 2, 4, 0, test.block_size, kBucketId);
716 bucket->SetSize(test.block_size * 2);
722 GL_TEXTURE_2D, 0, test.format, 4, 2, 0, test.block_size, kBucketId);
727 bucket->SetSize(test.block_size * 2);
733 GL_TEXTURE_2D, 0, test.format, 1, 1, 0, test.block_size, kBucketId);
738 GL_TEXTURE_2D, 0, test.format, 2, 2, 0, test.block_size, kBucketId);
743 bucket->SetSize(test.block_size * 2);
749 bucket->SetSize(test.block_size / 2);
755 GL_TEXTURE_2D, 0, test.format, 4, 4, 0, test.block_size, kBucketI
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigest.c77 size_t EVP_MD_block_size(const EVP_MD *md) { return md->block_size; }
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c351 unsigned block_size; local
360 block_size = EVP_CIPHER_CTX_block_size(&ctx);
362 if (in_len + block_size < in_len) {
367 buf = OPENSSL_malloc(in_len + block_size);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_builder.cc118 if (estimated_block_size >= r->options.block_size) {
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcapimin.c81 cinfo->block_size = DCTSIZE;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_s3tc.c248 unsigned block_size)
261 src += block_size;
316 unsigned block_size)
333 src += block_size;
244 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size) argument
312 util_format_dxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.c630 uint64_t * block_size = ret; local
631 block_size[0] = 256;
632 block_size[1] = 256;
633 block_size[2] = 256;
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h179 __u16 block_size; /* sectors */ member in struct:cache_sb::__anon22878::__anon22879
190 * block_size from the cache device section is still used by
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c248 unsigned block_size)
261 src += block_size;
316 unsigned block_size)
333 src += block_size;
244 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size) argument
312 util_format_dxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size) argument

Completed in 469 milliseconds

1234567891011>>