Searched refs:model_rd_sb_fn (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | compound_type.c | 467 model_rd_sb_fn[MODELRD_TYPE_INTERINTRA](cpi, bsize, x, xd, 0, 0, &rate, &dist, in compute_best_interintra_mode() 727 model_rd_sb_fn[MODELRD_TYPE_MASKED_COMPOUND]( in av1_handle_inter_intra_mode() 1138 model_rd_sb_fn[MODELRD_TYPE_MASKED_COMPOUND]( in masked_compound_type_rd() 1322 model_rd_sb_fn[MODELRD_CURVFIT]( in av1_compound_type_rd() 1420 model_rd_sb_fn[MODELRD_TYPE_MASKED_COMPOUND]( in av1_compound_type_rd()
|
D | model_rd.h | 264 static const model_rd_for_sb_type model_rd_sb_fn[MODELRD_TYPES] = { variable
|
D | interp_search.c | 147 model_rd_sb_fn[cpi->sf.rt_sf.use_simple_rd_model in interp_model_rd_eval()
|
D | intra_mode_search.c | 217 model_rd_sb_fn[cpi->sf.rt_sf.use_simple_rd_model ? MODELRD_LEGACY in intra_model_yrd()
|
D | rdopt.c | 1486 model_rd_sb_fn[MODELRD_TYPE_MOTION_MODE_RD]( in motion_mode_rd() 1951 model_rd_sb_fn[MODELRD_CURVFIT](cpi, bsize, x, xd, 0, 0, &est_rate, &est_dist, in simple_translation_pred_rd()
|
D | tx_search.c | 3207 model_rd_sb_fn[MODELRD_TYPE_TX_SEARCH_PRUNE]( in model_based_tx_search_prune()
|