Home
last modified time | relevance | path

Searched defs:ref_match_count (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dmvref_common.c76 uint8_t *refmv_count, uint8_t *ref_match_count, uint8_t *newmv_count, in add_ref_mv_candidate()
146 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_row_mbmi()
194 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_col_mbmi()
243 uint8_t *ref_match_count, uint8_t *newmv_count, in scan_blk_mbmi()
616 const uint8_t ref_match_count = (row_match_count > 0) + (col_match_count > 0); in setup_ref_mv_list() local
/aosp_15_r20/external/libdav1d/src/
H A Drefmvs.c481 const int ref_match_count = have_col_mvs + have_row_mvs; in dav1d_refmvs_find() local