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.c1210 vpx_prob ref_single_p2 = vp9_get_pred_prob_single_ref_p2(cm, xd); in init_ref_frame_cost() local
1219 ref_frame_cost[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0); in init_ref_frame_cost()
1220 ref_frame_cost[ALTREF_FRAME] += vp9_cost_bit(ref_single_p2, 1); in init_ref_frame_cost()
Dvp9_rdopt.c2369 vpx_prob ref_single_p2 = vp9_get_pred_prob_single_ref_p2(cm, xd); in estimate_ref_frame_costs() local
2380 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0); in estimate_ref_frame_costs()
2381 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p2, 1); in estimate_ref_frame_costs()