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.c1173 vpx_prob intra_inter_p = vp9_get_intra_inter_prob(cm, xd); in init_ref_frame_cost() local
1177 ref_frame_cost[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0); in init_ref_frame_cost()
1179 ref_frame_cost[ALTREF_FRAME] = vp9_cost_bit(intra_inter_p, 1); in init_ref_frame_cost()
Dvp9_rdopt.c2212 vpx_prob intra_inter_p = vp9_get_intra_inter_prob(cm, xd); in estimate_ref_frame_costs() local
2222 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0); in estimate_ref_frame_costs()
2227 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs()
2246 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs()