Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c6859 const int ctx_p1 = av1_get_pred_context_single_ref_p1(xd); in estimate_ref_frame_costs() local
6869 ref_costs_single[LAST_FRAME] += x->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
6870 ref_costs_single[LAST2_FRAME] += x->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
6871 ref_costs_single[LAST3_FRAME] += x->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
6872 ref_costs_single[GOLDEN_FRAME] += x->single_ref_cost[ctx_p1][0][0]; in estimate_ref_frame_costs()
6873 ref_costs_single[BWDREF_FRAME] += x->single_ref_cost[ctx_p1][0][1]; in estimate_ref_frame_costs()
6874 ref_costs_single[ALTREF2_FRAME] += x->single_ref_cost[ctx_p1][0][1]; in estimate_ref_frame_costs()
6875 ref_costs_single[ALTREF_FRAME] += x->single_ref_cost[ctx_p1][0][1]; in estimate_ref_frame_costs()