Searched refs:ref_bicomp_costs (Results 1 – 1 of 1) sorted by relevance
6912 unsigned int ref_bicomp_costs[REF_FRAMES] = { 0 }; in estimate_ref_frame_costs() local6914 ref_bicomp_costs[LAST_FRAME] = ref_bicomp_costs[LAST2_FRAME] = in estimate_ref_frame_costs()6915 ref_bicomp_costs[LAST3_FRAME] = ref_bicomp_costs[GOLDEN_FRAME] = in estimate_ref_frame_costs()6917 ref_bicomp_costs[BWDREF_FRAME] = ref_bicomp_costs[ALTREF2_FRAME] = 0; in estimate_ref_frame_costs()6918 ref_bicomp_costs[ALTREF_FRAME] = 0; in estimate_ref_frame_costs()6921 ref_bicomp_costs[LAST_FRAME] += x->comp_ref_cost[ref_comp_ctx_p][0][0]; in estimate_ref_frame_costs()6922 ref_bicomp_costs[LAST2_FRAME] += x->comp_ref_cost[ref_comp_ctx_p][0][0]; in estimate_ref_frame_costs()6923 ref_bicomp_costs[LAST3_FRAME] += x->comp_ref_cost[ref_comp_ctx_p][0][1]; in estimate_ref_frame_costs()6924 ref_bicomp_costs[GOLDEN_FRAME] += x->comp_ref_cost[ref_comp_ctx_p][0][1]; in estimate_ref_frame_costs()6926 ref_bicomp_costs[LAST_FRAME] += x->comp_ref_cost[ref_comp_ctx_p1][1][0]; in estimate_ref_frame_costs()[all …]