Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2216 vpx_prob comp_inter_p = 128; in estimate_ref_frame_costs() local
2219 comp_inter_p = vp9_get_reference_mode_prob(cm, xd); in estimate_ref_frame_costs()
2220 *comp_mode_p = comp_inter_p; in estimate_ref_frame_costs()
2233 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()
2252 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()