/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/opencv3/3rdparty/libjpeg/ |
jcmarker.c | 393 emit_byte(cinfo, cinfo->block_size * cinfo->block_size - 1); /* Se */ 565 cinfo->data_precision != 8 || cinfo->block_size != DCTSIZE) { 601 if (cinfo->progressive_mode && cinfo->block_size != DCTSIZE)
|
jdmaster.c | 145 (long) (cinfo->max_h_samp_factor * cinfo->block_size)); 149 (long) (cinfo->max_v_samp_factor * cinfo->block_size));
|
/external/opencv3/modules/cudalegacy/include/opencv2/ |
cudalegacy.hpp | 195 Size block_size, Size shift_size, Size max_range, bool use_previous,
|
/external/opencv3/modules/imgproc/test/ |
test_filter.cpp | [all...] |
/external/webp/src/enc/ |
backward_references.h | 151 // Initialize the object. 'block_size' is the common block size to store 153 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size);
|
/external/webrtc/webrtc/call/ |
rtc_event_log.cc | 383 uint32_t block_size = header.BlockSize(); 401 memcpy(buffer + buffer_length, block_begin, block_size); 402 buffer_length += block_size; 414 block_begin += block_size;
|
/system/extras/ext4_utils/ |
make_ext4fs_main.c | 55 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path)); 99 info.block_size = parse_num(optarg);
|
/system/update_engine/payload_generator/ |
inplace_generator.h | 217 size_t block_size,
|
zip_unittest.cc | 54 uint32_t block_size) override {
|
ab_generator.cc | 46 config.hard_chunk_size / config.block_size); 47 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size;
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_highbd_error_sse2.asm | 20 ; intptr_t block_size, int64_t *ssz)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
|
/external/eigen/Eigen/src/SparseCore/ |
SparseBlock.h | 151 Index block_size = end - start; // available room in the current block local 155 ? Index(matrix.data().allocatedSize()) + block_size 156 : block_size; 161 typename SparseMatrixType::Storage newdata(m_matrix.data().allocatedSize() - block_size + nnz); 172 newdata.resize(m_matrix.outerIndexPtr()[m_matrix.outerSize()] - block_size + nnz); 200 std::ptrdiff_t offset = nnz - block_size;
|
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 254 0 : inode.file_size % sBlk->block_size; 256 (inode.file_size + sBlk->block_size - 1) >> 309 0 : inode.file_size % sBlk->block_size; 311 (inode.file_size + sBlk->block_size - 1) >> 576 res = compressor_extract_options(comp, sBlk->block_size, buffer, bytes); 604 printf("\tBlock size %d\n", sBlk->block_size);
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 156 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);
|
/system/core/libziparchive/ |
zip_archive.cc | 993 const size_t block_size = (remaining > kBufSize) ? kBufSize : remaining; local [all...] |
/external/opencv3/modules/video/src/ |
optflowgf.cpp | 315 Mat& _flow, Mat& matM, int block_size, 319 int m = block_size/2; 321 int min_update_stripe = std::max((1 << 10)/width, block_size); 322 double scale = 1./(block_size*block_size); 396 y1 = y == height - 1 ? height : y - block_size; 408 Mat& _flow, Mat& matM, int block_size, 412 int m = block_size/2; 414 int min_update_stripe = std::max((1 << 10)/width, block_size); 575 y1 = y == height - 1 ? height : y - block_size; [all...] |
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_act.c | [all...] |
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rd.c | 415 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, 419 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); 457 int ref_frame, BLOCK_SIZE block_size) { 469 block_size < x->max_partition_size); 497 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, 533 int vp9_raster_block_offset(BLOCK_SIZE plane_bsize, 541 int16_t* vp9_raster_block_offset_int16(BLOCK_SIZE plane_bsize, 633 const BLOCK_SIZE min_size = VPXMAX(bsize - 1, BLOCK_4X4); 634 const BLOCK_SIZE max_size = VPXMIN(bsize + 2, BLOCK_64X64) [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
variance_sse2.c | 151 getNxMvar_fn_t var_fn, int block_size) { 157 for (i = 0; i < h; i += block_size) { 158 for (j = 0; j < w; j += block_size) {
|
/external/opencv/cv/include/ |
cv.h | 469 CvSize block_size, CvSize shift_size, [all...] |
/external/fio/tools/plot/ |
fio2gnuplot | 196 time, perf, x, block_size = line[1] 199 blk_size=int(block_size)
|
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 302 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon16149 393 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon16160 [all...] |