Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.c266 const uint8_t *const ref_counts = &xd->neighbors_ref_counts[0]; in av1_get_pred_context_uni_comp_ref_p() local
269 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() local
294 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() local
319 const int last3_count = ref_counts[LAST3_FRAME]; in av1_get_pred_context_uni_comp_ref_p2()
[all …]
Dmvref_common.h219 uint8_t *const ref_counts = xd->neighbors_ref_counts; in av1_collect_neighbors_ref_counts() local
228 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()