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

1 2 3 4 5 6 7 8

  /external/ltp/testcases/kernel/fs/doio/include/
databin.h 9 * (void) databingen(mode, buffer, bsize, offset)
12 * int bsize;
16 * datagen fills the buffer pointed to by 'buffer' with 'bsize' bytes
40 void databingen( int mode, char *buffer, int bsize, int offset );
42 int databinchk( int mode, char *buffer, int bsize, int offset, char **errmsg);
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.h 25 int stride, int strideuv, int bsize,
28 void vp9_compute_skin_sb(struct VP9_COMP *const cpi, BLOCK_SIZE bsize,
vp9_pickmode.h 21 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx);
25 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx);
28 int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize,
vp9_encodemb.h 30 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
31 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
39 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
44 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane,
vp9_rdopt.h 29 struct RD_COST *rd_cost, BLOCK_SIZE bsize,
35 struct RD_COST *rd_cost, BLOCK_SIZE bsize,
40 struct RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx,
51 struct RD_COST *rd_cost, BLOCK_SIZE bsize,
vp9_encodeframe.c 53 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx);
222 BLOCK_SIZE bsize) {
226 const int mi_width = num_8x8_blocks_wide_lookup[bsize];
227 const int mi_height = num_8x8_blocks_high_lookup[bsize];
265 mi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col);
281 BLOCK_SIZE bsize) {
283 VPXMIN(num_8x8_blocks_wide_lookup[bsize], cm->mi_cols - mi_col);
285 VPXMIN(num_8x8_blocks_high_lookup[bsize], cm->mi_rows - mi_row);
296 BLOCK_SIZE bsize) {
299 xd->mi[0]->sb_type = bsize;
1168 const BLOCK_SIZE bsize = BLOCK_64X64; local
1238 BLOCK_SIZE bsize = BLOCK_64X64; local
1997 const BLOCK_SIZE bsize = mi->sb_type; local
3597 const BLOCK_SIZE bsize = local
3604 BLOCK_SIZE bsize; local
4351 BLOCK_SIZE bsize = BLOCK_64X64; local
5038 const BLOCK_SIZE bsize = mi->sb_type; local
    [all...]
vp9_aq_cyclicrefresh.h 91 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col),
96 int mi_col, BLOCK_SIZE bsize,
103 BLOCK_SIZE bsize);
vp9_pickmode.c 144 BLOCK_SIZE bsize, int mi_row, int mi_col,
201 cpi, x, bsize, &mvp_full, step_param, cpi->sf.mv.search_method, sadpb,
229 x->errorperbit, &cpi->fn_ptr[bsize], subpel_force_stop,
329 static void model_rd_for_sb_y_large(VP9_COMP *cpi, BLOCK_SIZE bsize,
351 const int bw = b_width_log2_lookup[bsize];
352 const int bh = b_height_log2_lookup[bsize];
391 tx_size = VPXMIN(max_txsize_lookup[bsize],
402 tx_size = VPXMIN(max_txsize_lookup[bsize],
481 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd);
490 vp9_build_inter_predictors_sbp(xd, mi_row, mi_col, bsize, i)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
databin.c 44 void databingen(int mode, char *buffer, int bsize, int offset)
51 memset(buffer, 0x55, bsize);
55 memset(buffer, 0xf0, bsize);
59 for (ind = 0; ind < bsize; ind++)
65 memset(buffer, 0xff, bsize);
69 memset(buffer, 0x0, bsize);
73 for (ind = 0; ind < bsize; ind++)
80 * >= 0 : error at byte offset into the file, offset+buffer[0-(bsize-1)]
83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg)
106 for (cnt = 0; cnt < bsize; cnt++)
    [all...]
datapid.c 84 int datapidgen(int pid, char *buffer, int bsize, int offset)
97 num_full_words = bsize / NBPW;
118 for (; boff < (NBPW - cnt) && boff < bsize; boff++, chr++) {
127 num_full_words = (bsize - boff) / NBPW;
153 if (cnt = ((bsize - boff) % NBPW)) {
163 for (tmp = 0; tmp < cnt && boff < bsize; tmp++, chr++) {
168 return bsize;
181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg)
198 num_full_words = bsize / NBPW;
213 for (; boff < (NBPW - cnt) && boff < bsize; boff++, chr++)
    [all...]
dataascii.c 45 int dataasciigen(char *listofchars, char *buffer, int bsize, int offset)
55 total = offset + bsize;
70 return bsize;
73 int dataasciichk(char *listofchars, char *buffer, int bsize,
84 total = offset + bsize;
107 sprintf(Errmsg, "all %d bytes match desired pattern", bsize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
types.h 61 #define mem_alloc(bsize) malloc(bsize)
66 #define mem_free(ptr, bsize) free(ptr)
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
41 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) {
42 const int block_width = 4 * num_4x4_blocks_wide_lookup[bsize];
43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize];
66 << "r = " << r << ", c = " << c << ", bs = " << bsize; local
78 << "r = " << r << ", c = " << c << ", bs = " << bsize; local
  /external/libvpx/libvpx/vp8/common/
vp8_skin_detection.h 35 SKIN_DETECTION_BLOCK_SIZE bsize, int consec_zeromv,
  /external/tensorflow/tensorflow/core/kernels/
ops_util.cc 39 int* bsize) {
46 *bsize = ksize;
50 *bsize = ksize + *bindex - pad_size;
57 *bsize = std::min((in_size - *bindex), ksize);
  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.h 5 extern int bufcmp(char *b1, char *b2, int bsize);
  /external/mksh/src/
shf.c 54 ssize_t bsize = local
60 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
63 shf->bsize = bsize;
131 ssize_t bsize = local
137 if (bsize) {
138 shf->buf = alloc(bsize, ATEMP);
143 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
151 shf->rbsize = bsize;
153 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
166 ssize_t bsize = local
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-uninit-groups/
ext4_uninit_groups_test.sh 48 bsize=`dumpe2fs -h $EXT4_DEV 2> /dev/null | grep 'Block size'`
49 bsize=`echo $bsize | awk '{ print $3 }'`
52 dd if=/dev/zero of=mnt_point/tmp_dir bs=$bsize count=$bcount
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 33 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)
  /system/core/adb/
framebuffer_service.cpp 61 unsigned int i, bsize; local
174 for(i = 0; i < fbinfo.size; i += bsize) {
175 bsize = sizeof(buf);
176 if (i + bsize > fbinfo.size)
177 bsize = fbinfo.size - i;
178 if(!ReadFdExactly(fd_screencap, buf, bsize)) goto done;
179 if(!WriteFdExactly(fd, buf, bsize)) goto done;
  /external/e2fsprogs/misc/
findsuper.c 194 unsigned long long bsize, grpsize; local
239 bsize = 1 << (ext2.s_log_block_size + 10);
240 grpsize = bsize * ext2.s_blocks_per_group;
248 if (ext2.s_block_group_nr == 0 || bsize == 1024)
257 sk + ext2fs_blocks_count(&ext2) * bsize -
259 jnl_copy ? "*" : " ", ext2fs_blocks_count(&ext2), bsize,
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBulkBenchmark.java 45 public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) throws IOException {
46 int size = aligned ? bsize : bsize + 8 + 1;
  /external/freetype/src/gzip/
zutil.c 86 ulg bsize = (ulg)items*size; local
91 if (bsize < 65520L) {
92 buf = farmalloc(bsize);
95 buf = farmalloc(bsize + 16L);
  /external/syslinux/gpxe/src/include/
coff.h 48 unsigned long bsize; /* uninitialized data " " */ member in struct:__anon38202
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 202 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize,
204 return subsize_lookup[partition][bsize];
241 get_plane_block_size(BLOCK_SIZE bsize, const struct macroblockd_plane *pd) {
242 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y];
245 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) {
249 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd);
272 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane,
276 BLOCK_SIZE bsize,

Completed in 727 milliseconds

1 2 3 4 5 6 7 8