Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1175 vpx_prob ref_single_p2 = vp9_get_pred_prob_single_ref_p2(cm, xd); in init_ref_frame_cost() local
1184 ref_frame_cost[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0); in init_ref_frame_cost()
1185 ref_frame_cost[ALTREF_FRAME] += vp9_cost_bit(ref_single_p2, 1); in init_ref_frame_cost()
Dvp9_rdopt.c2226 vpx_prob ref_single_p2 = vp9_get_pred_prob_single_ref_p2(cm, xd); in estimate_ref_frame_costs() local
2237 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0); in estimate_ref_frame_costs()
2238 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p2, 1); in estimate_ref_frame_costs()