Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Drdopt.c4682 int *const is_ref_match) { in match_ref_frame() argument
4684 is_ref_match[0] |= ref_frames[0] == mbmi->ref_frame[0]; in match_ref_frame()
4685 is_ref_match[1] |= ref_frames[1] == mbmi->ref_frame[0]; in match_ref_frame()
4687 is_ref_match[0] |= ref_frames[0] == mbmi->ref_frame[1]; in match_ref_frame()
4688 is_ref_match[1] |= ref_frames[1] == mbmi->ref_frame[1]; in match_ref_frame()
4704 int is_ref_match[2] = { 0 }; // 0 - match for forward refs in compound_skip_using_neighbor_refs() local
4708 match_ref_frame(xd->left_mbmi, ref_frames, is_ref_match); in compound_skip_using_neighbor_refs()
4712 match_ref_frame(xd->above_mbmi, ref_frames, is_ref_match); in compound_skip_using_neighbor_refs()
4715 const int track_ref_match = is_ref_match[0] + is_ref_match[1]; in compound_skip_using_neighbor_refs()