HomeSort by relevance Sort by last modified time
    Searched full:block_size (Results 151 - 175 of 585) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 44 static void subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) {
56 void vp9_subtract_sby(MACROBLOCK *x, BLOCK_SIZE bsize) {
60 void vp9_subtract_sbuv(MACROBLOCK *x, BLOCK_SIZE bsize) {
67 void vp9_subtract_sb(MACROBLOCK *x, BLOCK_SIZE bsize) {
116 int plane, int block, BLOCK_SIZE plane_bsize,
319 void vp9_optimize_b(int plane, int block, BLOCK_SIZE plane_bsize,
327 static void optimize_init_b(int plane, BLOCK_SIZE bsize,
331 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
342 void vp9_xform_quant(int plane, int block, BLOCK_SIZE plane_bsize,
415 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 43 size_t iv_size; /* also block_size */
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c 70 static char dummyBuffer[BLOCK_SIZE];
85 requiredSize = BLOCKS_PER_HANDLE * BLOCK_SIZE;
88 if(write(h,dummyBuffer,BLOCK_SIZE) != BLOCK_SIZE)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
romfs_fs.h 6 #define ROMBSIZE BLOCK_SIZE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
romfs_fs.h 6 #define ROMBSIZE BLOCK_SIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
romfs_fs.h 6 #define ROMBSIZE BLOCK_SIZE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hmac.py 53 if hasattr(self.inner, 'block_size'):
54 blocksize = self.inner.block_size
58 _warnings.warn('block_size of %d seems too small; using our '
63 _warnings.warn('No block_size attribute on given digest object; '
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hmac.py 53 if hasattr(self.inner, 'block_size'):
54 blocksize = self.inner.block_size
58 _warnings.warn('block_size of %d seems too small; using our '
63 _warnings.warn('No block_size attribute on given digest object; '
  /external/e2fsprogs/lib/ext2fs/
dosio.c 165 ioch->block_size = 1024; /* The smallest ext2fs block size */
366 channel->block_size = blksize;
382 size = (size_t)((count < 0) ? -count : count * channel->block_size);
383 loc = (ext2_loff_t) block * channel->block_size;
420 size = (size_t)channel->block_size;
426 size = (size_t)(count * channel->block_size);
429 loc = (ext2_loff_t)block * channel->block_size;
  /system/core/libsparse/
backed_block.c 52 unsigned int block_size; member in struct:backed_block_list
123 struct backed_block_list *backed_block_list_new(unsigned int block_size)
126 b->block_size = block_size;
209 block_len = a->len / bbl->block_size; /* rounds down */
366 max_len = ALIGN_DOWN(max_len, bbl->block_size);
380 new_bb->block = bb->block + max_len / bbl->block_size;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 64 // the stream is destroyed. If a block_size is given, calls to Next()
66 // first call to Next() returns the entire array. block_size is mainly
69 ArrayInputStream(const void* data, int size, int block_size = -1);
98 // the stream is destroyed. If a block_size is given, calls to Next()
100 // first call to Next() returns the entire array. block_size is mainly
103 ArrayOutputStream(void* data, int size, int block_size = -1);
197 // If a block_size is given, it specifies the number of bytes that
202 int block_size = -1);
281 // If a block_size is given, it specifies the size of the buffers
285 int block_size = -1)
    [all...]
zero_copy_stream_impl.cc 78 FileInputStream::FileInputStream(int file_descriptor, int block_size)
80 impl_(&copying_input_, block_size) {
174 FileOutputStream::FileOutputStream(int file_descriptor, int block_size)
176 impl_(&copying_output_, block_size) {
272 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
274 impl_(&copying_input_, block_size) {
314 OstreamOutputStream::OstreamOutputStream(ostream* output, int block_size)
316 impl_(&copying_output_, block_size) {
zero_copy_stream_impl.h 66 // If a block_size is given, it specifies the number of bytes that
69 explicit FileInputStream(int file_descriptor, int block_size = -1);
144 // If a block_size is given, it specifies the size of the buffers
147 explicit FileOutputStream(int file_descriptor, int block_size = -1);
218 // If a block_size is given, it specifies the number of bytes that
221 explicit IstreamInputStream(istream* stream, int block_size = -1);
262 // If a block_size is given, it specifies the size of the buffers
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 64 // the stream is destroyed. If a block_size is given, calls to Next()
66 // first call to Next() returns the entire array. block_size is mainly
69 ArrayInputStream(const void* data, int size, int block_size = -1);
98 // the stream is destroyed. If a block_size is given, calls to Next()
100 // first call to Next() returns the entire array. block_size is mainly
103 ArrayOutputStream(void* data, int size, int block_size = -1);
197 // If a block_size is given, it specifies the number of bytes that
202 int block_size = -1);
281 // If a block_size is given, it specifies the size of the buffers
285 int block_size = -1)
    [all...]
  /external/opencv/cv/src/
cvcorner.cpp 203 icvCornerEigenValsVecs( const CvMat* src, CvMat* eigenv, int block_size,
232 if( block_size < 3 || !(block_size & 1) )
277 cvSize(el_size.width,el_size.height + block_size)));
292 max_dy = MAX( max_dy, aperture_size + block_size );
297 CV_CALL( cov = cvCreateMat( max_dy + block_size + 1, size.width, CV_32FC3 ));
305 CV_CALL(blur_filter.init(size.width, CV_32FC3, CV_32FC3, 0, cvSize(block_size,block_size)));
308 factorx = (double)(1 << (aperture_size - 1)) * block_size;
421 int block_size, int aperture_size
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_enc.c 214 OPENSSL_assert(ctx->cipher->block_size == 1
215 || ctx->cipher->block_size == 8
216 || ctx->cipher->block_size == 16);
257 ctx->block_mask=ctx->cipher->block_size-1;
342 bl=ctx->cipher->block_size;
402 b=ctx->cipher->block_size;
461 b=ctx->cipher->block_size;
517 b=ctx->cipher->block_size;
550 n=ctx->cipher->block_size-n;
  /external/openssl/crypto/evp/
evp_enc.c 214 OPENSSL_assert(ctx->cipher->block_size == 1
215 || ctx->cipher->block_size == 8
216 || ctx->cipher->block_size == 16);
257 ctx->block_mask=ctx->cipher->block_size-1;
342 bl=ctx->cipher->block_size;
402 b=ctx->cipher->block_size;
461 b=ctx->cipher->block_size;
517 b=ctx->cipher->block_size;
550 n=ctx->cipher->block_size-n;
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c 104 * block_size: the block size of the cipher used to encrypt the record.
111 unsigned block_size,
125 good &= constant_time_ge(block_size, padding_length+1);
138 * block_size: the block size of the cipher used to encrypt the record.
145 unsigned block_size,
156 if (overhead + block_size > rec->length)
159 rec->data += block_size;
160 rec->input += block_size;
161 rec->length -= block_size;
756 size_t block_size, digest_pad, blocks_data, blocks_orig local
    [all...]
  /external/openssl/ssl/
s3_cbc.c 104 * block_size: the block size of the cipher used to encrypt the record.
111 unsigned block_size,
125 good &= constant_time_ge(block_size, padding_length+1);
138 * block_size: the block size of the cipher used to encrypt the record.
145 unsigned block_size,
156 if (overhead + block_size > rec->length)
159 rec->data += block_size;
160 rec->input += block_size;
161 rec->length -= block_size;
756 size_t block_size, digest_pad, blocks_data, blocks_orig local
    [all...]
  /external/chromium_org/third_party/re2/util/
arena.cc 16 UnsafeArena::UnsafeArena(const size_t block_size)
17 : block_size_(block_size),
23 assert(block_size > kDefaultAlignment);
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) {
85 block->mem = reinterpret_cast<char*>(malloc(block_size));
86 block->size = block_size;
  /external/libvpx/libvpx/vp8/common/
mfqe.c 31 int block_size, int src_weight)
37 for (r = 0; r < block_size; r++)
39 for (c = 0; c < block_size; c++)
81 int block_size,
84 if (block_size == 16)
90 else /* if (block_size == 8) */
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 122 // calculate the subsampled BLOCK_SIZE, but that type isn't defined for
125 BLOCK_SIZE bsize, int pred_w, int pred_h,
190 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize,
213 BLOCK_SIZE bsize) {
217 BLOCK_SIZE bsize) {
222 BLOCK_SIZE bsize) {
vp9_loopfilter.c 510 const BLOCK_SIZE block_size = mi->mbmi.sb_type; local
525 int w = num_8x8_blocks_wide_lookup[block_size];
526 int h = num_8x8_blocks_high_lookup[block_size];
551 *above_y |= above_prediction_mask[block_size] << shift_y;
552 *above_uv |= above_prediction_mask_uv[block_size] << shift_uv;
553 *left_y |= left_prediction_mask[block_size] << shift_y;
554 *left_uv |= left_prediction_mask_uv[block_size] << shift_uv;
565 *above_y |= (size_mask[block_size] &
567 *above_uv |= (size_mask_uv[block_size]
593 const BLOCK_SIZE block_size = mi->mbmi.sb_type; local
    [all...]
  /external/regex-re2/util/
arena.cc 16 UnsafeArena::UnsafeArena(const size_t block_size)
17 : block_size_(block_size),
23 assert(block_size > kDefaultAlignment);
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) {
85 block->mem = reinterpret_cast<char*>(malloc(block_size));
86 block->size = block_size;
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 341 const size_t block_size = 16; local
347 pad_len = block_size - wpabuf_len(plain) % block_size;
351 wpabuf_put_be16(msg, block_size + wpabuf_len(plain));
353 iv = wpabuf_put(msg, block_size);
354 if (random_get_bytes(iv, block_size) < 0)

Completed in 904 milliseconds

1 2 3 4 5 67 8 91011>>