Searched refs:mode_rd (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | compound_type.c | 510 const int64_t mode_rd = RDCOST(x->rdmult, total_mode_rate, 0); in compute_rd_thresh() local 511 return (rd_thresh - mode_rd); in compute_rd_thresh() 741 const int64_t mode_rd = RDCOST(x->rdmult, rate_overhead + tmp_rate_mv, 0); in av1_handle_inter_intra_mode() local 742 const int64_t tmp_rd_thresh = best_interintra_rd_nowedge - mode_rd; in av1_handle_inter_intra_mode() 1060 int64_t mode_rd = RDCOST(x->rdmult, *rs2 + mode_rate, 0); in masked_compound_type_rd() local 1061 if (mode_rd > rd_thresh) { in masked_compound_type_rd() 1342 const int64_t mode_rd = RDCOST(x->rdmult, rs2 + *rate_mv, 0); in av1_compound_type_rd() local 1343 const int64_t tmp_rd_thresh = AOMMIN(*rd, rd_thresh) - mode_rd; in av1_compound_type_rd() 1391 const int64_t mode_rd = RDCOST(x->rdmult, rs2 + rd_stats->rate, 0); in av1_compound_type_rd() local 1392 if (mode_rd < ref_best_rd) { in av1_compound_type_rd() [all …]
|
D | intra_mode_search.c | 1334 const int64_t mode_rd = in cfl_rd_pick_alpha() local 1404 this_rd += mode_rd + best_rd_uv[joint_sign][!plane]; in cfl_rd_pick_alpha()
|
D | tx_search.c | 3515 const int64_t mode_rd = RDCOST(x->rdmult, mode_rate, 0); in av1_txfm_search() local 3517 ref_best_rd == INT64_MAX ? INT64_MAX : ref_best_rd - mode_rd; in av1_txfm_search()
|