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