Searched refs:single_ref_cost (Results 1 – 3 of 3) sorted by relevance
347 int single_ref_cost[REF_CONTEXTS][SINGLE_REFS - 1][2]; member
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()6879 ref_costs_single[LAST_FRAME] += x->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()6880 ref_costs_single[LAST2_FRAME] += x->single_ref_cost[ctx_p3][2][0]; in estimate_ref_frame_costs()6881 ref_costs_single[LAST3_FRAME] += x->single_ref_cost[ctx_p3][2][1]; in estimate_ref_frame_costs()[all …]
223 av1_cost_tokens_from_cdf(x->single_ref_cost[i][j], in av1_fill_mode_rates()