Searched refs:other_cost (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1647 int *other_cost, int disable_skip, in calculate_final_rd_costs() argument 1657 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs() 1658 rd->rate2 += *other_cost; in calculate_final_rd_costs() 1699 *other_cost += prob_skip_cost; in calculate_final_rd_costs() 1714 RATE_DISTORTION *rd, int other_cost, in update_best_mode() argument 1718 other_cost += x->ref_frame_cost[x->e_mbd.mode_info_context->mbmi.ref_frame]; in update_best_mode() 1722 RDCOST(x->rdmult, x->rddiv, (rd->rate2 - rd->rate_uv - other_cost), in update_best_mode() 1821 int other_cost = 0; in vp8_rd_pick_inter_mode() local 2179 calculate_final_rd_costs(this_rd, &rd, &other_cost, disable_skip, in vp8_rd_pick_inter_mode() 2228 update_best_mode(&best_mode, this_rd, &rd, other_cost, x); in vp8_rd_pick_inter_mode() [all …]
|