Searched defs:mode_rd (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | compound_type.c | 515 const int64_t mode_rd = RDCOST(x->rdmult, total_mode_rate, 0); in compute_rd_thresh() local 726 const int64_t mode_rd = RDCOST(x->rdmult, *rate_overhead + *tmp_rate_mv, 0); in handle_wedge_inter_intra_mode() local 1102 int64_t mode_rd = RDCOST(x->rdmult, *rs2 + mode_rate, 0); in masked_compound_type_rd() local 1308 int64_t mode_rd = RDCOST(x->rdmult, rs2 + rd_stats->rate, 0); in av1_compound_type_rd() local
|
H A D | tx_search.c | 3770 const int64_t mode_rd = RDCOST(x->rdmult, mode_rate, 0); in av1_txfm_search() local
|