Searched defs:mode_costs (Results 1 – 11 of 11) sorted by relevance
/external/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 376 const ModeCosts *mode_costs, in estimate_single_ref_frame_costs() 931 static int cost_mv_ref(const ModeCosts *const mode_costs, PREDICTION_MODE mode, in cost_mv_ref() 1075 const ModeCosts *mode_costs = &x->mode_costs; in recheck_zeromv_after_denoising() local 1378 const ModeCosts *mode_costs = &x->mode_costs; in search_motion_mode() local 2154 const REF_MODE *reference_mode_set, const ModeCosts *mode_costs, in fill_single_inter_mode_costs() 2179 const ModeCosts *mode_costs, in is_globalmv_better() 2323 const ModeCosts *mode_costs = &x->mode_costs; in set_params_nonrd_pick_inter_mode() local 2624 const ModeCosts *mode_costs = &x->mode_costs; in handle_inter_mode_nonrd() local 3258 const ModeCosts *mode_costs = &x->mode_costs; in av1_nonrd_pick_inter_mode_sb() local
|
D | intra_mode_search.c | 729 const ModeCosts *mode_costs = &x->mode_costs; in cfl_rd_pick_alpha() local 852 const ModeCosts *mode_costs = &x->mode_costs; in av1_rd_pick_intra_sbuv_mode() local 1029 const ModeCosts *mode_costs = &x->mode_costs; in av1_search_palette_mode() local 1118 const ModeCosts *mode_costs = &x->mode_costs; in av1_search_palette_mode_luma() local 1300 const ModeCosts *mode_costs = &x->mode_costs; in av1_handle_intra_y_mode() local
|
D | intra_mode_search_utils.h | 510 const ModeCosts *mode_costs = &x->mode_costs; in intra_mode_info_cost_y() local 577 const ModeCosts *mode_costs = &x->mode_costs; in intra_mode_info_cost_uv() local
|
D | compound_type.c | 556 const ModeCosts *mode_costs = &x->mode_costs; in handle_smooth_inter_intra_mode() local 624 const ModeCosts *mode_costs = &x->mode_costs; in handle_wedge_inter_intra_mode() local 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 | rdopt.c | 700 static int cost_mv_ref(const ModeCosts *const mode_costs, PREDICTION_MODE mode, in cost_mv_ref() 738 const AV1_COMMON *cm, const MACROBLOCKD *xd, const ModeCosts *mode_costs, in estimate_ref_frame_costs() 1476 const ModeCosts *mode_costs = &x->mode_costs; in motion_mode_rd() local 1976 const ModeCosts *mode_costs = &x->mode_costs; in simple_translation_pred_rd() local 2834 const ModeCosts *mode_costs = &x->mode_costs; in handle_inter_mode() local 3475 const ModeCosts *mode_costs = &x->mode_costs; in rd_pick_skip_mode() local 3649 const ModeCosts *mode_costs = &x->mode_costs; in refine_winner_mode_tx() local 5155 const ModeCosts *mode_costs = &x->mode_costs; in tx_search_best_inter_candidates() local 5550 const ModeCosts *mode_costs = &x->mode_costs; in search_intra_modes_in_interframe() local 5756 const ModeCosts *mode_costs = &x->mode_costs; in av1_rd_pick_inter_mode() local [all …]
|
D | rd.c | 82 void av1_fill_mode_rates(AV1_COMMON *const cm, ModeCosts *mode_costs, in av1_fill_mode_rates() 324 void av1_fill_lr_rates(ModeCosts *mode_costs, FRAME_CONTEXT *fc) { in av1_fill_lr_rates()
|
D | partition_search.c | 1764 const ModeCosts *mode_costs = &x->mode_costs; in av1_rd_use_partition() local 2390 const ModeCosts *mode_costs = &x->mode_costs; in try_split_partition() local 2600 const ModeCosts *mode_costs = &x->mode_costs; in try_merge() local 2956 const ModeCosts *mode_costs = &x->mode_costs; in av1_nonrd_use_partition() local 3339 ModeCosts *mode_costs = &x->mode_costs; in init_partition_search_state_params() local 6139 const ModeCosts *mode_costs = &x->mode_costs; in av1_nonrd_pick_partition() local
|
D | block.h | 1012 ModeCosts mode_costs; member
|
D | tx_search.c | 2856 const ModeCosts *mode_costs = &x->mode_costs; in uniform_txfm_yrd() local 3102 const ModeCosts *mode_costs = &x->mode_costs; in av1_estimate_txfm_yrd() local
|
/external/webp/src/enc/ |
D | quant_enc.c | 1099 const uint16_t* const mode_costs = GetCostModeI4(it, rd->modes_i4); in PickBestIntra4() local 1305 const uint16_t* const mode_costs = GetCostModeI4(it, rd->modes_i4); in RefineUsingDistortion() local
|
/external/libvpx/vp8/encoder/ |
D | pickinter.c | 176 const int *mode_costs, int *bestrate, in pick_intra4x4block()
|