Searched refs:out_rate_mv (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 7893 int rate_mv, const BUFFER_SET *ctx, int *out_rate_mv, uint8_t **preds0, in build_and_cost_compound_type() argument 7951 *out_rate_mv = interinter_compound_motion_search( in build_and_cost_compound_type() 7959 rd = RDCOST(x->rdmult, *rs2 + *out_rate_mv + rate_sum, dist_sum); in build_and_cost_compound_type() 7964 *out_rate_mv = rate_mv; in build_and_cost_compound_type() 7970 *out_rate_mv = rate_mv; in build_and_cost_compound_type() 7977 RDCOST(x->rdmult, *rs2 + *out_rate_mv + rate_sum, dist_sum); in build_and_cost_compound_type() 7991 RDCOST(x->rdmult, *rs2 + *out_rate_mv + rd_stats.rate, rd_stats.dist); in build_and_cost_compound_type() 8005 *out_rate_mv = rate_mv; in build_and_cost_compound_type() 8007 rd = RDCOST(x->rdmult, *rs2 + *out_rate_mv + comp_rate[compound_type], in build_and_cost_compound_type()
|