Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2231 vp9_prob ref_single_p2 = vp9_get_pred_prob_single_ref_p2(cm, xd); in estimate_ref_frame_costs() local
2242 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p2, 0); in estimate_ref_frame_costs()
2243 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p2, 1); in estimate_ref_frame_costs()