/external/lz4/programs/ |
H A D | bench.h | 34 void BMK_SetBlocksize(int bsize);
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_pickmode.h | 21 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx); 26 BLOCK_SIZE bsize, 31 BLOCK_SIZE bsize,
|
H A D | vp9_encodemb.h | 26 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize); 27 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize); 35 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 40 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
|
H A D | vp9_rdopt.h | 29 struct RD_COST *rd_cost, BLOCK_SIZE bsize, 46 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, 53 BLOCK_SIZE bsize, 67 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx,
|
H A D | vp9_encodeframe.c | 52 int mi_row, int mi_col, BLOCK_SIZE bsize, 186 BLOCK_SIZE bsize) { 190 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; 191 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 227 mbmi->segment_id = get_segment_id(cm, map, bsize, mi_row, mi_col); 243 BLOCK_SIZE bsize) { 244 const int block_width = num_8x8_blocks_wide_lookup[bsize]; 245 const int block_height = num_8x8_blocks_high_lookup[bsize]; 258 BLOCK_SIZE bsize) { 261 xd->mi[0]->mbmi.sb_type = bsize; 184 set_offsets(VP9_COMP *cpi, const TileInfo *const tile, MACROBLOCK *const x, int mi_row, int mi_col, BLOCK_SIZE bsize) argument 241 duplicate_mode_info_in_sb(VP9_COMMON *cm, MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize) argument 254 set_block_size(VP9_COMP * const cpi, MACROBLOCK *const x, MACROBLOCKD *const xd, int mi_row, int mi_col, BLOCK_SIZE bsize) argument 314 tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) argument 378 fill_variance_tree(void *data, BLOCK_SIZE bsize) argument 390 set_vt_partitioning(VP9_COMP *cpi, MACROBLOCK *const x, MACROBLOCKD *const xd, void *data, BLOCK_SIZE bsize, int mi_row, int mi_col, int64_t threshold, BLOCK_SIZE bsize_min, int force_split) argument 710 const BLOCK_SIZE bsize = BLOCK_32X32 local 966 update_state(VP9_COMP *cpi, ThreadData *td, PICK_MODE_CONTEXT *ctx, int mi_row, int mi_col, BLOCK_SIZE bsize, int output_enabled) argument 1121 set_mode_info_seg_skip(MACROBLOCK *x, TX_MODE tx_mode, RD_COST *rd_cost, BLOCK_SIZE bsize) argument 1163 rd_pick_sb_modes(VP9_COMP *cpi, TileDataEnc *tile_data, MACROBLOCK *const x, int mi_row, int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd) argument 1287 const BLOCK_SIZE bsize = mbmi->sb_type; local 1339 restore_context(MACROBLOCK *const x, int mi_row, int mi_col, ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], PARTITION_CONTEXT sa[8], PARTITION_CONTEXT sl[8], BLOCK_SIZE bsize) argument 1369 save_context(MACROBLOCK *const x, int mi_row, int mi_col, ENTROPY_CONTEXT a[16 * MAX_MB_PLANE], ENTROPY_CONTEXT l[16 * MAX_MB_PLANE], PARTITION_CONTEXT sa[8], PARTITION_CONTEXT sl[8], BLOCK_SIZE bsize) argument 1401 encode_b(VP9_COMP *cpi, const TileInfo *const tile, ThreadData *td, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument 1419 encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) argument 1496 find_partition_size(BLOCK_SIZE bsize, int rows_left, int cols_left, int *bh, int *bw) argument 1513 set_partial_b64x64_partition(MODE_INFO *mi, int mis, int bh_in, int bw_in, int row8x8_remaining, int col8x8_remaining, BLOCK_SIZE bsize, MODE_INFO **mi_8x8) argument 1534 set_fixed_partitioning(VP9_COMP *cpi, const TileInfo *const tile, MODE_INFO **mi_8x8, int mi_row, int mi_col, BLOCK_SIZE bsize) argument 1665 update_state_rt(VP9_COMP *cpi, ThreadData *td, PICK_MODE_CONTEXT *ctx, int mi_row, int mi_col, int bsize) argument 1732 encode_b_rt(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument 1758 encode_sb_rt(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize, PC_TREE *pc_tree) argument 1830 rd_use_partition(VP9_COMP *cpi, ThreadData *td, TileDataEnc *tile_data, MODE_INFO **mi_8x8, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int *rate, int64_t *dist, int do_recon, PC_TREE *pc_tree) argument 2234 set_partition_range(VP9_COMMON *cm, MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize, BLOCK_SIZE *min_bs, BLOCK_SIZE *max_bs) argument 2343 rd_pick_partition(VP9_COMP *cpi, ThreadData *td, TileDataEnc *tile_data, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, RD_COST *rd_cost, int64_t best_rd, PC_TREE *pc_tree) argument 2823 const BLOCK_SIZE bsize = local 2830 BLOCK_SIZE bsize; local 2925 hybrid_intra_mode_search(VP9_COMP *cpi, MACROBLOCK *const x, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument 2934 nonrd_pick_sb_modes(VP9_COMP *cpi, TileDataEnc *tile_data, MACROBLOCK *const x, int mi_row, int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument 2970 fill_mode_info_sb(VP9_COMMON *cm, MACROBLOCK *x, int mi_row, int mi_col, BLOCK_SIZE bsize, PC_TREE *pc_tree) argument 3032 pred_pixel_ready_reset(PC_TREE *pc_tree, BLOCK_SIZE bsize) argument 3047 nonrd_pick_partition(VP9_COMP *cpi, ThreadData *td, TileDataEnc *tile_data, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, RD_COST *rd_cost, int do_recon, int64_t best_rd, PC_TREE *pc_tree) argument 3301 nonrd_select_partition(VP9_COMP *cpi, ThreadData *td, TileDataEnc *tile_data, MODE_INFO **mi, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int output_enabled, RD_COST *rd_cost, PC_TREE *pc_tree) argument 3440 nonrd_use_partition(VP9_COMP *cpi, ThreadData *td, TileDataEnc *tile_data, MODE_INFO **mi, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int output_enabled, RD_COST *dummy_cost, PC_TREE *pc_tree) argument 3580 BLOCK_SIZE bsize = BLOCK_64X64; local 4129 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local 4145 encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, int output_enabled, int mi_row, int mi_col, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument [all...] |
H A D | vp9_tokenize.h | 48 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 49 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane); 55 TOKENEXTRA **t, int dry_run, BLOCK_SIZE bsize);
|
H A D | vp9_pickmode.c | 126 BLOCK_SIZE bsize, int mi_row, int mi_col, 167 vp9_full_pixel_search(cpi, x, bsize, &mvp_full, step_param, sadpb, 192 &cpi->fn_ptr[bsize], 256 static void model_rd_for_sb_y_large(VP9_COMP *cpi, BLOCK_SIZE bsize, argument 277 const int bw = b_width_log2_lookup[bsize]; 278 const int bh = b_height_log2_lookup[bsize]; 297 tx_size = VPXMIN(max_txsize_lookup[bsize], 308 tx_size = VPXMIN(max_txsize_lookup[bsize], 384 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd); 393 vp9_build_inter_predictors_sbp(xd, mi_row, mi_col, bsize, 125 combined_motion_search(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int mi_row, int mi_col, int_mv *tmp_mv, int *rate_mv, int64_t best_rd_sofar) argument 453 model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize, MACROBLOCK *x, MACROBLOCKD *xd, int *out_rate_sum, int64_t *out_dist_sum, unsigned int *var_y, unsigned int *sse_y) argument 565 block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *dist, int *skippable, int64_t *sse, int plane, BLOCK_SIZE bsize, TX_SIZE tx_size) argument 578 block_yrd(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *dist, int *skippable, int64_t *sse, int plane, BLOCK_SIZE bsize, TX_SIZE tx_size) argument 774 encode_breakout_test(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int mi_row, int mi_col, MV_REFERENCE_FRAME ref_frame, PREDICTION_MODE this_mode, unsigned int var_y, unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate, int64_t *dist) argument 960 update_thresh_freq_fact(VP9_COMP *cpi, TileDataEnc *tile_data, BLOCK_SIZE bsize, MV_REFERENCE_FRAME ref_frame, THR_MODES best_mode_idx, PREDICTION_MODE mode) argument 975 vp9_pick_intra_mode(VP9_COMP *cpi, MACROBLOCK *x, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument 1073 vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, TileDataEnc *tile_data, int mi_row, int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument 1674 vp9_pick_inter_mode_sub8x8(VP9_COMP *cpi, MACROBLOCK *x, int mi_row, int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) argument [all...] |
H A D | vp9_aq_cyclicrefresh.h | 90 // Prior to coding a given prediction block, of size bsize at (mi_row, mi_col), 95 int mi_row, int mi_col, BLOCK_SIZE bsize, 101 BLOCK_SIZE bsize);
|
H A D | vp9_rd.c | 237 int i, bsize, segment_id; local 245 for (bsize = 0; bsize < BLOCK_SIZES; ++bsize) { 248 const int t = q * rd_thresh_block_size_factor[bsize]; 251 if (bsize >= BLOCK_8X8) { 253 rd->threshes[segment_id][bsize][i] = 259 rd->threshes[segment_id][bsize][i] = 415 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, argument 419 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, p 627 vp9_update_rd_thresh_fact(int (*factor_buf)[MAX_MODES], int rd_thresh, int bsize, int best_mode_index) argument [all...] |
H A D | vp9_rdopt.c | 158 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, argument 189 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); 579 BLOCK_SIZE bsize, TX_SIZE tx_size, 593 vp9_get_entropy_contexts(bsize, tx_size, pd, args.t_above, args.t_left); 597 vp9_foreach_transformed_block_in_plane(xd, bsize, plane, 771 BLOCK_SIZE bsize, int64_t rd_thresh) { 783 const int num_4x4_blocks_wide = num_4x4_blocks_wide_lookup[bsize]; 784 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize]; 1008 const BLOCK_SIZE bsize = xd->mi[0]->mbmi.sb_type; local 1009 const int num_4x4_blocks_wide = num_4x4_blocks_wide_lookup[bsize]; 575 txfm_rd_in_plane(MACROBLOCK *x, int *rate, int64_t *distortion, int *skippable, int64_t *sse, int64_t ref_best_rd, int plane, BLOCK_SIZE bsize, TX_SIZE tx_size, int use_fast_coef_casting) argument 764 rd_pick_intra4x4block(VP9_COMP *cpi, MACROBLOCK *x, int row, int col, PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int64_t *bestdistortion, BLOCK_SIZE bsize, int64_t rd_thresh) argument 1067 rd_pick_intra_sby_mode(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize, int64_t best_rd) argument 1128 super_block_uvrd(const VP9_COMP *cpi, MACROBLOCK *x, int *rate, int64_t *distortion, int *skippable, int64_t *sse, BLOCK_SIZE bsize, int64_t ref_best_rd) argument 1179 rd_pick_intra_sbuv_mode(VP9_COMP *cpi, MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize, TX_SIZE max_tx_size) argument 1221 rd_sbuv_dcpred(const VP9_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize) argument 1236 choose_intra_uv_mode(VP9_COMP *cpi, MACROBLOCK *const x, PICK_MODE_CONTEXT *ctx, BLOCK_SIZE bsize, TX_SIZE max_tx_size, int *rate_uv, int *rate_uv_tokenonly, int64_t *dist_uv, int *skip_uv, PREDICTION_MODE *mode_uv) argument 1534 joint_motion_search(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int_mv *frame_mv, int mi_row, int mi_col, int_mv single_newmv[MAX_REF_FRAMES], int *rate_mv) argument 1745 const BLOCK_SIZE bsize = mbmi->sb_type; local 2223 single_motion_search(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int mi_row, int mi_col, int_mv *tmp_mv, int *rate_mv) argument 2384 handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int *rate2, int64_t *distortion, int *skippable, int *rate_y, int *rate_uv, int *disable_skip, int_mv (*mode_mv)[MAX_REF_FRAMES], int mi_row, int mi_col, int_mv single_newmv[MAX_REF_FRAMES], INTERP_FILTER (*single_filter)[MAX_REF_FRAMES], int (*single_skippable)[MAX_REF_FRAMES], int64_t *psse, const int64_t ref_best_rd, int64_t *mask_filter, int64_t filter_cache[]) argument 2761 vp9_rd_pick_intra_mode_sb(VP9_COMP *cpi, MACROBLOCK *x, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd) argument 2818 rd_variance_adjustment(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int64_t *this_rd, MV_REFERENCE_FRAME ref_frame, unsigned int source_variance) argument 2943 vp9_rd_pick_inter_mode_sb(VP9_COMP *cpi, TileDataEnc *tile_data, MACROBLOCK *x, int mi_row, int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd_so_far) argument 3623 vp9_rd_pick_inter_mode_sb_seg_skip(VP9_COMP *cpi, TileDataEnc *tile_data, MACROBLOCK *x, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd_so_far) argument 3723 vp9_rd_pick_inter_mode_sub8x8(VP9_COMP *cpi, TileDataEnc *tile_data, MACROBLOCK *x, int mi_row, int mi_col, RD_COST *rd_cost, BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, int64_t best_rd_so_far) argument [all...] |
H A D | vp9_mcomp.h | 78 BLOCK_SIZE bsize, 129 BLOCK_SIZE bsize, MV *mvp_full,
|
H A D | vp9_rd.h | 153 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, 163 int bsize, int best_mode_index);
|
/external/libvpx/libvpx/test/ |
H A D | vp9_subtract_test.cc | 42 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/mksh/src/ |
H A D | shf.c | 52 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/libvpx/libvpx/vp9/common/ |
H A D | vp9_blockd.h | 206 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, argument 208 return subsize_lookup[partition][bsize]; 235 static INLINE TX_SIZE get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize, argument 237 if (bsize < BLOCK_8X8) { 240 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss]; 251 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, argument 253 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y]; 256 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) { argument 260 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); 283 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, in [all...] |
H A D | vp9_reconinter.h | 54 BLOCK_SIZE bsize); 57 BLOCK_SIZE bsize, int plane); 60 BLOCK_SIZE bsize); 63 BLOCK_SIZE bsize);
|
H A D | vp9_blockd.c | 40 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 D | vp9_reconinter.c | 233 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...] |
H A D | vp9_onyxc_int.h | 431 BLOCK_SIZE bsize) { 435 // num_4x4_blocks_wide_lookup[bsize] / 2 436 const int bs = num_8x8_blocks_wide_lookup[bsize]; 447 BLOCK_SIZE bsize) { 450 const int bsl = mi_width_log2_lookup[bsize]; 453 assert(b_width_log2_lookup[bsize] == b_height_log2_lookup[bsize]); 428 update_partition_context(MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE subsize, BLOCK_SIZE bsize) argument 445 partition_plane_context(const MACROBLOCKD *xd, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
|
/external/jarjar/src/main/com/tonicsystems/jarjar/util/ |
H A D | 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)
|
/external/e2fsprogs/misc/ |
H A D | findsuper.c | 193 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 D | zutil.c | 86 ulg bsize = (ulg)items*size; local 91 if (bsize < 65520L) { 92 buf = farmalloc(bsize); 95 buf = farmalloc(bsize + 16L);
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
H A D | squashfs_fs_sb.h | 73 unsigned short **block_p, unsigned int *bsize);
|
/external/eigen/test/ |
H A D | ref.cpp | 110 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/opencv/cvaux/src/ |
H A D | cvfindhandregion.cpp | 72 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...] |