Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2218 vp9_prob comp_inter_p = 128; in estimate_ref_frame_costs() local
2221 comp_inter_p = vp9_get_reference_mode_prob(cm, xd); in estimate_ref_frame_costs()
2222 *comp_mode_p = comp_inter_p; in estimate_ref_frame_costs()
2235 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()
2254 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()