Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2245 vpx_prob ref_comp_p = vp9_get_pred_prob_comp_ref_p(cm, xd); in estimate_ref_frame_costs() local
2251 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()
2252 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()