Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c308 const int ctx_p3 = av1_get_pred_context_single_ref_p3(xd); in estimate_single_ref_frame_costs() local
326 ref_costs_single[LAST_FRAME] += x->single_ref_cost[ctx_p3][2][0]; in estimate_single_ref_frame_costs()
327 ref_costs_single[LAST2_FRAME] += x->single_ref_cost[ctx_p3][2][0]; in estimate_single_ref_frame_costs()
328 ref_costs_single[LAST3_FRAME] += x->single_ref_cost[ctx_p3][2][1]; in estimate_single_ref_frame_costs()
329 ref_costs_single[GOLDEN_FRAME] += x->single_ref_cost[ctx_p3][2][1]; in estimate_single_ref_frame_costs()
Drdopt.c763 const int ctx_p3 = av1_get_pred_context_single_ref_p3(xd); in estimate_ref_frame_costs() local
781 ref_costs_single[LAST_FRAME] += x->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()
782 ref_costs_single[LAST2_FRAME] += x->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()
783 ref_costs_single[LAST3_FRAME] += x->single_ref_cost[ctx_p3][2][1]; in estimate_ref_frame_costs()
784 ref_costs_single[GOLDEN_FRAME] += x->single_ref_cost[ctx_p3][2][1]; in estimate_ref_frame_costs()