Searched defs:bsize (Results 1 - 25 of 73) sorted by relevance

123

/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc42 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
43 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) {
44 const int block_width = 4 * num_4x4_blocks_wide_lookup[bsize];
45 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize];
70 << ", bs = " << bsize; local
83 << ", bs = " << bsize; local
/external/opencv3/modules/core/test/
H A Dtest_hal_core.cpp150 size_t bsize = size*b.elemSize(); local
154 memcpy(x.ptr(), b.ptr(), bsize);
/external/e2fsprogs/misc/
H A Dfindsuper.c193 unsigned long long bsize, grpsize; local
235 bsize = 1 << (ext2.s_log_block_size + 10);
236 grpsize = bsize * ext2.s_blocks_per_group;
244 if (ext2.s_block_group_nr == 0 || bsize == 1024)
253 sk + ext2fs_blocks_count(&ext2) * bsize -
255 jnl_copy ? "*" : " ", ext2fs_blocks_count(&ext2), bsize,
/external/freetype/src/gzip/
H A Dzutil.c86 ulg bsize = (ulg)items*size; local
91 if (bsize < 65520L) {
92 buf = farmalloc(bsize);
95 buf = farmalloc(bsize + 16L);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
H A Dzutil.c86 ulg bsize = (ulg)items*size; local
91 if (bsize < 65520L) {
92 buf = farmalloc(bsize);
95 buf = farmalloc(bsize + 16L);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassHeaderReader.java33 private int bsize = 0; field in class:ClassHeaderReader
56 bsize = 0;
144 if (amount > bsize) {
146 bsize += read(in, b, bsize, rounded - bsize);
147 if (amount > bsize)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
77 BLOCK_SIZE bsize,
83 vp9_foreach_transformed_block_in_plane(xd, bsize, plane, visit, arg);
39 vp9_foreach_transformed_block_in_plane( const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, foreach_transformed_block_visitor visit, void *arg) argument
76 vp9_foreach_transformed_block(const MACROBLOCKD* const xd, BLOCK_SIZE bsize, foreach_transformed_block_visitor visit, void *arg) argument
H A Dvp9_pred_common.h24 BLOCK_SIZE bsize, int mi_row, int mi_col) {
26 const int bw = num_8x8_blocks_wide_lookup[bsize];
27 const int bh = num_8x8_blocks_high_lookup[bsize];
22 get_segment_id(const VP9_COMMON *cm, const uint8_t *segment_ids, BLOCK_SIZE bsize, int mi_row, int mi_col) argument
H A Dvp9_reconinter.c233 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, argument
240 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize,
249 assert(bsize == BLOCK_8X8);
262 BLOCK_SIZE bsize) {
263 build_inter_predictors_for_planes(xd, bsize, mi_row, mi_col, 0, 0);
267 BLOCK_SIZE bsize, int plane) {
268 build_inter_predictors_for_planes(xd, bsize, mi_row, mi_col, plane, plane);
272 BLOCK_SIZE bsize) {
273 build_inter_predictors_for_planes(xd, bsize, mi_row, mi_col, 1,
278 BLOCK_SIZE bsize) {
261 vp9_build_inter_predictors_sby(MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
266 vp9_build_inter_predictors_sbp(MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize, int plane) argument
271 vp9_build_inter_predictors_sbuv(MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
277 vp9_build_inter_predictors_sb(MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
[all...]
/external/opencv3/3rdparty/zlib/
H A Dzutil.c223 ulg bsize = (ulg)items*size; local
228 if (bsize < 65520L) {
229 buf = farmalloc(bsize);
232 buf = farmalloc(bsize + 16L);
/external/zlib/src/
H A Dzutil.c223 ulg bsize = (ulg)items*size; local
228 if (bsize < 65520L) {
229 buf = farmalloc(bsize);
232 buf = farmalloc(bsize + 16L);
/external/avahi/avahi-core/
H A Drr.c604 size_t asize, bsize; local
607 bsize = avahi_string_list_serialize(b->data.txt.string_list, NULL, 0);
612 if (bsize > 0 && !(mb = avahi_new(uint8_t, bsize))) {
618 avahi_string_list_serialize(b->data.txt.string_list, mb, bsize);
620 if (asize && bsize)
621 r = lexicographical_memcmp(ma, asize, mb, bsize);
622 else if (asize && !bsize)
624 else if (!asize && bsize)
/external/e2fsprogs/lib/ext2fs/
H A Dblock.c30 int bsize; member in struct:block_context
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh122 int bsize = 64; local
123 int worksize = N*bsize;
139 int bsize = 64; local
140 int worksize = N*bsize;
/external/kernel-headers/original/uapi/linux/
H A Dnfs_mount.h42 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
H A Dbdfdrivr.c438 FT_Bitmap_Size* bsize = bdfface->available_sizes; local
442 FT_MEM_ZERO( bsize, sizeof ( FT_Bitmap_Size ) );
444 bsize->height = (FT_Short)( font->font_ascent + font->font_descent );
448 bsize->width = (FT_Short)( ( prop->value.l + 5 ) / 10 );
450 bsize->width = (FT_Short)( bsize->height * 2/3 );
455 bsize->size =
458 bsize->size = bsize->width << 6;
462 bsize
632 FT_Bitmap_Size* bsize = face->available_sizes; local
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
H A Dpcfdrivr.c449 FT_Bitmap_Size* bsize = size->face->available_sizes; local
460 if ( height == ( ( bsize->y_ppem + 32 ) >> 6 ) )
H A Dpcfread.c1285 FT_Bitmap_Size* bsize = root->available_sizes; local
1289 FT_MEM_ZERO( bsize, sizeof ( FT_Bitmap_Size ) );
1294 bsize->height = face->accel.maxbounds.ascent << 6;
1301 bsize->height = FT_ABS( (FT_Short)( face->accel.fontAscent +
1311 bsize->width = FT_ABS( (FT_Short)( ( prop->value.l ) + 5 ) / 10 );
1314 bsize->width = (FT_Short)FT_MulDiv( bsize->height, 2, 3 );
1324 bsize->size = FT_MulDiv( FT_ABS( prop->value.l ),
1336 bsize->y_ppem = FT_ABS( (FT_Short)prop->value.l ) << 6;
1359 if ( bsize
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c130 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; local
133 bsize, mi_row, mi_col);
154 BLOCK_SIZE bsize) {
157 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2;
181 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
148 count_segs_sb(const VP9_COMMON *cm, MACROBLOCKD *xd, const TileInfo *tile, MODE_INFO **mi, int *no_pred_segcounts, int (*temporal_predictor_count)[2], int *t_unpred_seg_counts, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
H A Dvp9_tokenize.c559 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { argument
562 vp9_foreach_transformed_block_in_plane(&x->e_mbd, bsize, plane, is_skippable,
578 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { argument
581 vp9_foreach_transformed_block_in_plane(&x->e_mbd, bsize, plane,
587 int dry_run, BLOCK_SIZE bsize) {
599 reset_skip_context(xd, bsize);
605 vp9_foreach_transformed_block(xd, bsize, tokenize_b, &arg);
607 vp9_foreach_transformed_block(xd, bsize, set_entropy_context_b, &arg);
586 vp9_tokenize_sb(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, int dry_run, BLOCK_SIZE bsize) argument
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp72 float value, vmin, vmax, vl, bsize, vc; local
171 bsize = vl / nbins;
176 l = cvRound( (vv[i] - vmin) / bsize );
201 hand_left = vmin + left * bsize;
216 hand_right = vmax - (nbins - right - 1) * bsize;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
457 bsize = vl / nbins;
462 l = cvRound( (vv[i] - vmin) / bsize );
505 hand_left = vmin + left * bsize;
511 hand_right = vmax - (nbins - right - 1) * bsize;
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Dfile.c403 int bsize = read_blocklist(inode, index, &block); local
404 if (bsize < 0)
407 if (bsize == 0) { /* hole */
417 block, bsize);
420 "\n", block, bsize);
/external/eigen/test/
H A Dref.cpp110 Index bsize = internal::random<Index>(1,size-i); local
116 RefDynMat rv2 = v1.segment(i,bsize);
117 VERIFY_IS_EQUAL(rv2, v1.segment(i,bsize));
119 v2.segment(i,bsize).setOnes();
122 v2.segment(i,bsize).setRandom();
123 rv2 = v2.segment(i,bsize);
126 ConstRefDynMat rm3 = v1.segment(i,bsize);
127 v1.segment(i,bsize) *= 2;
128 v2.segment(i,bsize) *= 2;
129 VERIFY_IS_EQUAL(rm3, v2.segment(i,bsize));
[all...]
/external/mksh/src/
H A Dshf.c52 ssize_t bsize = local
58 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
61 shf->bsize = bsize;
129 ssize_t bsize = local
135 if (bsize) {
136 shf->buf = alloc(bsize, ATEMP);
141 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
149 shf->rbsize = bsize;
151 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
164 ssize_t bsize = local
196 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) argument
450 shf_read(char *buf, ssize_t bsize, struct shf *shf) argument
485 shf_getse(char *buf, ssize_t bsize, struct shf *shf) argument
715 shf_snprintf(char *buf, ssize_t bsize, const char *fmt, ...) argument
[all...]
/external/elfutils/tests/
H A Dvarlocs.c90 Dwarf_Attribute bsize; local
92 if (dwarf_attr (base, DW_AT_byte_size, &bsize) != NULL
93 && dwarf_formudata (&bsize, &bits) == 0)
95 else if (dwarf_attr (base, DW_AT_bit_size, &bsize) == NULL
96 || dwarf_formudata (&bsize, &bits) != 0)

Completed in 4247 milliseconds

123