Searched refs:ref_counts (Results 1 – 2 of 2) sorted by relevance
266 const uint8_t *const ref_counts = &xd->neighbors_ref_counts[0]; in av1_get_pred_context_uni_comp_ref_p() local269 const int frf_count = ref_counts[LAST_FRAME] + ref_counts[LAST2_FRAME] + in av1_get_pred_context_uni_comp_ref_p()270 ref_counts[LAST3_FRAME] + ref_counts[GOLDEN_FRAME]; in av1_get_pred_context_uni_comp_ref_p()272 const int brf_count = ref_counts[BWDREF_FRAME] + ref_counts[ALTREF2_FRAME] + in av1_get_pred_context_uni_comp_ref_p()273 ref_counts[ALTREF_FRAME]; in av1_get_pred_context_uni_comp_ref_p()291 const uint8_t *const ref_counts = &xd->neighbors_ref_counts[0]; in av1_get_pred_context_uni_comp_ref_p1() local294 const int last2_count = ref_counts[LAST2_FRAME]; in av1_get_pred_context_uni_comp_ref_p1()297 ref_counts[LAST3_FRAME] + ref_counts[GOLDEN_FRAME]; in av1_get_pred_context_uni_comp_ref_p1()316 const uint8_t *const ref_counts = &xd->neighbors_ref_counts[0]; in av1_get_pred_context_uni_comp_ref_p2() local319 const int last3_count = ref_counts[LAST3_FRAME]; in av1_get_pred_context_uni_comp_ref_p2()[all …]
219 uint8_t *const ref_counts = xd->neighbors_ref_counts; in av1_collect_neighbors_ref_counts() local228 ref_counts[above_mbmi->ref_frame[0]]++; in av1_collect_neighbors_ref_counts()230 ref_counts[above_mbmi->ref_frame[1]]++; in av1_collect_neighbors_ref_counts()236 ref_counts[left_mbmi->ref_frame[0]]++; in av1_collect_neighbors_ref_counts()238 ref_counts[left_mbmi->ref_frame[1]]++; in av1_collect_neighbors_ref_counts()