Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2230 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local
2233 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()
2236 ref_costs_single[ALTREF_FRAME] = base_cost; in estimate_ref_frame_costs()
2249 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local
2252 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()
2254 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()
2255 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()