Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c307 const int ctx_p2 = av1_get_pred_context_single_ref_p2(xd); in estimate_single_ref_frame_costs() local
333 ref_costs_single[BWDREF_FRAME] += x->single_ref_cost[ctx_p2][1][0]; in estimate_single_ref_frame_costs()
334 ref_costs_single[ALTREF2_FRAME] += x->single_ref_cost[ctx_p2][1][0]; in estimate_single_ref_frame_costs()
335 ref_costs_single[ALTREF_FRAME] += x->single_ref_cost[ctx_p2][1][1]; in estimate_single_ref_frame_costs()
Drdopt.c762 const int ctx_p2 = av1_get_pred_context_single_ref_p2(xd); in estimate_ref_frame_costs() local
788 ref_costs_single[BWDREF_FRAME] += x->single_ref_cost[ctx_p2][1][0]; in estimate_ref_frame_costs()
789 ref_costs_single[ALTREF2_FRAME] += x->single_ref_cost[ctx_p2][1][0]; in estimate_ref_frame_costs()
790 ref_costs_single[ALTREF_FRAME] += x->single_ref_cost[ctx_p2][1][1]; in estimate_ref_frame_costs()