| /external/libaom/libaom/test/ |
| D | blend_a64_mask_test.cc | 196 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 214 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 230 for (int bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in TEST_P() local 310 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 328 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 410 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 435 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 527 int bsize = rng_.Rand8() % BLOCK_SIZES_ALL; in TEST_P() local 552 for (int bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in TEST_P() local 573 for (int bsize = 0; bsize < BLOCK_SIZES_ALL; ++bsize) { in TEST_P() local
|
| D | comp_mask_variance_test.cc | 106 BLOCK_SIZE bsize, int inv) { in RunCheckOutput() 123 BLOCK_SIZE bsize) { in RunSpeedTest() 188 BLOCK_SIZE bsize, int inv) { in RunCheckOutput() 221 BLOCK_SIZE bsize, int havSub) { in RunSpeedTest() 347 highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv) { in RunCheckOutput() 376 highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize) { in RunSpeedTest() 457 highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv) { in RunCheckOutput() 508 highbd_comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int havSub) { in RunSpeedTest()
|
| D | av1_round_shift_array_test.cc | 60 comp_round_shift_array_func test_impl, BLOCK_SIZE bsize, int bit) { in RunCheckOutput() 78 BLOCK_SIZE bsize, int bit) { in RunSpeedTest()
|
| D | blockd_test.cc | 116 for (int bsize = BLOCK_4X4; bsize < BLOCK_SIZES_ALL; bsize++) { in TEST() local
|
| /external/libvpx/libvpx/test/ |
| D | vp9_subtract_test.cc | 42 void SetupBlocks(BLOCK_SIZE bsize) { in SetupBlocks() 65 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P() local 86 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P() local
|
| /external/mksh/src/ |
| D | shf.c | 54 ssize_t bsize = in shf_open() local 131 ssize_t bsize = in shf_fdopen() local 166 ssize_t bsize = in shf_reopen() local 198 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen() 455 shf_read(char *buf, ssize_t bsize, struct shf *shf) in shf_read() 491 shf_getse(char *buf, ssize_t bsize, struct shf *shf) in shf_getse() 743 shf_snprintf(char *buf, ssize_t bsize, const char *fmt, ...) in shf_snprintf()
|
| /external/ltp/testcases/kernel/fs/doio/ |
| D | databin.c | 44 void databingen(int mode, char *buffer, int bsize, int offset) in databingen() 83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk()
|
| D | dataascii.c | 45 int dataasciigen(char *listofchars, char *buffer, int bsize, int offset) in dataasciigen() 73 int dataasciichk(char *listofchars, char *buffer, int bsize, in dataasciichk()
|
| D | datapid.c | 84 int datapidgen(int pid, char *buffer, int bsize, int offset) in datapidgen() 181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg) in datapidchk()
|
| /external/libaom/libaom/av1/encoder/ |
| D | tokenize.c | 79 BLOCK_SIZE bsize, Av1ColorMapParam *params) { in get_palette_params() 94 BLOCK_SIZE bsize, TX_SIZE tx_size, in get_color_map_params() 105 int av1_cost_color_map(const MACROBLOCK *const x, int plane, BLOCK_SIZE bsize, in av1_cost_color_map() 117 TOKENEXTRA **t, BLOCK_SIZE bsize, TX_SIZE tx_size, in av1_tokenize_color_map() 182 RUN_TYPE dry_run, BLOCK_SIZE bsize, int *rate, in av1_tokenize_sb_vartx()
|
| D | motion_search_facade.c | 41 BLOCK_SIZE bsize, int ref_idx, int *rate_mv, in av1_single_motion_search() 350 BLOCK_SIZE bsize, int_mv *cur_mv, in av1_joint_motion_search() 532 BLOCK_SIZE bsize, MV *this_mv, in av1_compound_single_motion_search() 634 MACROBLOCK *x, BLOCK_SIZE bsize, in build_second_inter_pred() 678 const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int_mv *cur_mv, in av1_compound_single_motion_search_interinter() 701 const INTERINTER_COMPOUND_DATA *const comp_data, BLOCK_SIZE bsize, in do_masked_motion_search_indexed() 725 const BLOCK_SIZE bsize, in av1_interinter_compound_motion_search() 751 int mi_col, BLOCK_SIZE bsize, int ref, in av1_simple_motion_search() 843 int mi_col, BLOCK_SIZE bsize, in av1_simple_motion_sse_var()
|
| D | partition_strategy.c | 38 static INLINE int convert_bsize_to_idx(BLOCK_SIZE bsize) { in convert_bsize_to_idx() 57 int bsize, int quad_tree_idx, in av1_intra_mode_cnn_partition() 253 int mi_col, BLOCK_SIZE bsize, int *partition_none_allowed, in av1_simple_motion_search_based_split() 313 int mi_col, BLOCK_SIZE bsize, const int *const refs, int num_refs, in simple_motion_search_get_best_ref() 385 int mi_col, BLOCK_SIZE bsize, float *features, int features_to_get) { in simple_motion_search_prune_part_features() 499 int mi_col, BLOCK_SIZE bsize, in av1_simple_motion_search_prune_rect() 566 BLOCK_SIZE bsize, in av1_simple_motion_search_early_term_none() 782 const BLOCK_SIZE bsize = pc_tree->block_size; in get_min_bsize() local 818 PC_TREE *const pc_tree, BLOCK_SIZE bsize, in av1_ml_early_term_after_split() 908 const MACROBLOCK *const x, BLOCK_SIZE bsize, in av1_ml_prune_rect_partition() [all …]
|
| D | intra_mode_search.c | 159 static void prune_intra_mode_with_hog(const MACROBLOCK *x, BLOCK_SIZE bsize, in prune_intra_mode_with_hog() 196 BLOCK_SIZE bsize, int mode_cost) { in intra_model_yrd() 244 MACROBLOCK *x, BLOCK_SIZE bsize, in model_intra_yrd_and_prune() 260 const AV1_COMP *const cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int mode_cost, in calc_rd_given_intra_angle() 312 const MB_MODE_INFO *mbmi, BLOCK_SIZE bsize, in intra_mode_info_cost_y() 368 const MB_MODE_INFO *mbmi, BLOCK_SIZE bsize, in intra_mode_info_cost_uv() 413 BLOCK_SIZE bsize, int mode_cost, in rd_pick_filter_intra_sby() 564 BLOCK_SIZE bsize, int dc_mode_cost, const int *data, int *centroids, int n, in palette_rd_y() 640 BLOCK_SIZE bsize, int dc_mode_cost, const int *data, in perform_top_color_coarse_palette_search() 668 BLOCK_SIZE bsize, int dc_mode_cost, const int *data, int lb, int ub, in perform_k_means_coarse_palette_search() [all …]
|
| D | interp_search.c | 131 MACROBLOCK *const x, const AV1_COMP *const cpi, BLOCK_SIZE bsize, in interp_model_rd_eval() 160 const TileDataEnc *tile_data, BLOCK_SIZE bsize, in interpolation_filter_rd() 275 const AV1_COMP *const cpi, MACROBLOCKD *xd, BLOCK_SIZE bsize, in is_pred_filter_search_allowed() 313 const TileDataEnc *tile_data, BLOCK_SIZE bsize, in find_best_interp_rd_facade() 345 const TileDataEnc *tile_data, BLOCK_SIZE bsize, in pred_dual_interp_filter_rd() 382 const TileDataEnc *tile_data, BLOCK_SIZE bsize, in fast_dual_interp_filter_rd() 435 const TileDataEnc *tile_data, BLOCK_SIZE bsize, in find_best_non_dual_interp_filter() 609 const TileDataEnc *tile_data, BLOCK_SIZE bsize, in av1_interpolation_filter_search()
|
| D | reconinter_enc.c | 114 const BUFFER_SET *ctx, BLOCK_SIZE bsize, in av1_enc_build_inter_predictor() 150 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in build_obmc_prediction() local 196 BLOCK_SIZE bsize = xd->mi[0]->sb_type; in av1_build_prediction_by_above_preds() local 211 BLOCK_SIZE bsize = xd->mi[0]->sb_type; in av1_build_prediction_by_left_preds() local 261 MACROBLOCKD *xd, BLOCK_SIZE bsize, int plane_from, int plane_to, int ref, in av1_build_inter_predictors_for_planes_single_buf() 390 void av1_build_wedge_inter_predictor_from_buf(MACROBLOCKD *xd, BLOCK_SIZE bsize, in av1_build_wedge_inter_predictor_from_buf()
|
| D | rdopt_utils.h | 280 static AOM_INLINE int inter_mode_data_block_idx(BLOCK_SIZE bsize) { in inter_mode_data_block_idx() 325 static AOM_INLINE int bsize_to_num_blk(BLOCK_SIZE bsize) { in bsize_to_num_blk() 330 static INLINE int check_txfm_eval(MACROBLOCK *const x, BLOCK_SIZE bsize, in check_txfm_eval() 580 THR_MODES mode_index, uint8_t *color_map, BLOCK_SIZE bsize, int64_t this_rd, in store_winner_mode_stats()
|
| D | compound_type.c | 121 const BLOCK_SIZE bsize, const uint8_t *pred0, in estimate_wedge_sign() 184 const BLOCK_SIZE bsize, const uint8_t *const p0, in pick_wedge() 262 const BLOCK_SIZE bsize, const int16_t *const residual1, in pick_wedge_fixed_sign() 301 const AV1_COMP *const cpi, MACROBLOCK *const x, const BLOCK_SIZE bsize, in pick_interinter_wedge() 331 MACROBLOCK *const x, const BLOCK_SIZE bsize, in pick_interinter_seg() 386 const BLOCK_SIZE bsize, in pick_interintra_wedge() 423 MACROBLOCK *x, const BLOCK_SIZE bsize, uint8_t **preds0, uint8_t **preds1, in get_inter_predictors_masked_compound() 457 INTERINTRA_MODE interintra_mode, BLOCK_SIZE bsize) { in compute_best_interintra_mode() 519 int *best_mode, int *best_wedge_index, BLOCK_SIZE bsize) { in compute_best_wedge_interintra() 545 BLOCK_SIZE bsize, MB_MODE_INFO *mbmi, in av1_handle_inter_intra_mode() [all …]
|
| D | encodeframe.c | 250 const BLOCK_SIZE bsize, const int mi_row, in set_ssim_rdmult() 286 const BLOCK_SIZE bsize, const int mi_row, in get_hier_tpl_rdmult() 347 int mi_col, BLOCK_SIZE bsize, in setup_block_rdmult() 389 int mi_row, int mi_col, BLOCK_SIZE bsize) { in set_offsets_without_segment_id() 431 BLOCK_SIZE bsize) { in set_offsets() 476 BLOCK_SIZE bsize, in update_global_motion_used() 496 BLOCK_SIZE bsize = mbmi->sb_type; in reset_tx_size() local 530 int mi_row, int mi_col, BLOCK_SIZE bsize, in update_state() 673 BLOCK_SIZE bsize) { in av1_setup_src_planes() 688 static EdgeInfo edge_info(const struct buf_2d *ref, const BLOCK_SIZE bsize, in edge_info() [all …]
|
| D | firstpass.c | 144 static aom_variance_fn_t get_block_variance_fn(BLOCK_SIZE bsize) { in get_block_variance_fn() 153 static unsigned int get_prediction_error(BLOCK_SIZE bsize, in get_prediction_error() 163 static aom_variance_fn_t highbd_get_block_variance_fn(BLOCK_SIZE bsize, in highbd_get_block_variance_fn() 193 static unsigned int highbd_get_prediction_error(BLOCK_SIZE bsize, in highbd_get_prediction_error() 221 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in first_pass_motion_search() local 381 const BLOCK_SIZE bsize = get_bsize(mi_params, mb_row, mb_col); in firstpass_intra_prediction() local 577 const BLOCK_SIZE bsize = get_bsize(mi_params, mb_row, mb_col); in firstpass_inter_prediction() local
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_encodeframe.c | 194 int mi_col, BLOCK_SIZE bsize, int segment_index) { in set_segment_index() 271 const BLOCK_SIZE bsize, const int mi_row, in set_ssim_rdmult() 309 BLOCK_SIZE bsize) { in set_offsets() 352 BLOCK_SIZE bsize) { in duplicate_mode_info_in_sb() 367 BLOCK_SIZE bsize) { in set_block_size() 427 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { in tree_to_node() 490 static void fill_variance_tree(void *data, BLOCK_SIZE bsize) { in fill_variance_tree() 504 BLOCK_SIZE bsize, int mi_row, int mi_col, in set_vt_partitioning() 933 MACROBLOCKD *xd, BLOCK_SIZE bsize, in copy_partitioning_helper() 1006 BLOCK_SIZE bsize, int mi_row, int mi_col, in scale_partitioning_svc() [all …]
|
| D | vp9_non_greedy_mv.c | 185 BLOCK_SIZE bsize = square_block_idx_to_bsize(square_block_idx); in vp9_alloc_motion_field_info() local 205 Status vp9_alloc_motion_field(MotionField *motion_field, BLOCK_SIZE bsize, in vp9_alloc_motion_field() 267 BLOCK_SIZE bsize) { in vp9_motion_field_info_get_motion_field() 415 int rows, int cols, BLOCK_SIZE bsize, in vp9_get_smooth_motion_field() 461 int cols, BLOCK_SIZE bsize, in vp9_get_local_structure()
|
| D | vp9_non_greedy_mv.h | 31 BLOCK_SIZE bsize; member 51 static INLINE int get_square_block_idx(BLOCK_SIZE bsize) { in get_square_block_idx()
|
| /external/libvpx/libvpx/vp9/common/ |
| D | vp9_reconinter.c | 208 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, in build_inter_predictors_for_planes() 236 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sby() 241 BLOCK_SIZE bsize, int plane) { in vp9_build_inter_predictors_sbp() 246 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sbuv() 252 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sb()
|
| /external/libaom/libaom/av1/common/ |
| D | blockd.h | 57 static INLINE int is_comp_ref_allowed(BLOCK_SIZE bsize) { in is_comp_ref_allowed() 352 const BLOCK_SIZE bsize = mbmi->sb_type; in is_global_mv_block() local 686 static INLINE int get_sqr_bsize_idx(BLOCK_SIZE bsize) { in get_sqr_bsize_idx() 705 static INLINE BLOCK_SIZE get_partition_subsize(BLOCK_SIZE bsize, in get_partition_subsize() 742 static INLINE int block_signals_txsize(BLOCK_SIZE bsize) { in block_signals_txsize() 827 static INLINE TX_SIZE tx_size_from_tx_mode(BLOCK_SIZE bsize, TX_MODE tx_mode) { in tx_size_from_tx_mode() 879 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, in get_plane_block_size() 899 static INLINE int av1_get_txb_size_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txb_size_index() 929 static INLINE int av1_get_txk_type_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txk_type_index() 1018 static INLINE int bsize_to_max_depth(BLOCK_SIZE bsize) { in bsize_to_max_depth() [all …]
|
| D | reconinter.c | 111 void av1_init_mask_comp(InterPredParams *inter_pred_params, BLOCK_SIZE bsize, in av1_init_mask_comp() 534 BLOCK_SIZE bsize; in init_wedge_masks() local 731 static bool is_sub8x8_inter(const MACROBLOCKD *xd, int plane, BLOCK_SIZE bsize, in is_sub8x8_inter() 766 const BLOCK_SIZE bsize = mi->sb_type; in build_inter_predictors_sub8x8() local 851 const BLOCK_SIZE bsize = mi->sb_type; in build_inter_predictors_8x8_and_bigger() local 961 void av1_setup_dst_planes(struct macroblockd_plane *planes, BLOCK_SIZE bsize, in av1_setup_dst_planes() 1062 int av1_skip_u4x4_pred_in_obmc(BLOCK_SIZE bsize, in av1_skip_u4x4_pred_in_obmc() 1101 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in build_obmc_inter_pred_above() local 1140 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in build_obmc_inter_pred_left() local 1182 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in av1_build_obmc_inter_prediction() local [all …]
|