Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1898 int prob_skip_cost; in calculate_final_rd_costs() local
1900 prob_skip_cost = vp8_cost_bit(cpi->prob_skip_false, 1); in calculate_final_rd_costs()
1901 prob_skip_cost -= vp8_cost_bit(cpi->prob_skip_false, 0); in calculate_final_rd_costs()
1902 rd->rate2 += prob_skip_cost; in calculate_final_rd_costs()
1903 *other_cost += prob_skip_cost; in calculate_final_rd_costs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c3482 int prob_skip_cost; in vp9_rd_pick_inter_mode_sb() local
3487 prob_skip_cost = vp9_cost_bit(skip_prob, 1); in vp9_rd_pick_inter_mode_sb()
3488 rate2 += prob_skip_cost; in vp9_rd_pick_inter_mode_sb()