Home
last modified time | relevance | path

Searched refs:prob_skip_cost (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1694 int prob_skip_cost; in calculate_final_rd_costs() local
1696 prob_skip_cost = vp8_cost_bit(cpi->prob_skip_false, 1); in calculate_final_rd_costs()
1697 prob_skip_cost -= (int)vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()
1698 rd->rate2 += prob_skip_cost; in calculate_final_rd_costs()
1699 *other_cost += prob_skip_cost; in calculate_final_rd_costs()