Searched refs:other_cost (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1839 int* other_cost, in calculate_final_rd_costs() argument 1853 *other_cost += vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs() 1854 rd->rate2 += *other_cost; in calculate_final_rd_costs() 1904 *other_cost += prob_skip_cost; in calculate_final_rd_costs() 1918 RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x) in update_best_mode() argument 1922 other_cost += in update_best_mode() 1926 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost), in update_best_mode() 2029 int other_cost = 0; in vp8_rd_pick_inter_mode() local 2413 this_rd = calculate_final_rd_costs(this_rd, &rd, &other_cost, in vp8_rd_pick_inter_mode() 2472 update_best_mode(&best_mode, this_rd, &rd, other_cost, x); in vp8_rd_pick_inter_mode() [all …]
|