Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mvref_common.c153 if (refmv_count) { \
155 mv_ref_list[refmv_count] = (mv); \
159 mv_ref_list[refmv_count++] = (mv); \
197 int i, refmv_count = 0; in find_mv_refs_idx() local