Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2232 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local
2235 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()
2238 ref_costs_single[ALTREF_FRAME] = base_cost; in estimate_ref_frame_costs()
2251 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local
2254 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()
2256 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()
2257 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()