Searched refs:ModeCosts (Results 1 – 10 of 10) sorted by relevance
/external/libaom/av1/encoder/ |
D | rd.h | 348 void av1_fill_mode_rates(AV1_COMMON *const cm, ModeCosts *mode_costs, 351 void av1_fill_lr_rates(ModeCosts *mode_costs, FRAME_CONTEXT *fc);
|
D | block.h | 725 } ModeCosts; typedef 983 ModeCosts mode_costs;
|
D | intra_mode_search.c | 711 const ModeCosts *mode_costs = &x->mode_costs; in cfl_rd_pick_alpha() 823 const ModeCosts *mode_costs = &x->mode_costs; in av1_rd_pick_intra_sbuv_mode() 991 const ModeCosts *mode_costs = &x->mode_costs; in av1_search_palette_mode() 1080 const ModeCosts *mode_costs = &x->mode_costs; in av1_search_palette_mode_luma() 1259 const ModeCosts *mode_costs = &x->mode_costs; in av1_handle_intra_y_mode()
|
D | intra_mode_search_utils.h | 510 const ModeCosts *mode_costs = &x->mode_costs; in intra_mode_info_cost_y() 577 const ModeCosts *mode_costs = &x->mode_costs; in intra_mode_info_cost_uv()
|
D | compound_type.c | 556 const ModeCosts *mode_costs = &x->mode_costs; in handle_smooth_inter_intra_mode() 624 const ModeCosts *mode_costs = &x->mode_costs; in handle_wedge_inter_intra_mode() 877 const ModeCosts *mode_costs, BLOCK_SIZE bsize, int comp_group_idx_ctx, in calc_masked_type_cost() 984 const ModeCosts *const mode_costs, const MB_MODE_INFO *const mbmi) { in get_interinter_compound_mask_rate()
|
D | nonrd_pickmode.c | 609 const ModeCosts *mode_costs, in estimate_single_ref_frame_costs() 1651 static int cost_mv_ref(const ModeCosts *const mode_costs, PREDICTION_MODE mode, 1921 const ModeCosts *mode_costs = &x->mode_costs; 2221 const ModeCosts *mode_costs = &x->mode_costs; 3166 const REF_MODE *reference_mode_set, const ModeCosts *mode_costs, 3191 const ModeCosts *mode_costs, 3326 const ModeCosts *mode_costs = &x->mode_costs; 3603 const ModeCosts *mode_costs = &x->mode_costs;
|
D | rdopt.c | 702 static int cost_mv_ref(const ModeCosts *const mode_costs, PREDICTION_MODE mode, in cost_mv_ref() 740 const AV1_COMMON *cm, const MACROBLOCKD *xd, const ModeCosts *mode_costs, in estimate_ref_frame_costs() 1472 const ModeCosts *mode_costs = &x->mode_costs; in motion_mode_rd() 1954 const ModeCosts *mode_costs = &x->mode_costs; in simple_translation_pred_rd() 2805 const ModeCosts *mode_costs = &x->mode_costs; in handle_inter_mode() 3456 const ModeCosts *mode_costs = &x->mode_costs; in rd_pick_skip_mode() 3626 const ModeCosts *mode_costs = &x->mode_costs; in refine_winner_mode_tx() 5089 const ModeCosts *mode_costs = &x->mode_costs; in tx_search_best_inter_candidates() 5481 const ModeCosts *mode_costs = &x->mode_costs; in search_intra_modes_in_interframe() 5672 const ModeCosts *mode_costs = &x->mode_costs; in av1_rd_pick_inter_mode() [all …]
|
D | rd.c | 81 void av1_fill_mode_rates(AV1_COMMON *const cm, ModeCosts *mode_costs, in av1_fill_mode_rates() 322 void av1_fill_lr_rates(ModeCosts *mode_costs, FRAME_CONTEXT *fc) { in av1_fill_lr_rates()
|
D | partition_search.c | 1752 const ModeCosts *mode_costs = &x->mode_costs; in av1_rd_use_partition() 2339 const ModeCosts *mode_costs = &x->mode_costs; in try_split_partition() 2540 const ModeCosts *mode_costs = &x->mode_costs; in try_merge() 2885 const ModeCosts *mode_costs = &x->mode_costs; in av1_nonrd_use_partition() 3256 ModeCosts *mode_costs = &x->mode_costs; in init_partition_search_state_params() 5872 const ModeCosts *mode_costs = &x->mode_costs; in av1_nonrd_pick_partition()
|
D | tx_search.c | 3019 const ModeCosts *mode_costs = &x->mode_costs; in av1_estimate_txfm_yrd() 3145 const ModeCosts *mode_costs = &x->mode_costs; in av1_uniform_txfm_yrd()
|