Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1137 vpx_prob intra_inter_p = vp9_get_intra_inter_prob(cm, xd); in init_ref_frame_cost() local
1141 ref_frame_cost[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0); in init_ref_frame_cost()
1143 ref_frame_cost[ALTREF_FRAME] = vp9_cost_bit(intra_inter_p, 1); in init_ref_frame_cost()
Dvp9_rdopt.c2215 vpx_prob intra_inter_p = vp9_get_intra_inter_prob(cm, xd); in estimate_ref_frame_costs() local
2225 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0); in estimate_ref_frame_costs()
2230 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs()
2249 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs()