Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1174 vpx_prob ref_single_p1 = vp9_get_pred_prob_single_ref_p1(cm, xd); in init_ref_frame_cost() local
1181 ref_frame_cost[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0); in init_ref_frame_cost()
1182 ref_frame_cost[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1); in init_ref_frame_cost()
1183 ref_frame_cost[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1); in init_ref_frame_cost()
Dvp9_rdopt.c2225 vpx_prob ref_single_p1 = vp9_get_pred_prob_single_ref_p1(cm, xd); in estimate_ref_frame_costs() local
2234 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0); in estimate_ref_frame_costs()
2235 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1); in estimate_ref_frame_costs()
2236 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1); in estimate_ref_frame_costs()