Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Drdopt.c762 const int ctx_p3 = av1_get_pred_context_single_ref_p3(xd); in estimate_ref_frame_costs() local
781 ref_costs_single[LAST_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()
782 ref_costs_single[LAST2_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()
783 ref_costs_single[LAST3_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][1]; in estimate_ref_frame_costs()
784 ref_costs_single[GOLDEN_FRAME] += mode_costs->single_ref_cost[ctx_p3][2][1]; in estimate_ref_frame_costs()