HomeSort by relevance Sort by last modified time
    Searched refs:bsize (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.c 223 ulg bsize = (ulg)items*size; local
228 if (bsize < 65520L) {
229 buf = farmalloc(bsize);
232 buf = farmalloc(bsize + 16L);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.c 217 ulg bsize = (ulg)items*size; local
224 if (bsize < 65520L) {
225 buf = farmalloc(bsize);
228 buf = farmalloc(bsize + 16L);
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 120 int bsize = 64; local
121 int worksize = N*bsize;
135 int bsize = 64; local
136 int worksize = N*bsize;
  /external/kernel-headers/original/uapi/linux/
nfs_mount.h 43 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
  /external/python/cpython2/Modules/zlib/
zutil.c 223 ulg bsize = (ulg)items*size; local
228 if (bsize < 65520L) {
229 buf = farmalloc(bsize);
232 buf = farmalloc(bsize + 16L);
  /external/python/cpython3/Modules/zlib/
zutil.c 220 ulg bsize = (ulg)items*size; local
227 if (bsize < 65520L) {
228 buf = farmalloc(bsize);
231 buf = farmalloc(bsize + 16L);
  /external/syslinux/com32/lib/zlib/
zutil.c 219 ulg bsize = (ulg)items*size; local
224 if (bsize < 65520L) {
225 buf = farmalloc(bsize);
228 buf = farmalloc(bsize + 16L);
  /external/zlib/src/
zutil.c 220 ulg bsize = (ulg)items*size; local
227 if (bsize < 65520L) {
228 buf = farmalloc(bsize);
231 buf = farmalloc(bsize + 16L);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs_mount.h 42 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
  /toolchain/binutils/binutils-2.27/include/aout/
encap.h 59 long bsize; member in struct:coffheader
  /toolchain/binutils/binutils-2.27/include/coff/
apollo.h 51 char bsize[4]; /* uninitialized data " " */ member in struct:__anon4516
  /toolchain/binutils/binutils-2.27/zlib/
zutil.c 223 ulg bsize = (ulg)items*size; local
228 if (bsize < 65520L) {
229 buf = farmalloc(bsize);
232 buf = farmalloc(bsize + 16L);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 154 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, MACROBLOCK *x,
186 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
783 int64_t ref_best_rd, int plane, BLOCK_SIZE bsize,
797 vp9_get_entropy_contexts(bsize, tx_size, pd, args.t_above, args.t_left);
801 vp9_foreach_transformed_block_in_plane(xd, bsize, plane, block_rd_txfm,
1190 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; local
1884 const BLOCK_SIZE bsize = mi->sb_type; local
    [all...]
vp9_segmentation.c 124 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; local
127 get_segment_id(cm, cm->last_frame_seg_map, bsize, mi_row, mi_col);
146 BLOCK_SIZE bsize) {
149 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2;
172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
vp9_bitstream.c 86 BLOCK_SIZE bsize = xd->mi[0]->sb_type; local
87 const TX_SIZE max_tx_size = max_txsize_lookup[bsize];
244 const BLOCK_SIZE bsize = mi->sb_type; local
266 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT &&
272 if (bsize >= BLOCK_8X8) {
273 write_intra_mode(w, mode, cm->fc->y_mode_prob[size_group_lookup[bsize]]);
276 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize];
277 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize];
293 if (bsize >= BLOCK_8X8) {
308 if (bsize < BLOCK_8X8)
342 const BLOCK_SIZE bsize = mi->sb_type; local
    [all...]
vp9_noise_estimate.c 168 int bsize = BLOCK_16X16; local
216 src_uvstride, bsize, consec_zeromv, 0);
221 unsigned int variance = cpi->fn_ptr[bsize].vf(
229 const unsigned int spatial_variance = cpi->fn_ptr[bsize].vf(
vp9_firstpass.c 333 static vpx_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) {
334 switch (bsize) {
342 static unsigned int get_prediction_error(BLOCK_SIZE bsize,
346 const vpx_variance_fn_t fn = get_block_variance_fn(bsize);
352 static vpx_variance_fn_t highbd_get_block_variance_fn(BLOCK_SIZE bsize,
356 switch (bsize) {
364 switch (bsize) {
372 switch (bsize) {
382 static unsigned int highbd_get_prediction_error(BLOCK_SIZE bsize,
387 const vpx_variance_fn_t fn = highbd_get_block_variance_fn(bsize, bd)
410 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; local
916 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col); local
    [all...]
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 106 const uint32_t bsize = 64; local
107 const uint32_t bsizey = bsize >> img1->y_chroma_shift;
108 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
116 for (i = 0, match = 1; match && i < img1->d_h; i += bsize) {
117 for (j = 0; match && j < img1->d_w; j += bsize) {
119 const int si = mmin(i + bsize, img1->d_h) - i;
120 const int sj = mmin(j + bsize, img1->d_w) - j;
  /frameworks/base/services/core/java/com/android/server/
DiskStatsService.java 163 long bsize = statfs.getBlockSize(); local
166 if (bsize <= 0 || total <= 0) {
168 "Invalid stat: bsize=" + bsize + " avail=" + avail + " total=" + total);
174 proto.write(DiskStatsFreeSpaceProto.AVAILABLE_SPACE_KB, avail * bsize / 1024);
175 proto.write(DiskStatsFreeSpaceProto.TOTAL_SPACE_KB, total * bsize / 1024);
180 pw.print(avail * bsize / 1024);
182 pw.print(total * bsize / 1024);
  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.c 78 int bufcmp(char *b1, char *b2, int bsize)
82 for (i = 0; i < bsize; i++) {
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Diff.java 44 int bsize = b.size(); local
45 for (int i = 0; i < bsize; i++) {
54 for (int j = 0; j < bsize; j++) {
73 for (int i = 0; i < bsize; i++) {
  /external/tensorflow/tensorflow/core/kernels/
ops_util.h 40 int* bsize);
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 23 const uint8_t *segment_ids, BLOCK_SIZE bsize,
26 const int bw = num_8x8_blocks_wide_lookup[bsize];
27 const int bh = num_8x8_blocks_high_lookup[bsize];
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 403 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/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 83 BLOCK_SIZE bsize = xd->mi[0]->sb_type; local
84 const TX_SIZE max_tx_size = max_txsize_lookup[bsize];
85 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8)
199 const BLOCK_SIZE bsize = mi->sb_type; local
209 switch (bsize) {
357 const BLOCK_SIZE bsize = mi->sb_type; local
360 switch (bsize) {
376 default: mi->mode = read_intra_mode_y(cm, xd, r, size_group_lookup[bsize]);
697 const BLOCK_SIZE bsize = mi->sb_type; local
702 const POSITION *const mv_ref_search = mv_ref_blocks[bsize];
    [all...]

Completed in 1150 milliseconds

1 23 4 5 6 7 8